Ubuntu Lua packaging (Was: How to ...)
[
Date Prev][
Date Next][
Thread Prev][
Thread Next]
[
Date Index]
[
Thread Index]
- Subject: Ubuntu Lua packaging (Was: How to ...)
- From: Dirk Laurie <dpl@...>
- Date: 2011年1月19日 12:53:13 +0200
On Wed, Jan 19, 2011 at 08:48:22AM +0200, Alexander Gladysh wrote:
>
> You have Lua 5.0 installed, and no Lua 5.1. Remove Lua 5.0 and install
> 5.1 instead. (Ubuntu packaging for Lua and modules is somewhat weird
> sometimes.)
>
Many modules, e.g lpeg, go into /usr/lib but the lua executable
looks in /usr/local/lib, for example.
Dirk