Oh, OK. Build apache first and install it. Then just go to the mod_webkit directory and type "make" then "make install".
-----Original Message----- From: Ian [mailto:[EMAIL PROTECTED]] Sent: Wednesday, December 04, 2002 1:06 PM To: [EMAIL PROTECTED] Subject: Re: [Webware-discuss] problems installing mod_webkit, apache1.3.2 7, rh8.0 yes, thats how i am building it. Or at least thats how i thought i was building it. I'll have to dbl check again and make sure i havent screwed something up somewhere. Ian At 09:48 AM 12/4/2002, you wrote: >Have you tried building it as a DSO module like Jay's installation >instructions suggest? > >On December 4, 2002 09:34 am, Love, Jay wrote: > > I don't know, I've never built it as anything other than a module. You're > > trying to build it into the main httpd binary. I assume you're doing that > > on purpose. > > > > > > > > -----Original Message----- > > From: Ian [mailto:[EMAIL PROTECTED]] > > Sent: Wednesday, December 04, 2002 12:09 PM > > To: [EMAIL PROTECTED] > > Subject: RE: [Webware-discuss] problems installing mod_webkit, > > apache1.3.2 7, rh8.0 > > > > > > How do i correct that? > > > > Ian > > > > At 06:35 AM 12/4/2002, you wrote: > > >It's not linking to marshal.c > > > > > >-----Original Message----- > > > > From: Ian [mailto:[EMAIL PROTECTED]] > > > > >Sent: Tuesday, December 03, 2002 7:06 PM > > >To: [EMAIL PROTECTED] > > >Subject: [Webware-discuss] problems installing mod_webkit, apache1.3.27, > > >rh8.0 > > > > > > > > >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/m > > >o > > > > d > > > > >_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 > > >__ > > > > > > > > >********************************************** > > >This e-mail and any attachments may be confidential or legally privileged. > > >If you received this message in error or are not the intended recipient, > > > > you > > > > >should destroy the e-mail message and any attachments or copies, and you > > > > are > > > > >prohibited from retaining, distributing disclosing or using any > > > information contained herein. Please inform us of the erroneous delivery > > > by return e-mail. Thank you for your cooperation. > > >********************************************** > > > > > >ec03/04 > > > > > > > > > > > >------------------------------------------------------- > > >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 > > > > ------------------------------------------------------- > > 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 > > __ > > > > > > ********************************************** > > This e-mail and any attachments may be confidential or legally privileged. > > If you received this message in error or are not the intended recipient, > > you should destroy the e-mail message and any attachments or copies, and > > you are prohibited from retaining, distributing disclosing or using any > > information contained herein. Please inform us of the erroneous delivery > > by return e-mail. Thank you for your cooperation. > > ********************************************** > > > > ec03/04 > > > > > > > > ------------------------------------------------------- > > 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 > > > >------------------------------------------------------- >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 ------------------------------------------------------- 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 __ ********************************************** This e-mail and any attachments may be confidential or legally privileged. If you received this message in error or are not the intended recipient, you should destroy the e-mail message and any attachments or copies, and you are prohibited from retaining, distributing disclosing or using any information contained herein. Please inform us of the erroneous delivery by return e-mail. Thank you for your cooperation. ********************************************** ec03/04 ------------------------------------------------------- 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