[rt-users] make testdeps

Adam R Prato arp-rt2 at metachar.net
Sat Oct 13 16:12:07 EDT 2001


* John Long wrote on 13 Oct 2001:

> hey,
> 
> the testdeps is failing on two things
> 
> Apache::Session
> DBD::mysql 2.0416
> 
> However libapreq will not install and comes up with errors about missing a
> *.pm file

Cut and paste the actual error messages. On a good day I could probably make
up a dozen different error messages with their potential causes :)

> Any suggestions? Behind a firewall so i cannot use make fixdeps
> 
> Cheers

http://search.cpan.org or ftp://ftp.freesoftware.com/pub/perl/CPAN/modules/by-module/

Grab each package by hand from those urls. Use the ftp site first, and if you
cant find it, search for the module at search.cpan.org.

Build them each by hand. It's easy. just unpack the src, type
"perl Makefile.PL", then "make ; make test ; su ; make install"

Adam




More information about the rt-users mailing list