====== Fixing Library Problems ====== ===== When Running Icewind Dale (Enhanced) on Linux ===== Recently I had an issue getting the GOG version of Icewind Dale Enhanced Edition working on Mageia Linux. The error was similar to that which I've seen when troubleshooting [[linux:get_baldur_s_gate_running_on_fedora_linux|Baldur's Gate on Fedora]]. The solution below should work regardless of Linux distribution. ./IcewindDale64: /lib64/libcrypto.so.1.0.0: version `OPENSSL_1.0.0' not found (required by ./IcewindDale64) ./IcewindDale64: /lib64/libssl.so.1.0.0: version `OPENSSL_1.0.0' not found (required by ./IcewindDale64) Unlike with Baldur's Gate (GOG), Icewind Dale Enhanced is a 64-bit application, so the 32-bit solution that I detailed there doesn't work. The solution here is to download and extract the two missing files to the (GOG) Icewind Dale Enhanced Edition folder, inside the ''game'' directory. You can download the package from the Ubuntu archives: * [[https://packages.ubuntu.com/xenial/amd64/libssl1.0.0/download|libssl1.0.0_1.0.2g-1ubuntu4.15_amd64.deb]] * [[https://wiki.bondari.com/_media/linux:libssl64.tar.gz|Backup archive]] Take these two files: - libcrypto.so.1.0.0 - libssl.so.1.0.0 Copy them to: (your home directory)/GOG Games/Icewind Dale Enhanced Edition/game/ The game should launch just fine now.