lua-users home
lua-l archive

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


	Hi Pete

Could anyone tell me where should I define the LUA_PATH?  Should I create a
xmlrpc directory and put the three specific files inside?
	You can check Lua documentation for that.  The LUA_PATH
is stored in package.path.  It is the sequence of paths to look
for a package.  In a Unix box it could be:

Lua 5.1.1  Copyright (C) 1994-2006 Lua.org, PUC-Rio
=package.path
./?.lua;/usr/local/share/lua/5.1/?.lua;/usr/local/share/lua/5.1/?/init.lua;/usr/local/lib/lua/5.1/?.lua;/usr/local/lib/lua/5.1/?/init.lua

	To install LuaXMLRPC, a directory should be created in
/usr/local/share/lua/5.1/.

The instruction is quite brief, so I am not sure how to get it installed.
	It is very simple, indeed :-)  You need to install LuaExpat
also.  Did you?

	Regards,
		Tomás