On Fri, 2002-03-22 at 10:56, Tracy S. Ruggles wrote: > Hi all, I'm not very familiar with apxs but I thought I'd see if > anyone here has had this problem in making the mod_webkit module. > Here's what I get when I try to run 'make': > > ol0401.vwh.net% make > /usr/local/bin/apxs -o mod_webkit.so -c mod_webkit.c marshal.c > apxs:Error: @sbindir@/httpsd not found or not executable > make: *** [mod_webkit.so] Error 1 > ol0401.vwh.net%
It looks like your problem is related to configure. Configure is responsible for taking a "Makefile.in", replacing variables like @sbindir@ with the actual values, and producing a Makefile. I'd try: ./configure --help to see if you can specify "sbindir" explicitly. Maybe just running this will fix things up: make distclean ./configure make hope this helps, Jason _______________________________________________ Webware-discuss mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/webware-discuss
