Bugs item #870, was opened at 2009-01-14 14:01
Status: Open
Priority: 3
Submitted By: Darren Fuller (fully)
Assigned to: Nobody (None)
Summary: Links not created on install, libraries not found although are there!? 
Resolution: None
Severity: None
Version: v2.0
Component: openvas-libraries
Operating System: Linux
Product: OpenVAS
Hardware: Other
URL: 


Initial Comment:
Trying to get this working on Kubuntu 8.10, ran make/make install etc. as root 
but get the following error:

r...@netbox:/tmp# openvasd
openvasd: error while loading shared libraries: libopenvas.2: cannot open 
shared object file: No such file or directory

Looking in to /usr/local/lib showed that the links for libopenvas.2 were 
pointing to an old version so I removed/recreated to point to the file directly:

r...@netbox:/tmp# ls -l /usr/local/lib/libopenvas.2
lrwxrwxrwx 1 root root 34 2009-01-14 13:19 /usr/local/lib/libopenvas.2 -> 
/usr/local/lib/libopenvas.so.2.0.0
r...@netbox:/tmp# ls -l /usr/local/lib/libopenvas.so.2.0.0
-rwxr-xr-x 1 root root 288285 2009-01-14 13:11 
/usr/local/lib/libopenvas.so.2.0.0

So.. the library exists but isn't loaded?

r...@netbox:/tmp# cat /etc/ld.so.conf
include /etc/ld.so.conf.d/*.conf
/usr/local/lib

r...@netbox:/tmp# ldd `which openvasd`  
        linux-gate.so.1 =>  (0xb7f96000)                      
        libopenvasnasl.so.2 => /usr/local/lib/libopenvasnasl.so.2 (0xb7f2b000)
        libgpgme.so.11 => /usr/lib/libgpgme.so.11 (0xb7f01000)                
        libgpg-error.so.0 => /lib/libgpg-error.so.0 (0xb7efc000)              
        libopenvas.so.2 => /usr/local/lib/libopenvas.so.2 (0xb7e76000)
        libopenvas_hg.so.2 => /usr/local/lib/libopenvas_hg.so.2 (0xb7e6f000)
        libutil.so.1 => /lib/tls/i686/cmov/libutil.so.1 (0xb7e6b000)
        libnsl.so.1 => /lib/tls/i686/cmov/libnsl.so.1 (0xb7e52000)
        libpcap.so.0.8 => /usr/lib/libpcap.so.0.8 (0xb7e27000)
        libgnutls.so.26 => /usr/lib/libgnutls.so.26 (0xb7d89000)
        libresolv.so.2 => /lib/tls/i686/cmov/libresolv.so.2 (0xb7d75000)
        libdl.so.2 => /lib/tls/i686/cmov/libdl.so.2 (0xb7d71000)
        libglib-2.0.so.0 => /usr/lib/libglib-2.0.so.0 (0xb7cba000)
        libc.so.6 => /lib/tls/i686/cmov/libc.so.6 (0xb7b5c000)
        libgcrypt.so.11 => /lib/libgcrypt.so.11 (0xb7af2000)
        libopenvas.2 => not found
        libopenvas_hg.2 => not found
        libtasn1.so.3 => /usr/lib/libtasn1.so.3 (0xb7ae0000)
        libz.so.1 => /usr/lib/libz.so.1 (0xb7aca000)
        /lib/ld-linux.so.2 (0xb7f7c000)
        libpcre.so.3 => /lib/libpcre.so.3 (0xb7aa0000)


Let me know if you need any further info.

Fully

----------------------------------------------------------------------

You can respond by visiting: 
http://wald.intevation.org/tracker/?func=detail&atid=220&aid=870&group_id=29
_______________________________________________
Openvas-devel mailing list
Openvas-devel@wald.intevation.org
http://lists.wald.intevation.org/mailman/listinfo/openvas-devel

Reply via email to