Re: Missing symbol: mod_perl2-RC3

2005-01-10 Thread Gordon Lack
> Yes, it means that irix is a special case and needs to add this option. So > you have most of it solved. Now please take a look at > perl_config_lddlflags in lib/Apache/Build.pm, it should probably go there No - that won't work. The "-exports" option need to go immediately befofe -lperl. No

Re: Missing symbol: mod_perl2-RC3

2005-01-10 Thread Gordon Lack
> Yes, it means that irix is a special case and needs to add this option. So > you have most of it solved. Now please take a look at > perl_config_lddlflags in lib/Apache/Build.pm, it should probably go there > (make a special case for IRIX). A patch would be gladly accepted. It's ldopts() that

Re: Missing symbol: mod_perl2-RC3

2005-01-10 Thread Stas Bekman
Gordon Lack wrote: Yes, it means that irix is a special case and needs to add this option. So you have most of it solved. Now please take a look at perl_config_lddlflags in lib/Apache/Build.pm, it should probably go there (make a special case for IRIX). A patch would be gladly accepted. It's ld

Re: Missing symbol: mod_perl2-RC3

2005-01-10 Thread Stas Bekman
Gordon Lack wrote: When I compile with MP_DEBUG=1 set the test reports this: 92021:/local/GML/install/apache2/bin/httpd: rld: Fatal Error: attempted access to unresolvable symbol in /local/GML//ServerUtil.so: Perl_Tstack_sp_ptr Please take a look at: http://perl.apache.org/docs/1.0/guid

Re: Missing symbol: mod_perl2-RC3

2005-01-06 Thread Gordon Lack
> >When I compile with MP_DEBUG=1 set the test reports this: > > > > 92021:/local/GML/install/apache2/bin/httpd: rld: Fatal Error: > > attempted access to unresolvable symbol in > >/local/GML//ServerUtil.so: Perl_Tstack_sp_ptr > > Please take a look at: > http://perl.apache.org/do

Re: Missing symbol: mod_perl2-RC3

2005-01-06 Thread Stas Bekman
Lack Mr G M wrote: -8<-- Start Bug Report 8<-- 1. Problem Description: Problems on Irix6.5.x (n32 ABI mode). The test server fails to even start. (The Apache2 server itself starts and runs OK without mod_perl.) When I compile with MP_DEBUG=1 set the te

Missing symbol: mod_perl2-RC3

2005-01-06 Thread Lack Mr G M
-8<-- Start Bug Report 8<-- 1. Problem Description: Problems on Irix6.5.x (n32 ABI mode). The test server fails to even start. (The Apache2 server itself starts and runs OK without mod_perl.) When I compile with MP_DEBUG=1 set the test reports this: