apache 1.3.27
redhat 8.0

new machine in the process of setting it up to take over from an older machine.

I had problems during the 'make' of apache. I resolved some of those problems by editing the line in mod_webkit.c #include "mod_webkit.h". I changed that so it had the full path to mod_webkit.h (which in this case is /disk3/setup-stuff/webware/Webware/WebKit/Native/mod_webkit/mod_webkit.h)

now. after i run configure for apache with --add-module=/disk3/setup-stuff/webware/Webware/WebKit/Native/mod_webkit/mod_webkit.c, and then i run make, i get the following error:


modules/extra/libextra.a(mod_webkit.o): In function `content_handler':
mod_webkit.o(.text+0x9c2): undefined reference to `w_byte'
mod_webkit.o(.text+0xa63): undefined reference to `write_string'
mod_webkit.o(.text+0xa92): undefined reference to `write_string'
mod_webkit.o(.text+0xaa4): undefined reference to `w_byte'
mod_webkit.o(.text+0xabe): undefined reference to `w_byte'
mod_webkit.o(.text+0xad1): undefined reference to `w_byte'
mod_webkit.o(.text+0xae9): undefined reference to `write_string'
mod_webkit.o(.text+0xb01): undefined reference to `write_string'
mod_webkit.o(.text+0xb19): undefined reference to `write_string'
mod_webkit.o(.text+0xb2c): undefined reference to `w_byte'
mod_webkit.o(.text+0xb48): undefined reference to `w_long'
mod_webkit.o(.text+0xb60): undefined reference to `write_string'
mod_webkit.o(.text+0xb74): undefined reference to `insert_data'
mod_webkit.o(.text+0xb87): undefined reference to `w_byte'
mod_webkit.o(.text+0xbb1): undefined reference to `write_integer'
collect2: ld returned 1 exit status
make[2]: *** [target_static] Error 1
make[2]: Leaving directory `/disk3/setup-stuff/apache/apache_1.3.27/src'
make[1]: *** [build-std] Error 2
make[1]: Leaving directory `/disk3/setup-stuff/apache/apache_1.3.27'
make: *** [build] Error 2


anyone got any ideas whats going wrong here?



-------------------------------------------------------
This SF.net email is sponsored by: Microsoft Visual Studio.NET comprehensive development tool, built to increase your productivity. Try a free online hosted session at:
http://ads.sourceforge.net/cgi-bin/redirect.pl?micr0003en
_______________________________________________
Webware-discuss mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/webware-discuss

Reply via email to