Oops!
I forgot to say it's amd64.

Thanks.



On 05/26/12 16:06, Tobias Ulmer wrote:
On Sat, May 26, 2012 at 02:31:52PM +0200, Federico Giannici wrote:
The 5.1 package of poptop "poptop-1.3.4p3.tgz" (taken from 2
different official FTP sites) seems to be compiled for a platform
after 5.1.

If I try to install it an error appears about a c library version
not present:

# pkg_add poptop-1.3.4p3.tgz
Can't install poptop-1.3.4p3 because of libraries
|library c.64.1 not found
| /usr/lib/libc.so.50.1 (system): bad major
| /usr/lib/libc.so.60.1 (system): bad major
| /usr/lib/libc.so.51.0 (system): bad major
| /usr/lib/libc.so.53.1 (system): bad major
| /usr/lib/libc.so.56.0 (system): bad major
| /usr/lib/libc.so.62.0 (system): bad major


If I force the install, the ldd command confirm the problem:

/usr/local/sbin# ldd ./pptpd
./pptpd:
./pptpd: can't load library 'libc.so.64.1'
./pptpd: exit status 4


Thanks.


On which architecture?

I can observe no such problem:

argon:~$ echo $PKG_PATH
http://ftp.eu.openbsd.org/pub/OpenBSD/5.1/packages/i386/
argon:~$ sudo pkg_add -i poptop
poptop-1.3.4p3: ok
The following new rcscripts were installed: /etc/rc.d/pptpd
See rc.d(8) for details.
Look in /usr/local/share/doc/pkg-readmes for extra documentation.
argon:~$ ldd `which pptpd`
/usr/local/sbin/pptpd:
         Start    End      Type Open Ref GrpRef Name
         1c000000 3c004000 exe  1    0   0      /usr/local/sbin/pptpd
         0b939000 2b967000 rlib 0    1   0      /usr/lib/libc.so.62.0
         08d40000 08d40000 rtld 0    1   0      /usr/libexec/ld.so
argon:~$ dmesg|sed 2q
OpenBSD 5.1 (GENERIC) #160: Sun Feb 12 09:46:33 MST 2012
     [email protected]:/usr/src/sys/arch/i386/compile/GENERIC
argon:~$

Reply via email to