[rt-users] Install questions

Darrin Walton darrinw at nixc.net
Sat Oct 20 22:50:19 EDT 2001


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