Nmap package

Hi!!

I have downloaded nmap-6.40-1.x86_64.rpm package, but i have an error system each time: [PK_TMP_DIR]:///var/tmp/TmpDir.LJOExk] Repositoryalready exists.

And when i use the command “nmap -sP 192.168.1.1”, i have an error:

" nmap: error while loading shared libraries: libsvn_client-1.so.0: cannot open shared object file: No such file or directory

How can i fix it please!!!

Hi
I’m assuming that’s the version from the Open Build Service for SLE 11 SP3?

If so, there isn’t a reason it’s looking for s subversion library as it’s not visible here;
https://build.opensuse.org/package/binary/network:utilities/nmap?arch=x86_64&filename=nmap-6.40-53.1.x86_64.rpm&repository=SLE_11_SP3

If you run as root user;

zypper lr

Do you see the tmp repo in the list? if so you can delete;

zypper rr [number]
zypper ref -f

Did this nmap package from from the SLES media, or did you find it
elsewhere? If elsewhere, the dependencies may not be setup correctly for
SLE in which case you may need to find out what provides
libsvn_client-1.so.0 and install that from the repositories, or maybe also
from an outside source. Hopefully the nmap documentation on the site
where you retrieved it has some information on requirements to help you
through those. You may also want to check the Open Build Service (OBS) at
http://software.opensuse.org/ to see if somebody has already built this
specifically for SLE in which case the chances of it working for you are
probably higher than what you currently have.


Good luck.

If you find this post helpful and are logged into the web interface,
show your appreciation and click on the star below…

Hi

i have found nmap at www.nmap.org, i downloaded and i tried to install it by using this: rpm -vhU http://nmap.org/dist/nmap-6.40-1.i386.rpm

By Google i have found this website “http://rpmfind.net/linux/rpm2html/search.php?query=libsvn_client-1.so.0”, but i don’t see or know wich file is good.

Thks

[QUOTE=cmigroup;19294]Hi

i have found nmap at www.nmap.org, i downloaded and i tried to install it by using this: rpm -vhU http://nmap.org/dist/nmap-6.40-1.i386.rpm

By Google i have found this website “http://rpmfind.net/linux/rpm2html/search.php?query=libsvn_client-1.so.0”, but i don’t see or know wich file is good.

Thks[/QUOTE]
Hi
Have a look here then;
http://software.opensuse.org/package/nmap

Download the version from network:utilities repository for SLE 11 SP3 (assuming thats what your running also).

Then use zypper to remove the other version and install the above version from the Open Build Service.

Note, these are not supported by SUSE, so YMMV…