Closed v1993 closed 4 years ago
Well... but since the .so
files depends on libffi.so.6
, somehow you managed to compile it against it. Or does luarocks now distribute pre-built binaries?
Anyway, this is fixed by simply recompiling lgi. The linker should do The Right Thing (tm) when it turns its -lffi
argument into the name of a shared object.
I made a fresh build I think? Will try with clean repo this time anyways.
Weird thing is that while luarocks make
builds git version actually it still fails. I also have no libffi.so.6
installed.
Alright, this fixed the problem. Closing issue.
how did you fix the issue?
I'm trying to get
lgi
to work on my new installation (gitlgi
built withluarocks make
. It fails to load module with following message:And it is unsurprising because it is
libffi.so.7
now!