>> compile failed. I changed the flag to 
>-bE:$(BASEEXT)libperl.exp. Is that
>> correct ? 
>
>This suspicially sounds like you had another perl in the path that was
>compiled with a different compiler. For the modperl case you must use
>the same compiler for everything. The perl delivered with AIX for
>example is compiled using the IBM C compiler and will not work if you
>attempt to compile modperl with gcc due to the different compiler
>options.
find / -name perl -print gives me /usr/bin/perl and /usr/local/bin/perl and
/usr/bin/perl is a link to /usr/local/bin/perl. 

I removed IBM supplied perl using smitty. I think I do not have any
libraries left. 

>I have had good results with the following config:
>
>perl Makefile.PL EVERYTHING=1 DO_HTTPD=1 USE_APACI=1 \
>       APACI_ARGS="--enable-module=most --enable-shared=max \
>       --disable-shared=perl --disable-shared=include"

When I configure mod_perl this way, it compiles nice and tests nice,
however, make embperl files with message

bash-2.04# make
        LD_RUN_PATH="" ld -o blib/arch/auto/HTML/Embperl/Embperl.so
-bhalt:4 -bM:SRE -bI:/usr/local/lib/perl5/5.6.0/aix/CORE/perl.exp
-bE:Embperl.exp -b noentry -lc -L/usr/local/lib Embperl.o epmain.o epio.o
epchar.o epcmd.o eputil.o epeval.o epdbg.o
-bI:/usr/local/lib/perl5/site_perl/5.6.0/aix/auto/Apache/mod_perl.exp
ld: 0711-317 ERROR: Undefined symbol: .ap_setup_client_block
ld: 0711-317 ERROR: Undefined symbol: .ap_should_client_block
ld: 0711-317 ERROR: Undefined symbol: .ap_get_client_block
ld: 0711-317 ERROR: Undefined symbol: .ap_rwrite
ld: 0711-317 ERROR: Undefined symbol: .ap_rflush
ld: 0711-317 ERROR: Undefined symbol: .ap_rputc
ld: 0711-317 ERROR: Undefined symbol: .ap_palloc
ld: 0711-317 ERROR: Undefined symbol: .ap_log_error
ld: 0711-317 ERROR: Undefined symbol: .ap_send_http_header
ld: 0711-317 ERROR: Undefined symbol: .ap_pstrdup
ld: 0711-317 ERROR: Undefined symbol: .ap_table_set
ld: 0711-317 ERROR: Undefined symbol: .ap_table_add
ld: 0711-317 ERROR: Undefined symbol: .ap_set_content_length
ld: 0711-345 Use the -bloadmap or -bnoquiet option to obtain more
information.
make: 1254-004 The error code from the last command is 8.

Well, anyway it seems like a more of a mod_perl and apache compile problem,
so I will move on to [EMAIL PROTECTED] list. 

Thanks 

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to