Lua does not use autoconf for compiling. This means that you do not use
./configure. It has good build instructions, though, so hopefully things
will go smoothly.
I like to change the directory Lua installs to. In order to do this you
need to set LUA_TOP in the configuration makefile for Lua. For these
instructions I have set LUA_TOP to /Users/brianm/.opt/lua-5.1.2 -- you
will see this directory referred to later.
Right now, mod_wombat requires libapreq2 for parsing entity bodies. This
dependency will probably be made optional in the near future, but for now
you need it.
The first step, when building from subversion, is to bootstrap autoconf.
To do this run the bootstrap script:
./bootstrap
The bootstrap script may report an error that it cannot find
libtoolize or glibtoolize. That is fine as long as it
doesn't report that it cannot find both of them. The script
just sets up the autoconf magic.
If compiling (make) reports an error that it cannot find the
libapreq2 header file, please tell me ( brianm@apache.org )
as this occurs under some configurations but we haven't
hammered down the weird things libapreq2 does with its
install. If you build libapreq2 with a --prefix configuration
option, it always seems to work.
That is it. To configure mod_wombat, look at the basic-configuration.txt document.
¤ Dauer der Verarbeitung: 0.15 Sekunden
(vorverarbeitet)
¤
Die Informationen auf dieser Webseite wurden
nach bestem Wissen sorgfältig zusammengestellt. Es wird jedoch weder Vollständigkeit, noch Richtigkeit,
noch Qualität der bereit gestellten Informationen zugesichert.
Bemerkung:
Die farbliche Syntaxdarstellung ist noch experimentell.