Hello,

I've just compiled Apache 2.0.53, PHP and MySQL. Now I want to install
mod_perl into apache, and this is how I did it:

echo "/lib" >> /etc/ld.so.conf
ln -s /lib/libdb1.so.2 /lib/libdb1.so
ldconfig

- This is due to, that after I installed the libdb1, it still complained
that it couldn’t find the db1.

perl Makefile.PL MP_INST_APACHE2=1 MP_APXS=/usr/apache2/bin/apxs
make && make test
make install

Everything runs fine or almost.

When I run make test; it comes up with this error:

Cannot load /root/mod_perl-2.0.0-RC4/src/modules/perl/mod_perl.so into
server: /root/mod_perl-2.0.0-RC4/src/modules/perl/mod_perl.so: undefined
symbol: PerlIOBase_binmode
[  error]

And I have NO clue why it does that?


Best regards,

Andreas Kruger

Reply via email to