Re: [MP2] Perl_Tstack_sp_ptr

2003-01-27 Thread Stas Bekman
as I suspected before. Then I tried nm all the *.so under my /usr/local/lib/perl5, there are dozens of *.so contain symbol Perl_Tstack_sp_ptr, but all have 'U' (unresolved). Then I nm-ed my modules/mod_perl.so under /usr/local/apache2, no symbol Perl_Tstack_sp_ptr at all. From your analysis

Re: [MP2] Perl_Tstack_sp_ptr

2003-01-25 Thread Stas Bekman
Xiaodong Shen wrote: Thanks for the reply. Several things to clear: 1. I have successfully passed the make make test make install phase. 2. I have moved into Server configuration phase and was doing the mod_perl rocks thingy, where the error happens. 3. Before seeing your reply, I already

[MP2] Perl_Tstack_sp_ptr

2003-01-24 Thread Xiaodong Shen
Hi all, Does anyone have experience of seeing from error_log: /usr/local/apache2/bin/httpd: error while loading shared libraries: /usr/local/lib/perl5/site_perl/5.8.0/i686-linux/auto/Apache/Const/Const.so: undefined symbol: Perl_Tstack_sp_ptr I am playing with 2.0.44 (-with-mpm=prefork

Re: [MP2] Perl_Tstack_sp_ptr

2003-01-24 Thread Stas Bekman
Xiaodong Shen wrote: Hi all, Does anyone have experience of seeing from error_log: /usr/local/apache2/bin/httpd: error while loading shared libraries: /usr/local/lib/perl5/site_perl/5.8.0/i686-linux/auto/Apache/Const/Const.so: undefined symbol: Perl_Tstack_sp_ptr I am playing with 2.0.44

Re: [MP2] Perl_Tstack_sp_ptr

2003-01-24 Thread Xiaodong Shen
anyone have experience of seeing from error_log: /usr/local/apache2/bin/httpd: error while loading shared libraries: /usr/local/lib/perl5/site_perl/5.8.0/i686-linux/auto/Apache/Const/Const.so: undefined symbol: Perl_Tstack_sp_ptr I am playing with 2.0.44 (-with-mpm=prefork) with mod_perl 2.0 (moer

RE: Perl_Tstack_sp_ptr

2002-06-13 Thread Doug MacEachern
On Tue, 11 Jun 2002, Paul G. Weiss wrote: OK, until I can decide whether to take a chance on FreeBSD-current or to convince my employers who were so enamored of FreeBSD that we should rebuild the server with Linux, I'm going prefork. worth skimming the [EMAIL PROTECTED] archives. if the

Re: Perl_Tstack_sp_ptr

2002-06-11 Thread Stas Bekman
/RequestRec.so: Undefined symbol Perl_Tstack_sp_ptr All relevant build info is below. Has anyone seen and conquered this? Confirmed, I've a similar problem on linux with 5.6.1 /home/stas/httpd/prefork/bin/httpd: relocation error: /home/stas/apache.org/mp-5.6.1-prefork/ModPerl-Registry/t/../../blib

RE: Perl_Tstack_sp_ptr

2002-06-11 Thread Paul G. Weiss
: Perl_Tstack_sp_ptr Paul G. Weiss wrote: Sorry if this has been covered - I searched to no avail. I'm getting the following error when trying to start an Apache 2.0.36 with ModPerl::Registry: /usr/libexec/ld-elf.so.1: /usr/lib/perl5/site_perl/5.6.1/i386-freebsd-thread-multi/auto

RE: Perl_Tstack_sp_ptr

2002-06-11 Thread Doug MacEachern
On Tue, 11 Jun 2002, Paul G. Weiss wrote: I had already thought of that. Strace shows that the correct libperl.so is the one that is being loaded. Just to make sure I deleted all others and did ln -s /usr/lib/perl5/5.6.1/i386-freebsd-thread-multi/CORE /usr/lib but strace tells me

Re: Perl_Tstack_sp_ptr

2002-06-11 Thread Stas Bekman
an Apache 2.0.36 with ModPerl::Registry: /usr/libexec/ld-elf.so.1: /usr/lib/perl5/site_perl/5.6.1/i386-freebsd-thread-multi/auto/Apache/Request Rec/RequestRec.so: Undefined symbol Perl_Tstack_sp_ptr All relevant build info is below. Has anyone seen and conquered this? Confirmed, I've

Re: Perl_Tstack_sp_ptr

2002-06-11 Thread dougm
On Wed, 12 Jun 2002, Stas Bekman wrote: so the problem that I see on linux is unrelated? dunno, i built with -Duseshrplib and seems ok linkage wise. tho some ModPerl-Registry are tests failing with the same problem in special_blocks: # testing : ModPerl::Registry is not running BEGIN blocks

RE: Perl_Tstack_sp_ptr

2002-06-11 Thread Doug MacEachern
On Tue, 11 Jun 2002, Paul G. Weiss wrote: I suspect that pre-fork would work too, but I'm desparately trying to get threads working. you should try a different os then. i'm sitting next to the guy who wrote worker mpm, he says the freebsd thread library does not work well enough for use

RE: Perl_Tstack_sp_ptr

2002-06-11 Thread Paul G. Weiss
-install -- even though the mod_perl make touched nothing in the Apache tree! I assume after all of this you do make install on both Apache and mod_perl although the doc doesn't say so. Even after all of that I *still* get the Perl_Tstack_sp_ptr error! Putting in the explicit LoadFile

Apache::ASP Undefined symbol Perl_Tstack_sp_ptr

2001-02-22 Thread CioccarelliA
. /usr/libexec/ld-elf.so.1: /usr/local/lib/perl5/5.6.0/i386-freebsd-multi/auto/SDBM_File/SDBM_File.so: Undefined symbol "Perl_Tstack_sp_ptr" Any ideas? Regards, Adam Cioccarelli

Re: Apache::ASP Undefined symbol Perl_Tstack_sp_ptr

2001-02-22 Thread Joshua Chamas
the following in the error log. /usr/libexec/ld-elf.so.1: /usr/local/lib/perl5/5.6.0/i386-freebsd-multi/auto/SDBM_File/SDBM_File.so: Undefined symbol "Perl_Tstack_sp_ptr" There is something wrong with your perl build. I would recommend rebuilding it so that SDBM_File works, which is