farmer dude <[EMAIL PROTECTED]> writes: > libnasl.so.1: cannot open shared object file: No such > file or directory
libnasl.so.1 is a symbolic link. Maybe it points to an old file that was removed? If so, try removing symbolic links in /usr/local/lib and re-run ldconfig. I already had strange errors when upgrading Nessus without removing the old version. cd /usr/local/lib for I in *nasl* *nessus*; do if [ -L "$I" ]; then rm "$I"; fi; done ldconfig -n /usr/local/lib - [EMAIL PROTECTED]: general discussions about Nessus. * To unsubscribe, send a mail to [EMAIL PROTECTED] with "unsubscribe nessus" in the body.
