libluajit-5.1.so.2
issueid=5249 10-08-2017 04:31 PM
Ancient Member
Number of reported issues by Evil Knievel: 6
libluajit-5.1.so.2
error while loading shared libraries: libluajit-5.1.so.2: cannot open shared object file: No such file or directory

Can't launch the debian 64vit version. I get the following error:

"error while loading shared libraries: libluajit-5.1.so.2: cannot open shared object file: No such file or directory"

as in title. I am use Mageia (5, I believe). I installed

luajit 2.0.4 3.mga6 x86_64
luajit-common 2.0.4 3.mga6 noarch

from the repository, but it did not help.
Issue Details
Issue Number 5249
Project ADOM (Ancient Domains Of Mystery)
Category Linux (NotEye)
Status Won't Fix
Priority 5 - Medium
Affected Version ADOM 2.3.4
Fixed Version (none)
Milestone (none)
Users able to reproduce bug 0
Users unable to reproduce bug 0
Assigned Users jt
Tags (none)




10-09-2017 11:44 AM
jt jt is offline
Administrator
Can you try renaming the file "libluajit-5.1.so" in the "lib" directory to "libluajit-5.1.so.2". Does this work?

10-09-2017 07:03 PM
Ancient Member
Quote Originally Posted by jt
Can you try renaming the file "libluajit-5.1.so" in the "lib" directory to "libluajit-5.1.so.2". Does this work?
It leads to a new error:
./adom: error while loading shared libraries: libwebp.so.5: cannot open shared object file: No such file or directory

ldd ./adom | grep "not found"

gives:

libwebp.so.5 => not found
libfluidsynth.so.1 => not found
libjbig.so.0 => not found

10-09-2017 07:07 PM
Ancient Member
Quote Originally Posted by Evil Knievel
It leads to a new error:
./adom: error while loading shared libraries: libwebp.so.5: cannot open shared object file: No such file or directory

ldd ./adom | grep "not found"

gives:

libwebp.so.5 => not found
libfluidsynth.so.1 => not found
libjbig.so.0 => not found
I was able to install fluidsynth, such that this line disssappeared. The other two are unknown to my repository.

10-10-2017 09:07 AM
jt jt is offline
Administrator
I fear only a special Mageia/Mandriva version will help in this case. We can't add all missing dependencies to ADOM and hope that they work on other operating systems.

You might be able to get it to work if you copy those missing files from a Debian 8.6 installation (which we use to compile ADOM).

[I've updated the makefiles to use the correct ".2" version of the files.]

+ Reply