Hello here to everybody who helped me when i was in troubles...
I write this just to tell you where i am now, i hope it will help you to
understand something new in the "linker" (???) subject.
So, my problem was, that i was unable to compile modperl 2 with apache 2.
Not exactly will you say, i wa
Hello Nick,
> If you want mod_perl for Apache2 in Debian, I'd suggest you use a
> packaged
> version; it's a lot easier.
My problem is, that i CANT get the debian package because i compiled &
installed apache manualy. Few weeks ago i tryed to override some debian
dependency packages, and the resu
> Hi Pierre,
Hello William,
> I run Apache with Debian and have had
> troubles in the past with compiling mod_perl due to having two copies of
> libperl.so[1]; I think this would more likely be the case if you have
> compiled Perl yourself.
We discussed about all this with Stas and we arrived at
> I think your linker is broken. I say that because it included the linking
> directives:
>
>-L/usr/lib/perl/5.6.1/CORE -lperl
>
> but the resulting mod_perl.so doesn't show it up. It should have
> complained if it didn't find it. Try upgrading your linker (cc) and try
> rebuilding mod_perl aga
> Please do:
> cd src/modules/perl/
> rm mod_perl.so
> make -f Makefile.modperl
Here we go:
/data/misc/mod_perl-1.99_16/src/modules/perl# rm mod_perl.so
/data/misc/mod_perl-1.99_16/src/modules/perl# make -f Makefile.modperl
rm -f mod_perl.so
cc -shared -L/usr/local/lib \
\
mod_perl.lo modperl_in
> what happens if you do:
>nm src/modules/perl/mod_perl.so | grep PL_
U PL_curcop
U PL_curinterp
U PL_curpad
U PL_curstack
U PL_curstackinfo
U PL_curstash
U PL_defoutgv
U PL_defstash
U PL_diehook
U PL_egi
> 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_pe
problem...
Thank you!
Pierre
- Original Message -
From: "Stas Bekman" <[EMAIL PROTECTED]>
To: "MARTIN Pierre" <[EMAIL PROTECTED]>
Cc: <[EMAIL PROTECTED]>
Sent: Monday, October 11, 2004 7:33 PM
Subject: Re: [mp2] & Apache2: undefined symbol: PL_localizing
Hello all,
I am totally new to mod_perl mailing list so maybe
i am not posting in the right place.
I recently installed a debian woody on a pentium
based box. I also managed to install Apache 2 (with php and some others modules)
and it works perfectly as i was waiting it to do :)
I red tha