LIB_DEPENDS problem
Kris Kennaway
kris at obsecurity.org
Wed May 24 13:41:28 PDT 2006
On Wed, May 24, 2006 at 03:00:10PM +0000, db wrote:
> libpqxx.so is not a broken link:
>
> work# ls -l /usr/local/lib/*pqxx*
> -rwxr-xr-x 1 root wheel 332194 May 4 14:56
> /usr/local/lib/libpqxx-2.5.5.so
> -rw-r--r-- 1 root wheel 439800 May 4 14:56 /usr/local/lib/libpqxx.a
> -rwxr-xr-x 1 root wheel 851 May 4 14:56 /usr/local/lib/libpqxx.la
> lrwxr-xr-x 1 root wheel 16 May 4 14:56 /usr/local/lib/libpqxx.so
> -> libpqxx-2.5.5.so
> work# ldconfig -r | grep pqxx
> work#
I don't know why it might not be known to ldconfig, but that is the
cause of your problem. The port DTRT to update ldconfig at install
time:
INSTALLS_SHLIB= yes
Try rerunning ldconfig -R (or reboot).
Kris
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 187 bytes
Desc: not available
Url : http://lists.freebsd.org/pipermail/freebsd-questions/attachments/20060524/5b8d367d/attachment.pgp
More information about the freebsd-questions
mailing list