Steffen Haase at [EMAIL PROTECTED] wrote:

> Steffen Haase wrote:
> 
>> ...now I've got the following error messages
> 
> I corrected the compile command in apache-1.3/Makefile and execute make clean
> and make. I've got the following errors

AAAARRRGHHHHH :( IT DOESN'T MAKE ANY SENSE :( :( (ok, I'm about to cry now).
All the symbols which are not found _are_ exported by Apache 1.3... And the
core is linked into the httpd binary... SHIT... I don't really get what's
happening...

I'm going to try to modify the build process to use APXS to build the shared
module (instead of the standard CC and LD commands)... Give me a couple of
hours, please...

    Pier (who can't figure out WHAT THE HELL IS WRONG!)

> ---
> Compiling sources in /tmp/src/jakarta-tomcat-connectors/webapp/apache-1.3...
> make[1]: Entering directory
> `/tmp/src/jakarta-tomcat-connectors/webapp/apache-1.3'
> Linking Apache 1.3 WebApp Module
> /usr/lib/crt1.o: In function `_start':
> /usr/lib/crt1.o(.text+0x18): undefined reference to `main'
> mod_webapp.o: In function `wa_log':
> mod_webapp.o(.text+0x48b): undefined reference to `ap_log_error'
> mod_webapp.o: In function `wam_handler_log':
> mod_webapp.o(.text+0x4d3): undefined reference to `ap_log_error'
> mod_webapp.o: In function `wam_handler_setctype':
> mod_webapp.o(.text+0x525): undefined reference to `ap_pstrdup'
> mod_webapp.o(.text+0x548): undefined reference to `ap_pstrdup'
> mod_webapp.o(.text+0x562): undefined reference to `ap_table_add'
> mod_webapp.o: In function `wam_handler_setheader':
> mod_webapp.o(.text+0x5a5): undefined reference to `ap_pstrdup'
> mod_webapp.o(.text+0x5bd): undefined reference to `ap_pstrdup'
> mod_webapp.o(.text+0x5d2): undefined reference to `ap_table_add'
> mod_webapp.o: In function `wam_handler_commit':
> mod_webapp.o(.text+0x5f7): undefined reference to `ap_send_http_header'
> mod_webapp.o(.text+0x606): undefined reference to `ap_rflush'
> mod_webapp.o: In function `wam_handler_flush':
> mod_webapp.o(.text+0x637): undefined reference to `ap_rflush'
> mod_webapp.o: In function `wam_handler_read':
> mod_webapp.o(.text+0x698): undefined reference to `ap_should_client_block'
> mod_webapp.o(.text+0x6c0): undefined reference to `ap_get_client_block'
> mod_webapp.o: In function `wam_handler_write':
> mod_webapp.o(.text+0x72f): undefined reference to `ap_rwrite'
> mod_webapp.o: In function `wam_match':
> mod_webapp.o(.text+0x83f): undefined reference to `ap_pstrdup'
> mod_webapp.o: In function `wam_invoke':
> mod_webapp.o(.text+0x941): undefined reference to `ap_log_error'
> mod_webapp.o(.text+0x96f): undefined reference to `ap_get_remote_host'
> mod_webapp.o(.text+0xcfe): undefined reference to `ap_setup_client_block'
> mod_webapp.o(.text+0xd46): undefined reference to `ap_rflush'
> collect2: ld returned 1 exit status
> make[1]: *** [mod_webapp.so] Error 1
> make[1]: Leaving directory
> `/tmp/src/jakarta-tomcat-connectors/webapp/apache-1.3'
> make: *** [local-all] Error 2
> cheiron:/tmp/src/jakarta-tomcat-connectors/webapp #
> 

Reply via email to