Slackware This Forum is for the discussion of Slackware Linux.
|
| Notices |
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Are you new to LinuxQuestions.org? Visit the following links:
Site Howto |
Site FAQ |
Sitemap |
Register Now
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
 |
GNU/Linux Basic Guide
This 255-page guide will provide you with the keys to understand the philosophy of free software, teach you how to use and handle it, and give you the tools required to move easily in the world of GNU/Linux. Many users and administrators will be taking their first steps with this GNU/Linux Basic guide and it will show you how to approach and solve the problems you encounter.
Click Here to receive this Complete Guide absolutely free. |
|
 |
|
11-28-2010, 06:40 PM
|
#1
|
|
LQ Newbie
Registered: Oct 2009
Location: MS
Distribution: Slackware
Posts: 10
Rep:
|
Plane Shift install in Slackware 13.1 64bit
i'm fairly new to linux and i'm having a slight problem with Plane Shift. it seemed to install ok and gave no errors but every time i try to run ./pslaunch from the game dir i get this:
Code:
./pslaunch: line 5: /home/deyna/Games/PlaneShift/pslaunch.bin: No such file or directory
./pslaunch: line 5: /home/deyna/Games/PlaneShift/pslaunch.bin: Success
yes i am using the 64bit installer
|
|
|
|
11-28-2010, 06:47 PM
|
#2
|
|
Senior Member
Registered: May 2006
Posts: 3,012
|
If I had to guess, I'd say that you may have used a 64-bit installer, but the game itself is a 32-bit binary. What's the output of 'file /home/deyna/Games/PlaneShift/pslaunch.bin' ?
|
|
|
|
11-28-2010, 06:50 PM
|
#3
|
|
LQ Newbie
Registered: Oct 2009
Location: MS
Distribution: Slackware
Posts: 10
Original Poster
Rep:
|
Quote:
Originally Posted by adamk75
If I had to guess, I'd say that you may have used a 64-bit installer, but the game itself is a 32-bit binary. What's the output of 'file /home/deyna/Games/PlaneShift/pslaunch.bin' ?
|
-bash: ./pslaunch.bin: No such file or directory
|
|
|
|
11-28-2010, 06:56 PM
|
#4
|
|
Senior Member
Registered: May 2006
Posts: 3,012
|
Wait a sec...
You ran exactly this?
Code:
file /home/deyna/Games/PlaneShift/pslaunch.bin
So does that file exist? If not, this sounds like something you need to take up with the PlaneShift folks.
Adam
|
|
|
|
11-28-2010, 07:00 PM
|
#5
|
|
LQ Newbie
Registered: Oct 2009
Location: MS
Distribution: Slackware
Posts: 10
Original Poster
Rep:
|
Quote:
Originally Posted by adamk75
Wait a sec...
You ran exactly this?
Code:
file /home/deyna/Games/PlaneShift/pslaunch.bin
So does that file exist? If not, this sounds like something you need to take up with the PlaneShift folks.
Adam
|
yes it does exist. it's marked as executable and when run with ./pslaunch.bin the output is:
Code:
-bash: ./pslaunch.bin: No such file or directory
when i ran your code the output is:
Code:
/home/deyna/Games/PlaneShift/pslaunch.bin: ELF 64-bit LSB executable, x86-64, version 1 (SYSV), dynamically linked (uses shared libs), stripped
Last edited by Deyna; 11-28-2010 at 07:02 PM.
|
|
|
|
11-28-2010, 07:02 PM
|
#6
|
|
Senior Member
Registered: May 2006
Posts: 3,012
|
I didn't ask you to run that file. I asked you to run
Code:
file /home/deyna/Games/PlaneShift/pslaunch.bin
As long as the file actually exists, the command I gave you should not say "No such file or directory".
Adam
|
|
|
|
11-28-2010, 07:05 PM
|
#7
|
|
LQ Newbie
Registered: Oct 2009
Location: MS
Distribution: Slackware
Posts: 10
Original Poster
Rep:
|
Quote:
Originally Posted by adamk75
I didn't ask you to run that file. I asked you to run
Code:
file /home/deyna/Games/PlaneShift/pslaunch.bin
As long as the file actually exists, the command I gave you should not say "No such file or directory".
Adam
|
yes i'm sorry i caught that as soon as i made my last post and then updated it with the asked for information
|
|
|
|
11-28-2010, 07:08 PM
|
#8
|
|
Senior Member
Registered: May 2006
Posts: 3,012
|
Alright, so I was wrong, it is a 64-bit executable file. Very odd. What happens if you run
Code:
'ldd /home/deyna/Games/PlaneShift/pslaunch.bin'
. And what's the output of 'uname -a'?
Adam
|
|
|
|
11-28-2010, 07:16 PM
|
#9
|
|
LQ Newbie
Registered: Oct 2009
Location: MS
Distribution: Slackware
Posts: 10
Original Poster
Rep:
|
Quote:
Originally Posted by adamk75
Alright, so I was wrong, it is a 64-bit executable file. Very odd. What happens if you run
Code:
'ldd /home/deyna/Games/PlaneShift/pslaunch.bin'
. And what's the output of 'uname -a'?
Adam
|
'ldd /home/deyna/Games/PlaneShift/pslaunch.bin' gives
Code:
/usr/bin/ldd: line 118: /home/deyna/Games/PlaneShift/pslaunch.bin: No such file or directory
and 'uname -a' gives
Code:
Linux Slack64Top 2.6.33.4 #3 SMP Tue Sep 21 17:42:09 CDT 2010 x86_64 Intel(R) Core(TM)2 Duo CPU T8300 @ 2.40GHz GenuineIntel GNU/Linux
|
|
|
|
11-28-2010, 07:59 PM
|
#10
|
|
Member
Registered: Jun 2006
Location: /dev/null
Distribution: Slackware 13.1, Slackware 13.37, aptosid, rhel
Posts: 523
Rep:
|
Sounds like your environment is forked...
|
|
|
|
11-28-2010, 08:05 PM
|
#11
|
|
LQ Newbie
Registered: Oct 2009
Location: MS
Distribution: Slackware
Posts: 10
Original Poster
Rep:
|
Quote:
Originally Posted by SeRi@lDiE
Sounds like your environment is forked...
|
what do you mean?
|
|
|
|
11-28-2010, 08:28 PM
|
#12
|
|
Senior Member
Registered: May 2006
Posts: 3,012
|
I'm not so sure about the OP's environment being screwed up. I'm using -current on Slackware64 and getting the same error. I think PlaneShift is doing something screwy here, but I'm not sure what yet.
Adam
|
|
|
|
11-28-2010, 08:32 PM
|
#13
|
|
Senior Member
Registered: May 2006
Posts: 3,012
|
Figured it out. PlaneShift stupidly thinks that ld-linux-x86-64.so.2 is in /lib/. On Slackware (and Fedora), it's in /lib64/. Doing this gets PlaneShift working:
Code:
ln -s /lib64/ld-linux-x86-64.so.2 /lib/
Adam
|
|
|
1 members found this post helpful.
|
11-28-2010, 08:35 PM
|
#14
|
|
Member
Registered: Jun 2006
Location: /dev/null
Distribution: Slackware 13.1, Slackware 13.37, aptosid, rhel
Posts: 523
Rep:
|
Quote:
Originally Posted by adamk75
Figured it out. PlaneShift stupidly thinks that ld-linux-x86-64.so.2 is in /lib/. On Slackware (and Fedora), it's in /lib64/. Doing this gets PlaneShift working:
Code:
ln -s /lib64/ld-linux-x86-64.so.2 /lib/
Adam
|
Mhhh thats wired coming out of a 64 bit installer...
|
|
|
|
11-28-2010, 08:51 PM
|
#15
|
|
LQ Newbie
Registered: Oct 2009
Location: MS
Distribution: Slackware
Posts: 10
Original Poster
Rep:
|
Quote:
Originally Posted by adamk75
Figured it out. PlaneShift stupidly thinks that ld-linux-x86-64.so.2 is in /lib/. On Slackware (and Fedora), it's in /lib64/. Doing this gets PlaneShift working:
Code:
ln -s /lib64/ld-linux-x86-64.so.2 /lib/
Adam
|
thank you very much! XD
it works flawlessly ^_^
|
|
|
|
| Thread Tools |
Search this Thread |
|
|
|
Posting Rules
|
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is Off
|
|
|
All times are GMT -5. The time now is 11:30 AM.
|
|
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.
|
Latest Threads
LQ News
|
|