On Fri, 2005-04-08 at 12:59 -0400, David Cary Hart wrote: > On Fri, 2005-04-08 at 03:15 -0700, M E Fieu wrote: > > Hi.. I just installed Nessus but why there is no GUI > > included ?? How to install GUI client in unix ??? > > > There are two parts to nessus; Server and client. The client DOES have a > GUI - at least for moi. I installed from source. > -- The Nessus install script has sanity checks that look for a gtk build environment & if none is found do not build the GUI (see snippit below) do an rpm -qa |grep -i gtk+ to make sure you have the appropriate libraries installed utility_installed "gtk-config" && HAVE_GTK=y test -z "$HAVE_GTK" && { utility_installed "pkg-config" && { gtk=`pkg-config --modversion gtk+-2.0` test -n "$gtk" && HAVE_GTK=y } test -z "$HAVE_GTK" && { nogui="--disable-gtk" echo "The command 'gtk-config' was not found in your \$PATH." echo "The nessus client will be built without its GUI..." echo echo $Xn "Press ENTER to continue..." $Xc read bogus < /dev/tty } } -- Tony Placilla, RHCT anthony_placilla@xxxxxxxx J.O.A.T. GPG-Key-ID: 1024D/C78F8B64 http://pgp.mit.edu Key fingerprint = A8D5 7AFF CE88 4179 C792 D9A9 F197 2A15 C78F 8B64