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 see them in the RPMS directories on the
> CDs, at least not one for LogDispatch.
> 
> I've tried some I found at perl.apache.org but they say they conflict,
> fail dependencies, etc. I've also tried ones I found with google but
> having a heck of a time. 
> 
> Where should I go for these modules? Any suggestions? Should I uninstall
> httpd and download Apache and the mods from perl.apache.org?

Installing modules manually is quite easy.  I rarely fool with RPMs
(except for the popular stuff), and *never* mess with CPAN.pm.  Simply
download the module tarball you need (http://search.cpan.org),
uncompress it, and compile it.  Here's an example:

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

That's usually all it takes, very easy stuff.  HTH.

-- 
Jason Dixon, RHCE
DixonGroup Consulting
http://www.dixongroup.net


-- 
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]
https://www.redhat.com/mailman/listinfo/redhat-list

Reply via email to