Nmap Development mailing list archives
Re: Nmap 4.22SOC2
From: "Joshua D. Abraham" <jabra () ccs neu edu>
Date: Wed, 11 Jul 2007 20:17:47 -0400
Thanks Stoiko and Kris for the compilation fix! It seems to compile now.
I tried to run Umit, but it didn't really work.
....
DEBUG - 2007-07-11 19:44:30,691 - >>> Using config files in user home directory: /home/jabra/.umit/umit.conf
DEBUG - 2007-07-11 19:44:30,691 - >>> Config file: /home/jabra/.umit/umit.conf
Traceback (most recent call last):
File "/usr/local/bin/umit", line 34, in ?
from umitGUI.App import App
File "/usr/local/lib/python2.4/site-packages/umitGUI/App.py", line 30, in ?
from umitGUI.MainWindow import MainWindow
File "/usr/local/lib/python2.4/site-packages/umitGUI/MainWindow.py", line 38, in ?
from umitGUI.ScanNotebook import ScanNotebook, ScanNotebookPage
File "/usr/local/lib/python2.4/site-packages/umitGUI/ScanNotebook.py", line 35, in ?
from umitGUI.Icons import get_os_icon, get_os_logo, get_vulnerability_logo
File "/usr/local/lib/python2.4/site-packages/umitGUI/Icons.py", line 62, in ?
pixmap_path = Path.pixmaps_dir
File "/usr/local/lib/python2.4/site-packages/umitCore/Paths.py", line 114, in __getattr__
return return_if_exists(self.config_parser.get(self.paths_section, name))
File "/usr/local/lib/python2.4/site-packages/umitCore/Paths.py", line 191, in return_if_exists
raise Exception("File '%s' does not exist or could not be found!" % path)
Exception: File '/tmp/umit-0.8.1/share/pixmaps' does not exist or could not be found!
-----
To check things, I ran "make install" a second time....
/usr/lib/python2.4/distutils/dist.py:236: UserWarning: Unknown distribution option: 'windows'
warnings.warn(msg)
running install
No pysqlite2 found
Install psyco and get a better performance!
http://psyco.sourceforge.net
running build
running build_py
running build_scripts
running install_lib
running install_scripts
changing mode of /usr/local/bin/umit to 755
running install_data
Next I had to install python-pysqlite2 python-psyco then I reran the "make install"
/usr/lib/python2.4/distutils/dist.py:236: UserWarning: Unknown distribution option: 'windows'
warnings.warn(msg)
running install
running build
running build_py
running build_scripts
running install_lib
running install_scripts
changing mode of /usr/local/bin/umit to 755
running install_data
Next I removed my .umit files:
rm ~/.umit
then reran umit, which opened okay.
Also, when I tried to compile it on a machine without X, the last thing it said was :
-Wl,-E -Lnbase -Lnsock/src/ -o nmap main.o nmap.o targets.o tcpip.o nmap_error.o utils.o idle_scan.o osscan.o
osscan2.o output.o scan_engine.o timing.o charpool.o services.o protocols.o nmap_rpc.o portlist.o NmapOps.o
TargetGroup.o Target.o FingerPrintResults.o service_scan.o NmapOutputTable.o MACLookup.o nmap_tty.o nmap_dns.o
traceroute.o reason.o nse_main.o nse_auxiliar.o nse_nsock.o nse_init.o nse_nmaplib.o nse_debug.o nse_pcrelib.o
nse_string.o -lnbase -lnsock libpcre/libpcre.a -lpcap -lssl -lcrypto libdnet-stripped/src/.libs/libdnet.a
liblua/liblua.a -lm -ldl
NmapFE will not be made -- your system lacks the capabilities (perhaps GTK) for this graphical frontend. You can still
run command-line nmap!
Perhaps the Makefile should mention that Umit won't be installed.
Regards,
Josh
--
Joshua D. Abraham
Northeastern University
College of Computer and Information Science
www.ccs.neu.edu/home/jabra
_______________________________________________
Sent through the nmap-dev mailing list
http://cgi.insecure.org/mailman/listinfo/nmap-dev
Archived at http://SecLists.Org
Current thread:
- Nmap 4.22SOC2 Fyodor (Jul 11)
- Re: Nmap 4.22SOC2 Joshua D. Abraham (Jul 11)
- Re: Nmap 4.22SOC2 Guilherme Polo (Jul 11)
- Re: Nmap 4.22SOC2 Joshua D. Abraham (Jul 11)
