No subject
Thu Oct 13 11:38:50 EDT 2022
3.2 If there are unsatisfied dependencies, install them by hand or run
make fixdeps
(You may need to install Apache::Session and Apache::DBI by hand.
You might need to install Msql-Mysql-Modules by hand.
perl -MCPAN -e'install DBD::mysql::Install' should do it for you.
)
Installing the database server does not automatically install the perl
modules. You'll probably have to install Apache::Cookie by hand as well.
Have you tried:
|+ [mailto:rt-users-admin at lists.fsck.com]On Behalf Of Adam R Prato
|+
|+ > 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"
-darrin
More information about the rt-users
mailing list