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



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



Reply via email to