[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [cobalt-users] strange apache error



> Cannot load /etc/httpd/modules/mod_perl.so into server:
> /etc/httpd/modules/mod_perl.so: undefined symbol:
apr_bucket_setaside_notimpl
>
> Short of not including mod_perl (probably a bad thing), I'm not sure what
> to do. I've checked and re-checked and I'm pretty sure I used the guide
> verbatim.
> I'm obviously no guru and I'm stumped, any help any one can offer would be
> much appreciated.

Mod_perl didn't compile correctly. There is a missing \. Change the mod_perl
section to the following and it should work on a RAQ3. Be careful of the
line breaks, the below section should be four lines.

cd /tmp/bassiupgrade/mod_perl
perl ./Makefile.PL APACHE_SRC=../apache/src/ DO_HTTPD=1 USE_APACI=1
PREP_HTTPD=1 EVERYTHING=1 ALL_HOOKS=1 PERL_SECTIONS=1
make
make install

This does kill the Frontpage Extensions. I tried compiling the Microsoft
Frontpage 2002 extensions but I keep getting authorization errors. The new
extensions work from the command line but not the web. Any suggestions for
the 2002 extensions would be greatly appreciated.