lua-users home
lua-l archive

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


meino.cramer@gmx.de <meino.cramer@gmx.de> [2012-06-27 05:28:05]:

> lua -lluars232
> 
> which failed with:
> 
> solfire:/home/mccramer>lua -lluars232
> lua: error loading module 'luars232' from file '/usr/local/lib/lua/5.1/luars232.so':
> 	/usr/local/lib/lua/5.1/luars232.so: undefined symbol: rs232_get_stop

Can you provide output of the following command?

	$ ldd /usr/local/lib/lua/5.1/luars232.so

According to the error/undefined error I assume, that it can't find the
librs232 library.

-- ynezz