On Wed, Dec 16, 2009 at 10:41 PM, <greg.geo...@orica.com> wrote: > [error] Can't load > '/opt/apache/perl/lib/site_perl/5.10.1/aix/auto/ARS/ARS.so' for module ARS: > rtld: 0712-001 Symbol xdr_sizeof was referenced > from module > /opt/apache/perl/lib/site_perl/5.10.1/aix/auto/ARS/ARS.so(), but a runtime > definition > of the symbol was not found. > > Outside of mod_perl, startup.pl runs fine.
Are you certain that ARS was compiled against the same perl as mod_perl was? You might try recompiling it - Perrin