On Tue, 2004-03-02 at 21:48, Josh Chamas wrote:
> Tige D. Chastain wrote:
> >...
> > As you can see, I did compile in Apache::Tables.  I'll try the older
> > version and see what I come up with.  I just cannot figure out when the
> > mod_perl cannot find the Apache::Table module.  Do I need to load this
> > directly in Apache's httpd.conf file to satisfy a dependency?  When I do
> > a /usr/local/bin/perl -e 'use Apache::Table' I get a 0 for a return
> > code.
> > 
> 
> You can try adding "PerlModule Apache::Table" to your httpd.conf, but
> this probably isn't the issue.  Does it work?
> 
> > Any insight from anyone is greatly appreciated.
> > 
> 
> Make sure your apache was stop/start'd after recompiling the mod_perl
> and that the "make install" was done correctly for the mod_perl
> into the correct perl ( in case there are many perl's on your system ).
> Any one of these missed, and your install would not be picked up correctly.
> 
> Regards,
> 
> Josh
> ________________________________________________________________________
> Josh Chamas, Founder    | NodeWorks - http://www.nodeworks.com
> Chamas Enterprises Inc. | NodeWorks Directory - http://dir.nodeworks.com
> http://www.chamas.com   | Apache::ASP - http://www.apache-asp.org
> 
> 

Josh,

I did ensure the apache instance was shutdown before recompiling
mod_perl from source.  Also, when I generated the make file, I
absolutely referenced the perl binary I wanted used (yes, I have 3
different versions - I loathe RPM dependencies).  I tried putting in a
directive as you suggested for Apache::Table, but that did not work
(didn't seem to have any affect actually).

I was hoping it was something simple.  If it is , I cannot pin down what
it could be.

Tige


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to