Date: Sun, 24 Sep 2006 11:59:22 -0500 From: Paul Schmehl <pauls@utdallas.edu> To: freebsd-ports@freebsd.org Subject: Re: missing dependency for mulberry? Message-ID: <98CCDC6CC79053008ECAFEC3@paul-schmehls-powerbook59.local> In-Reply-To: <20060924041511.J1975@ganymede.hub.org> References: <20060924041511.J1975@ganymede.hub.org>
next in thread | previous in thread | raw e-mail | index | archive | help
--==========85D9187017361F429E5A========== Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: quoted-printable Content-Disposition: inline --On September 24, 2006 4:15:41 AM -0300 "Marc G. Fournier"=20 <freebsd@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=20 have. Mulberry runs under linux emulation, and the Makefile has USE_LINUX = =3D yes, so libfontconfig *should* have been installed (if you didn't=20 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=20 are registered. /compat/linux/sbin/ldconfig -r /compat/linux Paul Schmehl (pauls@utdallas.edu) Adjunct Information Security Officer The University of Texas at Dallas http://www.utdallas.edu/ir/security/ --==========85D9187017361F429E5A==========--
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?98CCDC6CC79053008ECAFEC3>