[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: Newbie: need help with lua socket install
- From: Etan Reisner <deryni@...>
- Date: Sun, 18 May 2008 01:42:04 -0400
On Sun, May 18, 2008 at 01:54:17PM +0800, Pete Kay wrote:
> Hi Gary,
>
> Are you referring to:
>
> apt-get install lua51
> apt-get install luasocket-devel
>
> Currently, Debian only supports 5.0 instead of 5.1
>
> If possible, I would like to get it working from source code.
apt-get install liblua5.1-socket2
apt-get install liblua5.1-socket-dev
The naming scheme for lua packages changed (as you can tell from the fact
that luasocket-dev is a dummy package for liblua50-socket-dev).
-Etan