5.8.1 tarball multilib errors
Posted: Fri Feb 19, 2021 11:32 am
Hi
I tried to do the offline installation using the 5.8.1 tarball from the repo, installed the options packages and then run the ./fullinstall.
It failed with a multilib error. It was finding two versions of nmap and it didnt like it.
I checked the nagiosxi folder from the archive and sure enough, there are two nmap rpm's in there! Both x86_64. one is 6.47-1 and 6.47-2.
Can I ask why both versions are needed?
to complete the installation I had to:
1) uninstall the pre-installed nmap version..
(tried to rerun full install at this point and it didnt work so nothing to do with the installed version!)
2) tried to manually install the higher version one: rpm -i nmap-6.47-2.x86_64.rpm.
Failed with a dependency so..
yum install subversion-libs.x86_64
and rerun the rpm install.. which worked.
Then run the fullinstall and it completed fine.
So 2 questions:
1) Why 2 versions of nmap
2) Did I do the right think or have I broken something?
I tried to do the offline installation using the 5.8.1 tarball from the repo, installed the options packages and then run the ./fullinstall.
It failed with a multilib error. It was finding two versions of nmap and it didnt like it.
I checked the nagiosxi folder from the archive and sure enough, there are two nmap rpm's in there! Both x86_64. one is 6.47-1 and 6.47-2.
Can I ask why both versions are needed?
to complete the installation I had to:
1) uninstall the pre-installed nmap version..
(tried to rerun full install at this point and it didnt work so nothing to do with the installed version!)
2) tried to manually install the higher version one: rpm -i nmap-6.47-2.x86_64.rpm.
Failed with a dependency so..
yum install subversion-libs.x86_64
and rerun the rpm install.. which worked.
Then run the fullinstall and it completed fine.
So 2 questions:
1) Why 2 versions of nmap
2) Did I do the right think or have I broken something?