Nmap Development mailing list archives

Re: nmap-7.00 having issues on OSX


From: Daniel Miller <bonsaiviking () gmail com>
Date: Sun, 22 Nov 2015 08:41:11 -0600

Thanks, Luigi, and all others who have reported this issue. We are working
on resolving the various problems with our Zenmap app wrapper, but for the
missing pangorc.in issue, @functio on Github recommends creating an empty
file as a workaround [1]:

sudo mkdir -p /Applications/Zenmap.app/Contents/Resources/etc/pango &&
touch /Applications/Zenmap.app/Contents/Resources/etc/pango/pangorc.in

Regarding the nmap-update error: the service that nmap-update accesses is
not currently supported and is in developer-only alpha stage. We ran into
problems statically compiling it to avoid these dynamic linker issues, but
if you want to make it work, install libsvn via Macports, as that should be
a compatible version.

Please be patient with us as we work to resolve these issues with bundling
Zenmap for OS X. We are trying to develop a process that will avoid this
sort of embarrassment in the future.

Dan

[1] https://github.com/nmap/nmap/issues/235#issuecomment-158758733

On Sun, Nov 22, 2015 at 7:34 AM, zzound <zzssound () gmail com> wrote:

Hi,
sorry for not linking to the existing threads but i subscribed to the list
right now.

I’m having troubles opening zenmap and nmap-update

I’m running with nmap-7.00, on OSX El Capitan and XQuartz-2.7.8
I have same issues of other users, i discovered that also nmap-update is
not working because the correct version of a library seems to be missing:

I paste here the error messages:

ZENMAP

zzound$ sudo open /Applications/Zenmap.app/
Password:
LSOpenURLsWithRole() failed with error -10810 for the file
/Applications/Zenmap.app.

zzound$ /Applications/Zenmap.app/Contents/MacOS/Zenmap ; exit;
Traceback (most recent call last):
  File "/Applications/Zenmap.app/Contents/MacOS/zenmap_wrapper.py", line
173, in <module>
    substitute_key_file(in_file_name, out_file_name, REPLACEMENTS)
  File "/Applications/Zenmap.app/Contents/MacOS/zenmap_wrapper.py", line
63, in substitute_key_file
    in_file = open(in_file_name, "r")
IOError: [Errno 2] No such file or directory:
'/Applications/Zenmap.app/Contents/Resources/etc/pango/pangorc.in’


NMAP-UPDATE

zzound$ sudo nmap-update
dyld: Library not loaded: /usr/lib/libapr-1.0.dylib
  Referenced from: /usr/local/bin/nmap-update
  Reason: Incompatible library version: nmap-update requires version 6.0.0
or later, but libapr-1.0.dylib provides version 5.0.0


Hope this will help.
Regards
Luigi


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

Current thread: