Now that I've got my zaurus up and running with a snapshot from a couple
of days aog I started installing arm snapshot packages.

The following packages were built with different lib dependencies than the
snapshot. OpenBSD 4.0-beta (GENERIC) #77: Mon Aug 14 19:47:38 MDT 2006

nmap-4.03-no_x11,bsd-airtools-0.2p2

# export PKG_PATH="ftp://ftp.openbsd.org/pub/OpenBSD/snapshots/packages/arm/";
# pkg_add nmap-4.03-no_x11
Can't install nmap-4.03-no_x11: lib not found crypto.12.1
Even by looking in the dependency tree:
        pcre-6.4p1, libdnet-1.10p1
Maybe it's in a dependent package, but not tagged with @lib ?
(check with pkg_info -K -L)
If you are still running 3.6 packages, update them.
Can't install nmap-4.03-no_x11: lib not found ssl.10.0
# ls -la /usr/lib/libcrypto.
libcrypto.a           libcrypto.so.13.0
# ls -la /usr/lib/libssl
libssl.a          libssl.so.11.0    libssl_p.a        libssl_pic.a
# pkg_add bsd-airtools-0.2p2
Can't install bsd-airtools-0.2p2: lib not found crypto.12.1
Even by looking in the dependency tree:

Maybe it's in a dependent package, but not tagged with @lib ?
(check with pkg_info -K -L)
If you are still running 3.6 packages, update them.

Reply via email to