On Tue, 12 Sep 2006, Oskar Ahner wrote:

Hi All!

My question is why apache complains on "is garbled - perhaps this is not an Apache module DSO?" when I build everything from scratch? Here are the steps:

* I build and install Perl 5.8.8 below /opt/perl

* I build and install apache2:

./configure --with-mpm=prefork --prefix=/opt/apache2
make & make install

* I build mod_perl 2.0.2:
/opt/perl/bin/perl Makefile.PL MP_AP_PREFIX=/opt/apache2
make

This is probably a question better discussed on the
mod_perl mailing list. One thing you might want to
check, though - in the httpd.conf in t/conf/ in the
mod_perl sources, are any modules other than those
under /opt/apache2 being loaded?

--
best regards,
Randy Kobes

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

Reply via email to