<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
<HTML>
<HEAD>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=US-ASCII">
<META NAME="Generator" CONTENT="MS Exchange Server version 5.5.2653.12">
<TITLE>RE: [rt-users] Trouble installing Apache::Request</TITLE>
</HEAD>
<BODY>

<P><FONT SIZE=2>Hi,</FONT>
</P>

<P><FONT SIZE=2>I had the same problem today, although I don't have the answer as of yet I'm working with the same issue. However I force installed Apache::Request and the problem then shows up in the httpd.conf file. I don't recommend doing the force.</FONT></P>

<P><FONT SIZE=2>-----Original Message-----</FONT>
<BR><FONT SIZE=2>From: Camron W. Fox [<A HREF="mailto:cwfox@fujitsu.com">mailto:cwfox@fujitsu.com</A>] </FONT>
<BR><FONT SIZE=2>Sent: Tuesday, August 05, 2003 4:45 PM</FONT>
<BR><FONT SIZE=2>To: Rt-Users@Lists. Fsck. Com</FONT>
<BR><FONT SIZE=2>Subject: [rt-users] Trouble installing Apache::Request</FONT>
</P>

<P><FONT SIZE=2>Alle,</FONT>
</P>

<P>        <FONT SIZE=2>I'm running RH7.3, mysql/4.0.12-0, modperl/1.26. I've installed perl 5.8 in</FONT>
<BR><FONT SIZE=2>/usr/local, alongside the default 5.6 that comes with RH. I have gotten all</FONT>
<BR><FONT SIZE=2>modules to install in /usr/local/lib/perl5 running:</FONT>
</P>

<P><FONT SIZE=2>/usr/local/bin/perl</FONT>
<BR><FONT SIZE=2>./sbin/rt-test-dependencies --with-mysql --with-modperl1 --install</FONT>
</P>

<P>        <FONT SIZE=2>EXCEPT Apache::Request. I get the following error:</FONT>
</P>

<P><FONT SIZE=2>Failed Test       Stat Wstat Total Fail  Failed  List of Failed</FONT>
<BR><FONT SIZE=2>----------------------------------------------------------------------------</FONT>
<BR><FONT SIZE=2>---</FONT>
<BR><FONT SIZE=2>apreq/big_input.t               21   21 100.00%  1-21</FONT>
<BR><FONT SIZE=2>apreq/cookie.t                   1    1 100.00%  1</FONT>
<BR><FONT SIZE=2>apreq/inherit.t                  1    1 100.00%  1</FONT>
<BR><FONT SIZE=2>apreq/request.t                  2    2 100.00%  1-2</FONT>
<BR><FONT SIZE=2>!!! error running tests (please examine t/logs/error_log)</FONT>
<BR><FONT SIZE=2>make: *** [run_tests] Error 1</FONT>
<BR><FONT SIZE=2>  /usr/bin/make test -- NOT OK</FONT>
<BR><FONT SIZE=2>Running make install</FONT>
<BR><FONT SIZE=2>  make test had returned bad status, won't install without force</FONT>
</P>
<BR>

<P>        <FONT SIZE=2>When I check the error log, I find that it cannot find Apache/Test.pm</FONT>
<BR><FONT SIZE=2>because it's looking in the 5.6.1 locs in /usr/lib/perl5 vice the newly</FONT>
<BR><FONT SIZE=2>installed 5.8.0 locs in /usr/local/lib/perl5:</FONT>
</P>
<BR>

