Posted April 16, 2019
Any way to update or add libraries to the install path?
Because some of the libraries required from the game are old or conflicting.
I'm using Debian 64-bit and I am trying to get the game to run in my system.
So far, I had to do this:
1) Had to download and manually install libssl1.0.0 from Debian's package website because it's no longer in the repository. The latest is libssl1.0.2.
2) After solving problem 1, game now requires libcurl3 which I have to manually download from Debian package website. However, installation conflicts with libcurl4 libraries which is the latest. Therefore, package installer refuses to install the library.
I've not tried the game on a 32-bit system yet.
I'm also trying not to install any 32-bit libraries in my current system as it complicates things.
If I keep 'ldd'-ing the libraries required it seems to go further down the rabbit hole of dependencies that are outdated or conflicting.
Because some of the libraries required from the game are old or conflicting.
I'm using Debian 64-bit and I am trying to get the game to run in my system.
So far, I had to do this:
1) Had to download and manually install libssl1.0.0 from Debian's package website because it's no longer in the repository. The latest is libssl1.0.2.
2) After solving problem 1, game now requires libcurl3 which I have to manually download from Debian package website. However, installation conflicts with libcurl4 libraries which is the latest. Therefore, package installer refuses to install the library.
I've not tried the game on a 32-bit system yet.
I'm also trying not to install any 32-bit libraries in my current system as it complicates things.
If I keep 'ldd'-ing the libraries required it seems to go further down the rabbit hole of dependencies that are outdated or conflicting.
Post edited April 16, 2019 by floccipocci
No posts in this topic were marked as the solution yet. If you can help, add your reply