PDA

View Full Version : PlaneShift


stopmakingsense
7th December 2010, 05:23 AM
I tried installing Planeshift, and it seemed like it worked, but when I click on the program in Applications-> Games nothing happens. When I try to run it from terminal I get this error

"./pslaunch.bin: /lib/ld-linux-x86-64.so.2: bad ELF interpreter: No such file or directory"

I'm not sure what's wrong

---------- Post added at 05:23 AM ---------- Previous post was at 04:59 AM ----------

Figured it out, need to link the file

ln -s /lib64/ld-linux-x86-64.so.2 /lib/ld-linux-x86-64.so.2


Pretty simple