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?
No, no, it's fine.
/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)
I don't understand why there is no libperl.so in this output. e.g. on my machine (linux/mdk) I get:
ldd src/modules/perl/mod_perl.so
linux-gate.so.1 => (0xffffe000)
libperl.so => /home/stas/perl/5.8.5-ithread/lib/5.8.5/i686-linux-thread-multi/CORE/libperl.so (0x4003d000)
libnsl.so.1 => /lib/libnsl.so.1 (0x401b9000)
libdl.so.2 => /lib/libdl.so.2 (0x401cc000)
libm.so.6 => /lib/tls/libm.so.6 (0x401cf000)
libcrypt.so.1 => /lib/libcrypt.so.1 (0x401f2000)
libutil.so.1 => /lib/libutil.so.1 (0x40220000)
libpthread.so.0 => /lib/tls/libpthread.so.0 (0x40223000)
libc.so.6 => /lib/tls/libc.so.6 (0x40234000)
/lib/ld-linux.so.2 => /lib/ld-linux.so.2 (0x80000000)
what happens if you do:
nm src/modules/perl/mod_perl.so | grep PL_
and this:
ldd -r src/modules/perl/mod_perl.so
I am totally lost :)
No worries, we will figure it out :)
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?
We will get to it later... for now please answer my questions from above.
-- __________________________________________________________________ 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
-- 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
