OK, Point taken, can you point me to the document which outlines addition of LWP, CGI, etc.
that's not a modperl issue. You should either go to search.cpan.org, grab the packages and install them. or you could use the cpan shell:
perl -MCPAN -eshell cpan> install LWP CGI
what happens if you rebuild mod_perl as you did now, but adding:
MP_APR_CONFIG=/usr/local/apache2/httpd/prefork/bin/apr-config
You do have /usr/local/apache2/httpd/prefork/bin/apr-config, right?
No, it is not there it is located:
[EMAIL PROTECTED] modperl]# /usr/local/apr/bin/apr-config
--link-ld --libs
-L/usr/local/apr/lib -lapr-0 -lrt -lm -lcrypt -lnsl -ldl
OK. Is that the apr that apache was built with?
You had: /usr/local/source/httpd-2.0.48/srclib/apr/apr-config Where did it go, when you did 'make install' in the /usr/local/source/httpd-2.0.48 tree?
Also tell me where your libapr-0.so.0.9.5 or libapr-0.so is
They are located: [EMAIL PROTECTED] t]# find / -name libapr-0.so.0.9.5 /usr/local/source/httpd-2.0.48/srclib/apr/.libs/libapr-0.so.0.9.5
[EMAIL PROTECTED] modperl]# find / -name libapr-0.so /usr/local/source/httpd-2.0.48/srclib/apr/.libs/libapr-0.so
that's not good. It looks like you haven't installed them. Did you ever run 'make install' in the /usr/local/source/httpd-2.0.48/ tree?
__________________________________________________________________ Stas Bekman JAm_pH ------> Just Another mod_perl Hacker http://stason.org/ mod_perl Guide ---> http://perl.apache.org mailto:[EMAIL PROTECTED] http://use.perl.org http://apacheweek.com http://modperlbook.org http://apache.org http://ticketmaster.com
-- Reporting bugs: http://perl.apache.org/bugs/ Mail list info: http://perl.apache.org/maillist/modperl.html