When trying to use any mod_perl functionality in the Apache server included with Oracle AS10g under AIX 5.3, such as -'PerlModule Apache::Status' -'PerlModule Apache::DBI' or others using XS, Apache does a coredump.
The same coredump occurs if no XS using module is loaded from httpd.conf but used in a script run from the /perl location. The same occurs if an XS using module is run with 'PerlRequire initial_load.pl' The PERL5LIB value is correctly set in the Apache httpd.conf, so that is not the problem. Oracle support has provided very little help to date, and mod_perl usage is critical for our SingleSignOn system. Any help is appreciated, Rafael Caceres