lua-users home
lua-l archive

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]


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