[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: Need help with getting started with luasql
- From: Enrico Tassi <gareuselesinge@...>
- Date: Sun, 11 May 2008 17:52:31 +0200
On Sun, May 11, 2008 at 11:09:49PM +0800, Pete Kay wrote:
> Hi,
> after removing the 5.1.3 files, I can run lua with 5.0 version, but then I
> still can't get the mysql to load:
Debian ships both lua5.0 and lua5.1, packaged as lua50 and lua5.1.
The y install different binaries called lua50 and lua5.1, and the
alternatives system manages a lua symbolic link to one of those.
You may try a ' update-alternatives --config lua' from a root shell, or
explicitly type lua5.1
Cheers
--
Enrico Tassi