Nmap Development mailing list archives

Re: make install error - nselib/data/psexec


From: Ron <ron () skullsecurity net>
Date: Wed, 11 Nov 2009 09:47:24 -0600

Tom Sellers wrote:
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

Hmm, this error is caused by code I added, but I don't know the proper
way to fix it.

Little help? :)

Ron

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


Current thread: