> Hmm, can you please paste the arguments you passed to perl Makefile.PL? I > can't figure out why the above output doesn't show a link to libperl.so
To configure i just did: perl Makefile.PL MP_AP_PREFIX=/usr/local/apache2 MP_INST_APACHE2=1 Is there a step before that i forgot? /data/misc/mod_perl-1.99_16# ldd src/modules/perl/mod_perl.so Gives me the same i think: libgdbm.so.1 => /usr/lib/libgdbm.so.1 (0x4002d000) libdl.so.2 => /lib/libdl.so.2 (0x40033000) libm.so.6 => /lib/libm.so.6 (0x40037000) libc.so.6 => /lib/libc.so.6 (0x40058000) libcrypt.so.1 => /lib/libcrypt.so.1 (0x40175000) /lib/ld-linux.so.2 => /lib/ld-linux.so.2 (0x80000000) > > * "locate libperl.so*" (i just made an updatedb to make sure results will > > be nice) gives me: > > /usr/lib/libperl.so > > /usr/lib/libperl.so.5.6 > > /usr/lib/libperl.so.5.6.1 > > The perl you've quoted seems to live in /usr/local/share/perl/5.6.1, are > you sure there is no other libperl.so on your system? Nope, i think that it is all that i have matching the name libperl.so, i just tryed with "locate *libperl*" and it does: /data/misc/mod_perl-1.29/apaci/libperl.module /usr/doc/libperl5.6 /usr/lib/libperl.so /usr/lib/libperl.so.5.6 /usr/lib/libperl.so.5.6.1 /usr/share/defoma/libperl-file.pl /usr/share/defoma/libperl-hint.pl /usr/share/doc/libperl5.6 /var/lib/dpkg/info/libperl5.6.list /var/lib/dpkg/info/libperl5.6.md5sums /var/lib/dpkg/info/libperl5.6.postinst /var/lib/dpkg/info/libperl5.6.postrm /var/lib/dpkg/info/libperl5.6.prerm /var/lib/dpkg/info/libperl5.6.shlibs So no other .so on this list i didnt mention before... I am totally lost :) I can try to "uninstall" PERL 5 from my DEBIAN, but i think it is too difficult for me because of all the dependency in my system :( Do you think that a PERL reinstallation should solve it? Pierre. -- Report problems: http://perl.apache.org/bugs/ Mail list info: http://perl.apache.org/maillist/modperl.html List etiquette: http://perl.apache.org/maillist/email-etiquette.html