Dynamic linker cannot find your libraries because they are not in default
location.

Try running following on root:

echo "/usr/local/lib" > /etc/ld.so.conf.d/openvas.conf


and then run


ldconfig


it should fix the problem.


--

Eero

2015-09-10 21:22 GMT+03:00 Sura,Andrei <[email protected]>:

> Hello,
>
>
> I compiled openvas 8 on Debian jessie but I am having an issue with
> libarries.
>
> Here is what I did:
>
>
> # cat /etc/os-release
>
> PRETTY_NAME="Debian GNU/Linux 8 (jessie)”
>
>
> # which openvassd
>
> /usr/local/sbin/openvassd
>
>
> # openvassd
>
> openvassd: error while loading shared libraries: libopenvas_nasl.so.8:
> cannot open shared object file: No such file or directory
>
>
> # locate libopenvas_nasl.so.8
>
> /usr/local/lib/libopenvas_nasl.so.8
>
> /usr/local/lib/libopenvas_nasl.so.8.0.4
>
>
> Please give me a hint. Do I need to recompile the openvas-libraries-8.0.4?
>
>
> Thank you for help.
>
> _______________________________________________
> Openvas-discuss mailing list
> [email protected]
> https://lists.wald.intevation.org/cgi-bin/mailman/listinfo/openvas-discuss
>
_______________________________________________
Openvas-discuss mailing list
[email protected]
https://lists.wald.intevation.org/cgi-bin/mailman/listinfo/openvas-discuss

Reply via email to