Page 1 of 1

Problem with new OpenVas release on CentOS6

Posted: Thu Jun 19, 2014 5:18 am
by warringaa
Hi,

Yesterday we upgraded OpenVas to the latest available version on http://www6.atomicorp.com/channels/atom ... 6_64/RPMS/. After we fix some library path problems we want to start up de openvas-scanner and we get the following problem:

[root@gnscan01 init.d]# ./openvas-scanner start
Starting openvas-scanner: /usr/sbin/openvassd: error while loading shared libraries: libopenvas_misc.so.6: cannot open shared object file: No such file or directory
[FAILED]
[root@gnscan01 init.d]# rpm -qa | grep openvas
openvas-libraries-7.0.2-10.el6.art.x86_64
openvas-cli-1.2.0-4.el6.art.x86_64
openvas-manager-5.0.2-18.el6.art.x86_64
openvas-1.0-9.el6.art.noarch
openvas-scanner-3.4.1-8.el6.art.x86_64

It looks that this version of the openvas-scanner needs libraries of openvas-libraries-6 RPM. How can we solve this problem.

Re: Problem with new OpenVas release on CentOS6

Posted: Thu Jun 19, 2014 6:18 pm
by scott
A ha, did you notice anything weird about:

openvas-scanner-3.4.1-8.el6.art.x86_64

its linked against openvas 6 because thats openvas-scanner from openvas 6. The openvas 7 package is openvas-scanner 4.0.1. I forgot to import the EL6 build from the testing channel when I was doing the rest!

Thats syncing to the mirrors right now, as well as a fix for the gsad error you reported. Thanks for the report!

Re: Problem with new OpenVas release on CentOS6

Posted: Fri Jun 20, 2014 5:20 am
by warringaa
Thanks, problem solved!