Re: Installing LogDispatch

2003-08-26 Thread Jason Dixon
On Tue, 2003-08-26 at 08:04, James Pifer wrote: > Thanks for the help. Actually I was on the right track, I just didn't > finish it with make and make install. Anyway, maybe you can help with my > next one. I got my software installed, but when I try to hit the web > page I get an error in the http

Re: Installing LogDispatch

2003-08-26 Thread James Pifer
Thanks for the help. Actually I was on the right track, I just didn't finish it with make and make install. Anyway, maybe you can help with my next one. I got my software installed, but when I try to hit the web page I get an error in the httpd error_log that it "Can't find DBD/mysql.pm. So I dow

Re: Installing LogDispatch

2003-08-25 Thread Jason Dixon
On Mon, 2003-08-25 at 14:25, Jason Dixon wrote: > > wget http://search.cpan.org/path/to/Jasons-Example.tar.gz > tar zxvf Jasons-Example.tar.gz > cd Jasons-Example > perl Makefile > make && make test && sudo make install Correction, the line above should be "perl Makefile.PL". -- Jason Dixon, RH

Re: Installing LogDispatch

2003-08-25 Thread Jason Dixon
On Mon, 2003-08-25 at 14:23, James Pifer wrote: > Hoping for some direction here. I'm trying to install some software on > RH9. It's failing because it requires dispatch.pm. I'm using httpd that > gets installed from the dist rpms. Where can I find rpms for the > additional perl modules? I don't se