[rt-users] Force installing CPAN module - Version problem??
Andy Henson
andy.henson at zexia.co.uk
Sat Feb 9 11:13:00 EST 2002
Mine was failing probably because I failed to install DBI; so I did:
lynx http://www.helgrim.com/perlmodules/
Downloaded DBI-1.18
Downloaded Apache::Session 1.53
tar xzf DBI-1.18.tar.gz
cd DBI-1.18
perl Makefile.PL
make
make test
make install
tar xzf Apache-Session-1.53.tar.gz
cd Apache-Session-1.53
perl Makefile.PL
make test
make install
More information about the rt-users
mailing list