Date: Thu, 11 Sep 2003 11:54:42 +0200 From: Alexander Leidinger <Alexander@Leidinger.net> To: Edwin Culp <eculp@EnContacto.net> Cc: ports@freebsd.org Subject: Re: php4 issue after portupgrade -Rua. Message-ID: <20030911115442.2fdaf9d6.Alexander@Leidinger.net> In-Reply-To: <1063236027.bfd18a773e622@mail.encontacto.net> References: <1063203460.c3c5e38f3bf54@mail.encontacto.net> <20030910170430.08f9e251.Alexander@Leidinger.net> <1063236027.bfd18a773e622@mail.encontacto.net>
next in thread | previous in thread | raw e-mail | index | archive | help
On Wed, 10 Sep 2003 16:20:27 -0700 Edwin Culp <eculp@EnContacto.net> wrote: > | Clean up your /usr/lib directory, there are old libs which now reside in > | /lib. [...] > Thanks again. I=B4m 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/l= ibc.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. --=20 It is easier to fix Unix than to live with NT. http://www.Leidinger.net Alexander @ Leidinger.net GPG fingerprint =3D C518 BC70 E67F 143F BE91 3365 79E2 9C60 B006 3FE7
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20030911115442.2fdaf9d6.Alexander>