Nmap Development mailing list archives

make install error - nselib/data/psexec


From: Tom Sellers <nmap () fadedcode net>
Date: Wed, 11 Nov 2009 00:21:55 -0600

I am seeing an error when running make install on my Ubuntu machine:

/usr/bin/install -c -c -m 644 nse_main.lua /usr/local/share/nmap/
/usr/bin/install -c -d /usr/local/share/nmap/scripts
/usr/bin/install -c -c -m 644 scripts/script.db scripts/*.nse /usr/local/share/nmap/scripts
/usr/bin/install -c -d /usr/local/share/nmap/nselib
/usr/bin/install -c -c -m 644 nselib/*.lua /usr/local/share/nmap/nselib
/usr/bin/install -c -d /usr/local/share/nmap/nselib/data
/usr/bin/install -c -c -m 644 nselib/data/* /usr/local/share/nmap/nselib/data
/usr/bin/install: omitting directory `nselib/data/psexec'
make: *** [install-nse] Error 1


This is after a complete fresh SVN checkout and running my compile
script that does the following:

        cd /code_repo/nmap
        rm -rf /usr/local/share/nmap

        make clean
        ./configure --without-zenmap
        make
        make install

I have a general idea as to what is wrong, but I am not sure as to the
the best way to correct it.

Tom

_______________________________________________
Sent through the nmap-dev mailing list
http://cgi.insecure.org/mailman/listinfo/nmap-dev
Archived at http://seclists.org/nmap-dev/


Current thread: