From 21116c88b16a77f5248a6dcf3619cf71a3b896f5 Mon Sep 17 00:00:00 2001 From: Christian Hofstaedtler Date: Tue, 7 Jun 2016 22:12:42 +0200 Subject: [PATCH] README: Fix package and pkg-config names for libluaX.Y on Debian/Ubuntu --- pdns/recursordist/README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/pdns/recursordist/README.md b/pdns/recursordist/README.md index 0474665e7..49e4e8420 100644 --- a/pdns/recursordist/README.md +++ b/pdns/recursordist/README.md @@ -52,7 +52,7 @@ Lua scripting ------------- To benefit from Lua scripting, as described on https://doc.powerdns.com/md/recursor/scripting/ Install Lua and development headers. PowerDNS supports Lua 5.1, 5.2, 5.3 and LuaJIT. -On Debian/Ubuntu, install e.g. `liblua-5.2-dev` to use Lua 5.2. +On Debian/Ubuntu, install e.g. `liblua5.2-dev` to use Lua 5.2. The configure script will automatically detect the Lua version. If more than one version of Lua is installed, the `--with-lua` configure flag can be set to the @@ -62,9 +62,11 @@ desired version. e.g.: $ ./configure --with-lua=lua51 ``` +(On older versions of Debian/Ubuntu, you'll need to pass `--with-lua=lua5.1` instead.) + Documentation ------------- -After compiling, run `pdns_recursor --config` to view the configuration options +After compiling, run `pdns\_recursor --config` to view the configuration options and a short description. The full documentation is online at https://doc.powerdns.com/md/recursor/ -- 2.40.0