[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: problem with md5 and bn libraries on ubuntu64
- From: Luiz Henrique de Figueiredo <lhf@...>
- Date: Wed, 9 Jun 2010 11:59:15 -0300
> well, it seems it doesn't find lua libraries..
This should be ok: the Lua interpreter exports those symbols (or should).
Then I don't know what this message means:
bn.so: cannot open shared object file: No such file or directory
It does not say which file it tried to open.
Try this:
strace /home/veleno/workspace/lua-5.1.4/src/lua test.lua
and look for "open".