hi rayan,

thanks a lot for replying
i am using
ubuntu version 14.04lts



before executing make command,i have executed cmake .. which gave me output
as

root@cdac-VirtualBox:~/openvas-src/openvas-libraries-7.0.1/source# cmake ..
-- Configuring the Libraries...
-- Install prefix: /usr/local
-- checking for module 'wmiclient>=1.3.14'
--   package 'wmiclient>=1.3.14' not found
-- checking for module 'wincmd>=0.80'
--   package 'wincmd>=0.80' not found
-- Looking for pcap...
-- Looking for pcap... /usr/lib/x86_64-linux-gnu/libpcap.so
-- Looking for pcap-config...
-- Looking for pcap-config... /usr/bin/pcap-config
-- Looking for gpgme...
-- Looking for gpgme... /usr/lib/x86_64-linux-gnu/libgpgme.so
-- Looking for ksba...
-- Looking for ksba... /usr/lib/x86_64-linux-gnu/libksba.so
-- Looking for zlib...
-- Looking for zlib... /usr/lib/x86_64-linux-gnu/libz.so
-- Looking for uuid...
-- Looking for uuid... /usr/lib/x86_64-linux-gnu/libuuid.so
-- Looking for libldap...
--   Found /usr/lib/x86_64-linux-gnu/libldap.so - ldap support enabled
-- Configuring done
-- Generating done
-- Build files have been written to:
/root/openvas-src/openvas-libraries-7.0.1/source

is this working properly

i will provide you all the commands i have used till now from start
pls guide me

mkdir openvas-src
cd openvas-src/
wget 
http://wald.intevation.org/frs/download.php/1638/openvas-libraries-7.0.1.tar.gz
wget 
http://wald.intevation.org/frs/download.php/1640/openvas-scanner-4.0.1.tar.gz
wget 
http://wald.intevation.org/frs/download.php/1637/openvas-manager-5.0.0.tar.gz
wget 
http://wald.intevation.org/frs/download.php/1639/greenbone-security-assistant-5.0.0.tar.gz
wget http://wald.intevation.org/frs/download.php/1633/openvas-cli-1.3.0.tar.gz
tar zxvf openvas-{component}.tar.gz


apt-get install build-essential bison flex cmake pkg-config libglib
libglib2.0-dev libgnutls libgnutls-dev libpcap libpcap0.8-dev
libgpgme11 libgpgme11-dev doxygen libuuid1 uuid-dev sqlfairy xmltoman
sqlite3 libxml2-dev libxslt1.1 libxslt1-dev xsltproc libmicrohttpd-dev


cd {component}
mkdir source
cd source
cmake ..
make

pls help
_______________________________________________
Openvas-discuss mailing list
[email protected]
https://lists.wald.intevation.org/cgi-bin/mailman/listinfo/openvas-discuss

Reply via email to