I was more interested in XnRetro so I tried it first. But it won't run. It complains:
But I have it installed. I am sure of it. It's exactly the same name.error while loading shared libraries: libSM.so.6: cannot open shared object file: No such file or directory
So I hacked the xnretro.sh file:
Code: Select all
#export LD_LIBRARY_PATH="$dirname"/lib
export LD_LIBRARY_PATH="/usr/lib/x86_64-linux-gnu"
But I have it installed, too!error while loading shared libraries: libQtWebKit.so.4: cannot open shared object file: No such file or directory
OK, so I hacked the xnretro.sh file again:
Code: Select all
#export QT_PLUGIN_PATH="$dirname"/lib
export QT_PLUGIN_PATH="/usr/lib/x86_64-linux-gnu"
Then I installed the XnViewMP-linux-x64.deb, and XnView is running fine. It's nice to have a new tool, but like I said, I was more interested in XnRetro. What else can I do to make it run?error while loading shared libraries: libQtWebKit.so.4: wrong ELF class: ELFCLASS64
TIA