Re: Ubuntu Lua packaging (Was: How to ...)
[
Date Prev][
Date Next][
Thread Prev][
Thread Next]
[
Date Index]
[
Thread Index]
- Subject: Re: Ubuntu Lua packaging (Was: How to ...)
- From: Dirk Laurie <dpl@...>
- Date: 2011年1月19日 17:25:58 +0200
On Wed, Jan 19, 2011 at 03:49:31PM +0200, Matthew Wild wrote:
> You mean in Ubuntu/Debian? That's certainly not true. Most likely you
> installed Lua manually from source, its default prefix is (correctly)
> /usr/local. The Debian/Ubuntu packages however definitely (correctly)
> install into /usr.
I made the mistake of thinking that after
sudo aptitude install lua5.1
typing 'lua' would execute the newly installed lua executable.
It doesn't, because /usr/local/bin is searched first.
Mea culpa.
Dirk