[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
RE: help with lib.so
> Hello ,
> I am still yet new to the inner-workings of Openbsd and i
> need some help. I
> install the 2.9 snapshot and for some reason whne i try and
> run nmap it gives
> this error....
>
>
> /usr/libexec/ld.so: warning: libc.so.26.0: minor version >= 2
> expected, using
> it anyway
>
you probably installed nmap from a 2.8 package... libraries have been
updated,
so dependencies on the library are 'old'... you should recompile the
nmap package from ports or install the 2.9 package.
//Wouter