Ethical Hacking

Learn to find vulnerabilities before the bad guys do! Gain real world hands on hacking experience in our state of the art hacking lab. Course designed and taught by expert instructors with years of penetration testing experience. 12 student maximum in every class. Certification attempt included in every package.
Computer Forensics Training at InfoSec Institute

Gain the in-demand skills of a certified computer examiner, learn to recover trace data left behind by fraud, theft, and cybercrime perpetrators. Discover the source of computer crime and abuse at your organization so that it never happens again. All of our class sizes are guaranteed to be 12 students or less to facilitate one-on-one interaction with one of our expert instructors.




Network Security Nessus-Users
[Top] [All Lists]

Re: Nessus 2.2.5 backout plan question

Subject: Re: Nessus 2.2.5 backout plan question
Date: Tue, 23 Aug 2005 14:59:32 +0100
On the weekend I plan on upgrading Nessus 2.2.3 to Nessus 2.2.5 on a
RHEL 3 machine and I need to have a viable backout plan. In that
regard, is there a way to have a slotted installed (i.e. keep Nessus
2.2.3 incase Nessus 2.2.5 does not run properly)?

This shouldn't be a problem if you run e.g.

./configure --prefix=/usr/local/nessus

for all the packages that need to be installed (nessus-libraries, libnasl, nessus-core, nessus-plugins). All files will be installed into that path
and your existing nessus files will not be touched. Before running make
install you can check where files will be put by doing make -n install.


One problem you may encounter is that the new nessusd binary (/usr/local/nessus/sbin/nessusd) may try to use the previous version's libs.

if you run

/usr/local/nessusd/sbin # ./nessusd -d

And it lists an older version number for the libraries, then this problem has occured - it can be solved by setting

export LD_LIBRARY_PATH=/usr/local/nessus/lib

before launching nessusd.

--
Hubert Seiwert

Internet Security Specialist, Westpoint Ltd
Albion Wharf, 19 Albion Street, Manchester M1 5LN, United Kingdom

Web: www.westpoint.ltd.uk
Tel: +44-161-2371028
_______________________________________________
Nessus mailing list
Nessus@list.nessus.org
http://mail.nessus.org/mailman/listinfo/nessus

<Prev in Thread] Current Thread [Next in Thread>