suineg Apprentice
Joined: 02 Mar 2004 Posts: 200 Location: Los Angeles
|
Posted: Wed Sep 08, 2004 7:10 am Post subject: trying to get nmap to work |
|
|
Okay, I am trying to get nmap to work. I unmasked nmap and its dependancy, libpcre-4.5.
I get the following error with libpcre.
Code: |
libtool: install: warning: relinking `libpcreposix.la'
(cd /var/tmp/portage/libpcre-4.5/work/pcre-4.5; /bin/sh ./libtool --mode=relink gcc -O2 -pipe -fPIC -I. -I. -L. -L.libs -rpath /usr/lib libpcre.la -version-info 0:0:0 -o libpcreposix.la pcreposix.lo -inst-prefix-dir /var/tmp/portage/libpcre-4.5/image/)
mv: rename libpcreposix.0.0.0.dylib to libpcreposix.0.0.0.dylibU: No such file or directory
libtool: install: error: relink `libpcreposix.la' with the above command before installing it
make: *** [install] Error 1
|
I thought maybe I could try and relink it (since that seems to be the issue) but when I do a grep I get operation not permitted for all dirs even though I am root.
any ideas? |
|