php4 issue after portupgrade -Rua.

Alexander Leidinger Alexander at Leidinger.net
Thu Sep 11 02:53:02 PDT 2003


On Wed, 10 Sep 2003 16:20:27 -0700
Edwin Culp <eculp at EnContacto.net> wrote:

> | Clean up your /usr/lib directory, there are old libs which now reside in
> | /lib.
[...]
> Thanks again.  I´m going to keep trying to find the error or old
> library that is causing the error.

__signbit is a symbol from /lib/libc.so.5.

% nm -D /lib/libc.so.5 |grep __signbit
00036b60 T __signbit

% ll /usr/lib/libc.*
-r--r--r--  1 root  wheel     1.5M  8 Sep 15:09 /usr/lib/libc.a
lrwxr-xr-x  1 root  wheel      14B  8 Sep 15:09 /usr/lib/libc.so@ -> /lib/libc.so.5

% ll /lib/libc.*
lrwxr-xr-x  1 root  wheel    9.0B 31 Aug 17:21 /lib/libc.so@ -> libc.so.5
-r--r--r--  1 root  wheel    734K  8 Sep 15:09 /lib/libc.so.5

Bye,
Alexander.

-- 
            It is easier to fix Unix than to live with NT.

http://www.Leidinger.net                       Alexander @ Leidinger.net
  GPG fingerprint = C518 BC70 E67F 143F BE91  3365 79E2 9C60 B006 3FE7


More information about the freebsd-ports mailing list