1
0
mirror of https://github.com/openresty/openresty.git synced 2024-10-13 00:29:41 +00:00

documented that for certain Debian systems, it is required to specify --with-ld-opt="-ldl" when luajit is enabled.

This commit is contained in:
agentzh (章亦春) 2011-05-26 15:23:30 +08:00
parent 73f13092eb
commit 4df2272a77

3
README

@ -15,6 +15,9 @@ A quick note to Debian and Ubuntu users:
apt-get install libreadline-dev libpcre3-dev libssl-dev perl apt-get install libreadline-dev libpcre3-dev libssl-dev perl
On some Debian systems, when --with-luajit is specified, it is required
to specify the option --with-ld-opt="-ldl" as well.
A quick note to Fedora/RedHat users: A quick note to Fedora/RedHat users:
You're recommended to install the following packages using yum before You're recommended to install the following packages using yum before
installing this bundle: installing this bundle: