On Oct 5, 2003, at 3:29 PM, Floyd Morrissette wrote:


apxs -i -a -c mod_frontpage.c I get:

apxs:Error: Sorry, cannot determine bootstrap symbol name.
apxs:Error: Please specify one with option `-n'.


Modules are supposed to give up their name to apxs. I guess Frontpage doesn't...


apxs -i -a -c -n frontpage_module mod_frontpage.c

See if the above works. I'm not sure if -n has to be before one of the other switches.

Do a "man apxs" and you can see the helpfile. Also I was looking at Apache 1.3.27's apxs so you might want to look at the man for apxs anyways because maybe there are other switches to use.

-Josh

--
Joshua Levitsky, CISSP, MCSE
System Engineer
AOL Time Warner
[5957 F27C 9C71 E9A7 274A  0447 C9B9 75A4 9B41 D4D1]

_______________________________________________
Apache-FP mailing list
[EMAIL PROTECTED]
http://lists.joshie.com/mailman/listinfo/apache-fp

Donations:
http://www.amazon.com/paypage/PT5LZITM9L227




Reply via email to