> > ld: 0711-317 ERROR: Undefined symbol: .ap_palloc
These are symbols from the Apache core, there is an export file missing
on the linker line. I believe using this export file was added in later
mod_perl versions.
> > aix-4.3.3
> > apache-1.3.12
> > mod_perl-1.24
Use at least mod_perl-1.24_1, this contains most of the latest build
fixes, especially the otherldflags entry from Apache should have a
value like this:
$ perl -MApache::src -le 'print Apache::src->new->otherldflags;'
-bI:/usr/local/lib/perl5/site_perl/5.005/aix/auto/Apache/mod_perl.exp
-bI:/usr/local/apache/libexec/httpd.exp
The httpd.exp is the one you need, this contains all the ap_* symbols.
--
Jens-Uwe Mager
HELIOS Software GmbH
Steinriede 3
30827 Garbsen
Germany
Phone: +49 5131 709320
FAX: +49 5131 709325
Internet: [EMAIL PROTECTED]
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]