Re: undefined symbol: PL_stack_base

2003-06-11 Thread NM Lists
On Wed, 2003-06-11 at 04:34, Stas Bekman wrote: Are you sure that you compiled with the same perl that gets loaded? ldd /etc/apache/extramodules/libperl.so will show you which libperl.so (this time perl's) it's linked against. Then you check that libperl.so to see if it has the symbol

undefined symbol: PL_stack_base

2003-06-10 Thread Nicolas MONNET
/libperl.so: undefined symbol: PL_stack_base [ !! ] I looked extensively through Google and mailing list archives, and can't seem to find what the problem is. Please note that I have some extensive experience with Apache+mod_perl, but I can't seem to pinpoint what's going wrong. Any

Re: undefined symbol: PL_stack_base

2003-06-10 Thread Stas Bekman
/apache/extramodules/libperl.so: undefined symbol: PL_stack_base [ !! ] Are you sure that you compiled with the same perl that gets loaded? ldd /etc/apache/extramodules/libperl.so will show you which libperl.so (this time perl's) it's linked against. Then you check