How to make epsxe currently work on Slackware64 Current?
by Candelabrus from LinuxQuestions.org on (#5H19T)
Hi guys, i need your help to be able to run epsxe on the updated Slackware64 Current.
Not long time ago i was able to run creating a symbolic link
Code:ln -s libncurses.so.5 libtinfo.so.5But this file no longer exists, so i tried to use another symbolic link
Code:ln -s libtinfo.so.6 libtinfo.so.5And give this error message:
Quote:
So i tried to create another link again
Code:ln -s libcrypto.so.1.1 libcrypto.so.1.0.0and
Code:ln -s libssl.so.1.1 libssl.so.1.0.0And this error message appeared:
Quote:
And lastly I tried to do it as in an archlinux package by doing the following symlink
Code:ln -s libncursesw.so libncurses.so.5And this error message appears:
Quote:
Does anyone have any solution?


Not long time ago i was able to run creating a symbolic link
Code:ln -s libncurses.so.5 libtinfo.so.5But this file no longer exists, so i tried to use another symbolic link
Code:ln -s libtinfo.so.6 libtinfo.so.5And give this error message:
Quote:
/opt/epsxe/epsxe: error while loading shared libraries: libcrypto.so.1.0.0: cannot open shared object file: No such file or directory |
Code:ln -s libcrypto.so.1.1 libcrypto.so.1.0.0and
Code:ln -s libssl.so.1.1 libssl.so.1.0.0And this error message appeared:
Quote:
/opt/epsxe/epsxe: /usr/lib64/libtinfo.so.5: no version information available (required by /opt/epsxe/epsxe) /opt/epsxe/epsxe: /lib64/libncurses.so.5: no version information available (required by /opt/epsxe/epsxe) /opt/epsxe/epsxe: /usr/lib64/libcurl.so.4: no version information available (required by /opt/epsxe/epsxe) /opt/epsxe/epsxe: /opt/epsxe/libcrypto.so.1.0.0: version `OPENSSL_1.0.0' not found (required by /opt/epsxe/epsxe) |
Code:ln -s libncursesw.so libncurses.so.5And this error message appears:
Quote:
/opt/epsxe/epsxe: error while loading shared libraries: /opt/epsxe/libncurses.so.5: file too short |