<P><FONT SIZE=2>[root@hilo cwfox]# cat .cpan/build/libapreq-1.2/t/logs/error_log</FONT>
<BR><FONT SIZE=2>[Tue Aug  5 13:30:44 2003] [info] Created shared memory segment #3637259</FONT>
<BR><FONT SIZE=2>[Tue Aug  5 13:30:44 2003] [info] allocated semaphore #1540120</FONT>
<BR><FONT SIZE=2>[Tue Aug  5 13:30:45 2003] [info] Created shared memory segment #3702795</FONT>
<BR><FONT SIZE=2>[Tue Aug  5 13:30:45 2003] [info] allocated semaphore #1572888</FONT>
<BR><FONT SIZE=2>[Tue Aug  5 13:30:45 2003] [info] created shared memory segment #3735564</FONT>
<BR><FONT SIZE=2>[Tue Aug  5 13:30:46 2003] [error] Can't locate Apache/Test.pm in @INC (@INC</FONT>
<BR><FONT SIZE=2>contains: /home/cwfox/.cpan/build/libapreq-1.2/lib</FONT>
<BR><FONT SIZE=2>/home/cwfox/.cpan/build/libapreq-1.2/blib/lib</FONT>
<BR><FONT SIZE=2>/home/cwfox/.cpan/build/libapreq-1.2/blib/arch</FONT>
<BR><FONT SIZE=2>/home/cwfox/.cpan/build/libapreq-1.2/t/response</FONT>
<BR><FONT SIZE=2>/home/cwfox/.cpan/build/libapreq-1.2/t /usr/lib/perl5/5.6.1/i386-linux</FONT>
<BR><FONT SIZE=2>/usr/lib/perl5/5.6.1 /usr/lib/perl5/site_perl/5.6.1/i386-linux</FONT>
<BR><FONT SIZE=2>/usr/lib/perl5/site_perl/5.6.1 /usr/lib/perl5/site_perl/5.6.0/i386-linux</FONT>
<BR><FONT SIZE=2>/usr/lib/perl5/site_perl/5.6.0 /usr/lib/perl5/site_perl</FONT>
<BR><FONT SIZE=2>/usr/lib/perl5/vendor_perl/5.6.1/i386-linux /usr/lib/perl5/vendor_perl/5.6.1</FONT>
<BR><FONT SIZE=2>/usr/lib/perl5/vendor_perl . /home/cwfox/.cpan/build/libapreq-1.2/t/</FONT>
<BR><FONT SIZE=2>/home/cwfox/.cpan/build/libapreq-1.2/t/lib/perl) at</FONT>
<BR><FONT SIZE=2>/home/cwfox/.cpan/build/libapreq-1.2/t/response/TestApReq/big_input.pm line</FONT>
<BR><FONT SIZE=2>6.</FONT>
<BR><FONT SIZE=2>BEGIN failed--compilation aborted at</FONT>
<BR><FONT SIZE=2>/home/cwfox/.cpan/build/libapreq-1.2/t/response/TestApReq/big_input.pm line</FONT>
<BR><FONT SIZE=2>6.</FONT>
<BR><FONT SIZE=2>Compilation failed in require at (eval 4) line 3.</FONT>
</P>
<BR>

<P>        <FONT SIZE=2>I had no problems like this when I installed/updated the modules. Anyone</FONT>
<BR><FONT SIZE=2>had experience with this before?</FONT>
</P>

<P><FONT SIZE=2>Best Regards,</FONT>
<BR><FONT SIZE=2>Camron</FONT>
</P>

<P><FONT SIZE=2>Camron W. Fox</FONT>
<BR><FONT SIZE=2>Hilo Office</FONT>
<BR><FONT SIZE=2>High Performance Computing Group</FONT>
<BR><FONT SIZE=2>Fujitsu America, INC.</FONT>
<BR><FONT SIZE=2>E-mail:         cwfox@fujitsu.com</FONT>
<BR><FONT SIZE=2>Phone:          (808) 934-4102</FONT>
<BR><FONT SIZE=2>Pager:          (808) 934-1290</FONT>
<BR><FONT SIZE=2>Cell:                   (808) 937-5026</FONT>
</P>
<BR>

<P><FONT SIZE=2>_______________________________________________</FONT>
<BR><FONT SIZE=2>rt-users mailing list</FONT>
<BR><FONT SIZE=2>rt-users@lists.fsck.com</FONT>
<BR><FONT SIZE=2><A HREF="http://lists.fsck.com/mailman/listinfo/rt-users" TARGET="_blank">http://lists.fsck.com/mailman/listinfo/rt-users</A></FONT>
</P>

<P><FONT SIZE=2>Have you read the FAQ? The RT FAQ Manager lives at <A HREF="http://fsck.com/rtfm" TARGET="_blank">http://fsck.com/rtfm</A></FONT>
</P>

</BODY>
</HTML>