lua-users home
lua-l archive

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


Petr Štetiar <ynezz@true.cz> [12-06-28 17:15]:
> 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
> 
> 

Hi ynezz,

thank you for you reply! :)

In the meanwhile I could solve the problem by not specifing anything
else than --prefix=`pwd`/dist while being in the root directory of the
unpacked archive.
The resulting libs had become a little bigger.

Before your mail I did the ldd trick you mentioned and found no
unresolved library dependencies. 

Best regards,
mcc