Problem with new OpenVas release on CentOS6

General Discussion of atomic repo and development projects.

Ask for help here with anything else not covered by other forums.
warringaa
New Forum User
New Forum User
Posts: 2
Joined: Thu Jun 19, 2014 5:14 am
Location: Netherlands

Problem with new OpenVas release on CentOS6

Unread post 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.
scott
Atomicorp Staff - Site Admin
Atomicorp Staff - Site Admin
Posts: 8355
Joined: Wed Dec 31, 1969 8:00 pm
Location: earth
Contact:

Re: Problem with new OpenVas release on CentOS6

Unread post 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!
warringaa
New Forum User
New Forum User
Posts: 2
Joined: Thu Jun 19, 2014 5:14 am
Location: Netherlands

Re: Problem with new OpenVas release on CentOS6

Unread post by warringaa »

Thanks, problem solved!
Post Reply