Nessus on Solaris 10

when I run the command nessus-mkcert I get the following error messages

ld.so.1: /usr/local/sbin/nessusd: fatal: libnasl.so.2: open failed: No such file or directory

Killed

Executing nessusd failed. Make sure your library loader is configured properly

and that nessusd is in your $PATH

My Path is:

# echo $PATH

/usr/sbin:/usr/bin:/usr/local:/usr/ccs/bin:/usr/local/sbin

Please can some one help Thanks

[463 byte] By [D_souza] at [2007-11-25 23:38:41]
# 1

The executable is not finding one of its libraries. The library module libnasl.so.2 is part of the nessus package not the standard run-time libraries. Look in your nessus installation for a lib directory and add the path to this directory to the environment variable LD_LIBRARY_PATH or if the variable is not defined then define it as the path to the nessus library.

Charlie Jack

CWJack at 2007-7-5 18:22:30 > top of Java-index,General,Talk to the Sysop...
# 2
Had the same problem... makse sure /usr/local/lib is first in your $LD_LIBRARY_PATH.
bfeley at 2007-7-5 18:22:30 > top of Java-index,General,Talk to the Sysop...