missing dependency for mulberry?

Paul Schmehl pauls at utdallas.edu
Sun Sep 24 09:59:25 PDT 2006


--On September 24, 2006 4:15:41 AM -0300 "Marc G. Fournier" 
<freebsd at hub.org> wrote:

>
> Just did a 'make install' in /usr/ports/mail/mulberry, and after trying
> to run:
>
>> mulberry
> mulberry: error while loading shared libraries: libfontconfig.so.1:
> cannot open shared object file: No such file or directory
>

Do you have libfontconfig.so.1 in /usr/compat/linux/usr/lib/?  You should 
have.  Mulberry runs under linux emulation, and the Makefile has USE_LINUX 
= yes, so libfontconfig *should* have been installed (if you didn't 
already have linux emulation installed.)

Are you mounting linprocfs?  If not, you need to add the following to your 
/etc/fstab file:
linproc       /compat/linux/proc     linprocfs  rw              0       0

Finally, you may need to run ldconfig to ensure that your linux libraries 
are registered.
/compat/linux/sbin/ldconfig -r /compat/linux

Paul Schmehl (pauls at utdallas.edu)
Adjunct Information Security Officer
The University of Texas at Dallas
http://www.utdallas.edu/ir/security/


More information about the freebsd-ports mailing list