Problem with FreeRADIUS 1.1.0 port

Scot Hetzel swhetzel at gmail.com
Mon Mar 13 21:39:27 UTC 2006


On 3/13/06, Paul Khavkine <pkhavkine at gmail.com> wrote:
> When the port is compiled i see that radiusd binart is linked against
> libpthread.so.1 AND libpthread.so.2
> Is that normal ?
>
> paul# ldd /usr/local/sbin/radiusd
> /usr/local/sbin/radiusd:
>        libcrypt.so.3 => /lib/libcrypt.so.3 (0x2808c000)
>        libradius-1.1.0.so => /usr/local/lib/libradius-1.1.0.so (0x280a4000)
>        libltdl.so.4 => /usr/local/lib/libltdl.so.4 (0x280b8000)
>        libpthread.so.2 => /usr/lib/libpthread.so.2 (0x280bf000) <----
>        libcrypto.so.4 => /lib/libcrypto.so.4 (0x280e4000)
>        libssl.so.4 => /usr/lib/libssl.so.4 (0x281d6000)
>        libc.so.6 => /lib/libc.so.6 (0x28204000)
>        libpthread.so.1 => /usr/lib/libpthread.so.1 (0x282db000) <---
>        libcrypto.so.3 => /lib/libcrypto.so.3 (0x282ff000)
>        libssl.so.3 => /usr/lib/libssl.so.3 (0x283f6000)
>        libc.so.5 => /lib/libc.so.5 (0x28424000)
>
No this is not normal. It looks as though you have an out of date
dependency.  Try a ldd on /usr/local/lib/libltdl.so.4, most likely it
is the one that has the lib dependency on libpthread.so.1.

If  libltdl.so.4 is the culprit, you will need to re-build the
devel/libltdl15 port and all ports that depend on it.

--
DISCLAIMER:
No electrons were mamed while sending this message. Only slightly bruised.


More information about the freebsd-ports mailing list