From: Larry A. <ai...@sp...> - 2003-01-02 05:28:54
|
Piet, wow. thanks for the detailed review and explanation. I was able to get ids installed using your steps and new rpms. This was enormously easier than using CPAN the first times I unsuccessfully tried to install ids on RH 8.0 . I want to document a few things for other installers. 1) the key was installing all rpm's on one command line. 2) the first time I tried this approach, I got error messages that some of the modules were already installed and the rpm -Uvh *.rpm failed. So I deleted the already installed modules with rpm -ev package-name. Then rpm -Uvh *.rpm worked. 3) I needed to add a "b" to get your step 5 working, as in htpasswd -bm /usr/share/ids/admin/.htpasswd admin "your lovely password" good show! Larry ====== At 03:01 PM 12/31/02, you wrote: >Date: Mon, 30 Dec 2002 23:00:55 -0800 (PST) >From: Piet Barber <pie...@ya...> >Subject: Re: [Ids-devel] installing from new rpm >To: Larry Airaghi <ai...@sp...>, ids...@li... > >I spent Christmas afternoon chasing all of the dependent Perl modules, >RPMifying each one of them. > >1) if you're running rh80, downoad the whole directory of RPMs from: >http://pietbarber.com/ids/RPMS/ (don't download the ids-0.82-0.i386.rpm -- >delete it if you already have; it's kind of broken in not-so-subtle ways). > >2) Make sure you already have ImageMagick-perl*.rpm installed from the >distribution CD or a mirror of the redhat archive. > >3) go into the directory where you downloaded all of the RPMs, and run rpm >-Uvh >*.rpm > >4) restart your web server (/sbin/service httpd restart) > >5) Make sure you supply a good password for the admin: >htpasswd -m /usr/share/ids/admin/.htpasswd admin "your lovely password" ... |