Re: nmap 4.03 compile failing under hp-ux 11.11 On Mon, 01 May 2006 23:08:30 GMT, Rick Jones <rick.jones2@hp.com>
wrote:
>Rick Jones <rick.jones2@hp.com> wrote:
>> My first guess then would be that you have another dependency to
>> satisfy.
>
>BTW, some things I find helpful when trying to track-down misssing
>functions includes:
>
>find /usr/include -exec grep -l <func> {} \;
>
>and
>
>cd /usr/lib
>for i in *.sl (or .so etc)
>do
>echo $i
>nm $i | grep -i <func>
>done
>
>that will sometimes find me include files that I forgot to include and
>or libraries I forgot to link.
>
>rick jones
I will look into both possibilities. And, when I find something, I
will post my results (good or bad).
Thanks, for your help. |