Hello, I've been following the thread on AIX4.3.3 and mod_perl1.99_08 from Darryl Priest. I've been trying to install the mod_perl and by following the thread I was able to get to the point below by touching ./src/modules/perl/mod_perl.exp. I wasn't able to find any mod_perl.exp that was generated before.
Before the error though I run into a lot of warnings like: ld: 0711-415 WARNING:Symbol perl_alloc is already exported. and ld: 0711-224 WARNING: Duplicate symbol: PL_patchlevel I know these are only warnings but is there something that's not quite right when you see all of those? >LD_RUN_PATH="" ld -bhalt:4 -bM:SRE >-bI:/usr/local/perl5.8.0/lib/5.8.0/aix/CORE/perl.exp -bE:Base64.exp >-bnoentry -lc -L/usr/local/lib Base64.o -o >.../../../blib/arch/auto/APR/Base64/Base64.so >ld: 0711-317 ERROR: Undefined symbol: .apr_base64_encode_len >ld: 0711-317 ERROR: Undefined symbol: .apr_base64_decode_len >ld: 0711-317 ERROR: Undefined symbol: .apr_base64_decode_binary >ld: 0711-317 ERROR: Undefined symbol: .apr_base64_encode_binary >ld: 0711-345 Use the -bloadmap or -bnoquiet option to obtain more >information. Thanks! Todd O'Dell