LightTPD unter Debian 4.0 mit Lua-Support kompilieren

In der neusten Version von LightTPD wird für mod_magnet und mod_cml Lua ab Version 5.1 benötigt. Damit das Kompilieren mit Lua-Support funktioniert muss das configure-Script von LightTPD editiert werden, da sonst die installierte Lua-Version nicht erkannt wird.

Lua-Support installieren:
# aptitude install lua5.1 liblua5.1-0 liblua5.1-0-dev

Im configure-Script von LightTPD auf Zeile 26328 WITH_LUA=lua nach WITH_LUA=lua5.1 ändern.
Danach könnt ihr eueren LightTPD mit Lua-Support wie gewohnt kompilieren.

Post new comment

  • Allowed HTML tags: <a> <em> <strong> <cite> <code> <ul> <ol> <li> <dl> <dt> <dd> <blockcode>
  • Lines and paragraphs break automatically.
  • You can enable syntax highlighting of source code with the following tags: <code>, <blockcode>. Beside the tag style "<foo>" it is also possible to use "[foo]".

More information about formatting options