[rt-users] Install questions

Greg Smythe gregs at Intellstat.com
Sat Oct 20 23:18:32 EDT 2001


It says it's installed

[root at support rt-2-0-8]# make testdeps
/usr/bin/perl ./tools/testdeps -warn mysql
Checking for DBI 1.18 ...found
Checking for DBIx::DataSource 0.02 ...found
Checking for DBIx::SearchBuilder 0.43 ...found
Checking for HTML::Entities...found
Checking for MLDBM...found
Checking for Net::Domain...found
Checking for Net::SMTP...found
Checking for Params::Validate 0.02 ...found
Checking for HTML::Mason 0.896 ...found
Checking for CGI::Cookie 1.20 ...found
Checking for Apache::Cookie...found
Checking for Apache::Session 1.53 ...found
Checking for Date::Parse...found
Checking for Date::Format...found
Checking for MIME::Entity 5.108 ...found
Checking for Mail::Mailer 1.20 ...found
Checking for Getopt::Long 2.24 ...found
Checking for Tie::IxHash...found
Checking for Text::Wrapper...found
Checking for Text::Template...found
Checking for File::Spec 0.8 ...found
Checking for Errno...found
Checking for FreezeThaw...found
Checking for File::Temp...found
Checking for Log::Dispatch 1.6 ...found
Checking for DBD::mysql 2.0416 ...found

and doing that perl line eventually gets me:


Going to read /root/.cpan/sources/modules/03modlist.data.gz
Apache::DBI is up to date.
[root at support /root]#





-=-=-=-=-=-=-=-=-=-=-=-=-=-
Greg Smythe
SysAdmin
Intellstat Communications
WA State Resident




-----Original Message-----
From: Darrin Walton [mailto:darrinw at nixc.net] 
Sent: Saturday, October 20, 2001 7:50 PM
To: Greg Smythe
Cc: 'Ian (Network Administrator)'; rt-users at lists.fsck.com;
'jesse at bestpractical.com'
Subject: Re: [rt-users] Install questions


On Sat, Oct 20, 2001 at 06:51:35PM -0700, Greg Smythe wrote:
  |+ [root at support etc]# /usr/local/apache/bin/apachectl start
  |+ Syntax error on line 955 of /usr/local/apache/conf/httpd.conf:
  |+ Can't locate Apache/DBI.pm in @INC (@INC contains:
  |+ /usr/lib/perl5/5.6.0/i386-linux /usr/lib/perl5/5.6.0
  |+ /usr/lib/perl5/site_perl/5.6.0/i386-linux
/usr/lib/perl5/site_perl/5.6.0
  |+ /usr/lib/perl5/site_perl . /usr/local/apache/
/usr/local/apache/lib/perl) at
  |+ (eval 3) line 3.
  |+ 
  |+ /usr/local/apache/bin/apachectl start: httpd could not be started
  |+ [root at support etc]# locate DBI.pm
  |+ /usr/lib/perl5/site_perl/5.6.0/i386-linux/Bundle/DBI.pm
  |+ /usr/lib/perl5/site_perl/5.6.0/i386-linux/DBI.pm
  |+ /usr/lib/perl5/site_perl/5.6.0/Apache/Session/Store/DBI.pm
  |+ [root at support etc]#

Looks like you're still missing Apache::DBI.  Try:
	perl -MCPAN -e'install Apache::DBI' 

That should fix that problem for you.  The DBI.pm you have installed is
different from Apache::DBI.

--darrin




More information about the rt-users mailing list