It seems that you're using an outdated browser. Some things may not work as they should (or don't work at all).
We suggest you upgrade newer and better browser like: Chrome, Firefox, Internet Explorer or Opera

×
Hello,

I've recently bought Adom without knowing, that it is not supported on Fedora Linux 29.
I've managed to install some of the missing libraries - but I was not able to get Adom running.

Any hints what is the best option? If it is able to run on Ubuntu it must be possible to get it running on Fedora, too ;-)

I'm looking forward to any hints!
I'm also in the same situation. I've installed some libraries. My last error message is:

./adom64: /lib64/libldap_r-2.4.so.2: no version information available (required by ./lib64/libcurl.so.4)
./adom64: /lib64/liblber-2.4.so.2: no version information available (required by ./lib64/libcurl.so.4)
./adom64: /lib64/libssl.so.1.0.0: version `OPENSSL_1.0.0' not found (required by ./lib64/libcurl.so.4)
./adom64: /lib64/libcrypto.so.1.0.0: version `OPENSSL_1.0.0' not found (required by ./lib64/libcurl.so.4)
I have a solution. You must delete the libcurl.so.4 file from the game folder and install this packages:

- ncurses-compat-libs
- libidn1.34
- compat-openssl10
- jack-audio-connection-kit

You need create the next symbolic links in /usr/lib64

ln -s libssl.so.1.0.2o libssl.so.1.0.0
ln -s libcrypto.so.1.0.2o libcrypto.so.1.0.0

Finally you need downlad and install the rpm package lib64jbig0-1.6-3mdv2009.0.x86_64.rpm
It's easy to find it in Google.

Done!
avatar
radiohd: I have a solution. You must delete the libcurl.so.4 file from the game folder and install this packages:

- ncurses-compat-libs
- libidn1.34
- compat-openssl10
- jack-audio-connection-kit

You need create the next symbolic links in /usr/lib64

ln -s libssl.so.1.0.2o libssl.so.1.0.0
ln -s libcrypto.so.1.0.2o libcrypto.so.1.0.0

Finally you need downlad and install the rpm package lib64jbig0-1.6-3mdv2009.0.x86_64.rpm
It's easy to find it in Google.

Done!
Sorry for the late reply. I also got it working by just deleting the libcurl.so.4 (in fact I just moved it). This already solved it for me.