I am configuring nessus-libraries and libnasl like this (note that exec-prefix is different from prefix)
./configure --prefix=/home/tmp/usr/local \ --exec-prefix=/home/tmp/usr/local/linux --disable-cipher --disable-ptmx \ --enable-debug --enable-nessuspcap --disable-random Bug: After building and installing nessus-libraries, if i do a nessus-config --libs, it returns me /home/tmp/usr/local/lib INSTEAD of /home/tmp/usr/local/linux/lib This in turn causes havoc when the final nasl is getting linked. A temporary fix to make the linker happy is to use the actual path to your nessus libraries rather than relying on `nessus-config --libs` -Aman
