Using rpm via the command line will tell you what packages you're missing that's preventing you from completing the installation. To do this, 'su -l' to root, then 'cd' to the directory where the RPM resides, then rpm -Uvh guarddog-<version>.rpm
You'll either get a bunch of # marks and a message saying it's completed, or it will tell you which RPMs are not installed on your system that guarddog needs. You'll need to install those dependencies either by 'rpm -Uvh'ing them from your installation media or by using the up2date command which can download and install RPMs and their dependencies. Let me know if you have any more difficulties, -Tim On Wed, 2002-11-13 at 15:54, carson bankston wrote: > Hello > > Here's my situation: > Attempting to install gaurddog for RH 7.2 > Downloaded rpm's > Goto package manager > File open - navigate to rpm's > Install screen opens > Click install > > Error: > Found 0 source and 1 binary packages > rpmdepCheck() failed > > All assistance is appreciated. > > carson > > ===== > Network Administrator > Parkview Baptist School > (225) 291-2500 x.105 > > "With sufficient thrust, pigs fly just fine. However, it is difficult to > predict where they will land." - stolen and misquoted > > __________________________________________________ > Do you Yahoo!? > U2 on LAUNCH - Exclusive greatest hits videos > http://launch.yahoo.com/u2 > > _______________________________________________ > General mailing list > [email protected] > http://oxygen.nocdirect.com/mailman/listinfo/general_brlug.net
