LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   openvas librairies (https://www.linuxquestions.org/questions/linux-newbie-8/openvas-librairies-4175419717/)

iby 08-01-2012 04:43 AM

openvas librairies
 
I want to install openvas-librairies on ubinto 10.04 but i still have this error


bnr-vas@bnr-vas-desktop:~/openvas/openvas-libraries-4.0.7$ make
[ 72%] Built target openvas_base_shared
[ 72%] Built target openvas_base_static
[ 72%] Built target openvas_misc_shared
[ 72%] Built target openvas_misc_static
[ 72%] Built target openvas_hg_shared
[ 72%] Built target openvas_hg_static
[ 72%] Built target openvas_nasl_static
Linking C executable openvas-nasl
/usr/bin/ld: cannot find -lwmiclient
collect2: ld returned 1 exit status
make[2]: *** [nasl/openvas-nasl] Error 1
make[1]: *** [nasl/CMakeFiles/openvas-nasl.dir/all] Error 2
make: *** [all] Error 2

knudfl 08-01-2012 07:57 AM

Welcome to LQ.

A build example, openvas-4.0.7 , Ubuntu 10.04 :
http://www.fantaghost.com/2012/04/ho...cid-10-04-x64/

iby 08-01-2012 08:18 AM

I am already a spirit to follow this tutorial and I'm stuck in the installation of openvas librairies

iby 08-01-2012 09:41 AM

help me

Package libopenvas was not found in the pkg-config search path.
Perhaps you should add the directory containing `libopenvas.pc'
to the PKG_CONFIG_PATH environment variable

knudfl 08-01-2012 11:31 AM

# 4

Where did you install openvas, and what is the location of libopenvas.pc ?


Example, using a /usr/local/lib/pkgconfig/file.pc :
1) export PKG_CONFIG_LIBDIR=/usr/local/lib/pkgconfig:/usr/lib/pkgconfig/
2) ./configure

.


All times are GMT -5. The time now is 04:55 AM.