Nmap Development mailing list archives

Re: is it a bug?


From: David Fifield <david () bamsoftware com>
Date: Wed, 4 Mar 2009 07:17:54 -0700

On Wed, Mar 04, 2009 at 03:02:54PM +0800, wangyj wrote:
i do this
sh configure (it's ok)
make    (it's ok too)
make install

running install_data
if [ ! -e /usr/local/bin/nmapfe -o -L /usr/local/bin/nmapfe ]; then \
        ln -sf zenmap /usr/local/bin/nmapfe; \
fi
/bin/sh: test: unknow operation /usr/local/bin/nmapfe
make: *** [install-zenmap] Error 1

What operating system is this on? I guess the [ line isn't portable. If
you tell us the OS we can look up the man page and rewrite the test.

David Fifield

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


Current thread: