[rt-users] Apache and MySQL problems on Install of 3.0.4

Aleš Sušnik alesh at sportina.si
Thu Sep 4 15:29:25 EDT 2003


Leon,

use cpan to "auto" install missing modules:

perl -MCPAN -e 'install Apache::Request' 
perl -MCPAN -e 'install DBD::mysql' 

DBD::mysql might fail to install, because make test fails.

Go to your $HOME/.cpan/build directory, and then to DBD's subdir and force
the install via make install (without previous make test).

Hope this helps,
A.

-----Original Message-----
From: rt-users-admin at lists.fsck.com [mailto:rt-users-admin at lists.fsck.com]
On Behalf Of Leon Sonntag
Sent: Thursday, September 04, 2003 8:14 PM
To: rt-users at lists.fsck.com
Subject: [rt-users] Apache and MySQL problems on Install of 3.0.4


I am trying to install RT 3.0.4 on a RH8 system.  I have:
Perl 5.8.0 (installed from RPM)
MySQL 4.0.14 (installed from RPM)
Apache 1.3.28 (installed manually)
ModPerl 1.28 (installed manually)

MySQL is running and accepting commands
Apache is running and serving pages

But when I to install RT it fails when testing for dependencies.  The 
commands used are:

./configure --with-db-rt-pass=mypassword
perl sbin/rt-test-dependencies --with-mysql --with-modperl1

Found errors here - It complained that Apache::Request and DBD::mysql 
2.1018 were missing.  I tried running this with the --install option but 
that was unable to install the two missing items as well.
  CPAN is setup and running.  The only glitch I can find is that I may have 
pointed CPAN to an older archive.  Trouble is I can't seem to find where to 
re-initialize it.

I've looked through the RT archives on fsck.com  but couldn't find any 
thing that helped.

I believe this is the point  where I say "help"


Most anything is easy after you've done it successfully a few times

Leon Sonntag
Innovative Web Applications
leon at iwa-solutions dot com 

_______________________________________________
rt-users mailing list
rt-users at lists.fsck.com
http://lists.fsck.com/mailman/listinfo/rt-users

Have you read the FAQ? The RT FAQ Manager lives at http://fsck.com/rtfm





More information about the rt-users mailing list