Re: [Netpass-users] Installation Error for Debian
Brought to you by:
jeffmurphy
From: Jeff M. <jcm...@os...> - 2005-11-14 22:10:33
|
On Mon, 2005-11-14 at 16:36 -0500, Alex Vyhmeister wrote: > FAILED: Not sure how to install packages on this system! > A fatal error has occurred. Check the log file for details. > unsupported operating system rel= ver= at ./install line 286. > the installation script only 'knows' about RHEL and Fedora. in other words, it only knows about 'yum' and 'up2date'. you might be able to modify the lines around #286 so that it calls apt-get to install those packages. i dont have debian installed anywhere, so i cant easily do this or test it. > I've already installed all equivalent packages for the ones it asks for. > I've looked at the install file, but I don't know what changes to make > in the code so that it will just ignore the fact that the kernel isn't RH. if the packages are installed, then just put "return;" near the top of the subroutine that installs those packages so that the installation can continue. |