MARTIN Pierre wrote:
what happens if you do:
  nm src/modules/perl/mod_perl.so | grep PL_

U PL_curcop

OK, so we now know that perl wasn't linked statically. If it was it'd have been shown as resolved (usually T instead of U)


and this:

ldd -r src/modules/perl/mod_perl.so

OUCH Output is too long i cant get all, ( i am connected to the bogus machine via SSH)

undefined symbol: apr_table_setn        (src/modules/perl/mod_perl.so)
undefined symbol: PL_gensym     (src/modules/perl/mod_perl.so)

OK, that means that something went wrong during the linking stage, as libperl.so wasn't linked against mod_perl.so. Please do:


cd src/modules/perl/
rm mod_perl.so
make -f Makefile.modperl

and paste the output

No worries, we will figure it out :)

The point is that i am a newbee under linux, i am using it maybe 6-8 months, so i don't want to make you waste your time if the problem is my fault, if you haven't see this problem yet, dont waste your time for me, it should be because of a mistake i have made :O)

Don't worry. I don't think it has anything to do with your level of expertise in linux. It should just work. Let's just continue :)


--
__________________________________________________________________
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



Reply via email to