missing libraries for ppp* binaries in freebsd-utils

Robert Millan rmh@debian.org
Fri, 13 May 2005 13:47:20 +0200


On Mon, May 09, 2005 at 09:57:31PM -0400, Robert Edmonds wrote:
> proarkh:~# dpkg --search ppp | grep freebsd-utils
> freebsd-utils: /usr/sbin/pppd
> freebsd-utils: /usr/sbin/pppctl
> freebsd-utils: /usr/sbin/ppp
> proarkh:~# ldd /usr/sbin/ppp | grep "not found"
>         libcrypt.so.2 => not found (0x0)
>         libz.so.2 => not found (0x0)
>         libalias.so.4 => not found (0x0)
>         libcrypto.so.3 => not found (0x0)
>         libradius.so.1 => not found (0x0)
>         libpam.so.2 => not found (0x0)
> proarkh:~# ldd /usr/sbin/pppd | grep "not found"
>         libcrypt.so.2 => not found (0x0)
>         libpcap.so.3 => not found (0x0)
>         libcrypto.so.3 => not found (0x0)
>         libc.so.5 => /lib/libc.so.5 (0x2809e000)
> proarkh:~# ldd /usr/sbin/pppctl | grep "not found"
>         libpthread.so.1 => not found (0x0)
>         libedit.so.4 => not found (0x0)
> 
> I have extracted the FreeBSD 5.3 base system and copied the needed
> libraries into /usr/local/lib.

Oops.  :>

You can add those to freebsd-utils if you like.  As long as the sonames don't
conflict with the Glibc versions that's ok.

freebsd-utils is a hacked package.  You just need to copy the binaries from
FreeBSD into the install dir and you're done.

-- 
 .''`.   Proudly running Debian GNU/kFreeBSD unstable/unreleased (on UFS2+S)
: :' :
`. `'    http://www.debian.org/ports/kfreebsd-gnu
  `-