[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: Problems installing luars232
- From: Petr Štetiar <ynezz@...>
- Date: Thu, 28 Jun 2012 12:22:08 +0200
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