[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: win32 programmer, linux newb needs help: lua/luasql
- From: Sam Roberts <sroberts@...>
- Date: Tue, 22 Aug 2006 11:56:42 -0700
On Tue, Aug 22, 2006 at 01:21:47PM -0500, Thomas Blom wrote:
> (the default 5.1.1 make produces no shared libs?)
Hmm, weird. 5.0 does it when you do "make so soinstall".
> When I run lua from the console, I'm in 5.1. This would appear to come
> from /usr/local/bin. (What command to use to determine location (on disk)
> of executing program?)
% echo $PATH
:/home/sroberts/bin:/usr/local/bin:/usr/local/sbin:/usr/bin:/usr/sbin:/bin:/sbin:/usr/X11R6/bin
% which lua
/usr/local/bin/lua
% which lua50
/usr/bin/lua50
% which lua5.1
/usr/bin/lua5.1