LinuxQuestions.org
Visit Jeremy's Blog.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware
User Name
Password
Slackware This Forum is for the discussion of Slackware Linux.

Notices


Reply
  Search this Thread
Old 11-28-2010, 06:40 PM   #1
Deyna
LQ Newbie
 
Registered: Oct 2009
Location: MS
Distribution: Slackware
Posts: 10

Rep: Reputation: 0
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
 
Old 11-28-2010, 06:47 PM   #2
adamk75
Senior Member
 
Registered: May 2006
Posts: 3,091

Rep: Reputation: 399Reputation: 399Reputation: 399Reputation: 399
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' ?
 
Old 11-28-2010, 06:50 PM   #3
Deyna
LQ Newbie
 
Registered: Oct 2009
Location: MS
Distribution: Slackware
Posts: 10

Original Poster
Rep: Reputation: 0
Quote:
Originally Posted by adamk75 View Post
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
 
Old 11-28-2010, 06:56 PM   #4
adamk75
Senior Member
 
Registered: May 2006
Posts: 3,091

Rep: Reputation: 399Reputation: 399Reputation: 399Reputation: 399
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
 
Old 11-28-2010, 07:00 PM   #5
Deyna
LQ Newbie
 
Registered: Oct 2009
Location: MS
Distribution: Slackware
Posts: 10

Original Poster
Rep: Reputation: 0
Quote:
Originally Posted by adamk75 View Post
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.
 
Old 11-28-2010, 07:02 PM   #6
adamk75
Senior Member
 
Registered: May 2006
Posts: 3,091

Rep: Reputation: 399Reputation: 399Reputation: 399Reputation: 399
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
 
Old 11-28-2010, 07:05 PM   #7
Deyna
LQ Newbie
 
Registered: Oct 2009
Location: MS
Distribution: Slackware
Posts: 10

Original Poster
Rep: Reputation: 0
Quote:
Originally Posted by adamk75 View Post
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
 
Old 11-28-2010, 07:08 PM   #8
adamk75
Senior Member
 
Registered: May 2006
Posts: 3,091

Rep: Reputation: 399Reputation: 399Reputation: 399Reputation: 399
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
 
Old 11-28-2010, 07:16 PM   #9
Deyna
LQ Newbie
 
Registered: Oct 2009
Location: MS
Distribution: Slackware
Posts: 10

Original Poster
Rep: Reputation: 0
Quote:
Originally Posted by adamk75 View Post
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
 
Old 11-28-2010, 07:59 PM   #10
SeRi@lDiE
Member
 
Registered: Jun 2006
Location: /dev/null
Distribution: Slackware 13.1, Slackware 13.37, aptosid, rhel
Posts: 547
Blog Entries: 7

Rep: Reputation: 55
Sounds like your environment is forked...
 
Old 11-28-2010, 08:05 PM   #11
Deyna
LQ Newbie
 
Registered: Oct 2009
Location: MS
Distribution: Slackware
Posts: 10

Original Poster
Rep: Reputation: 0
Quote:
Originally Posted by SeRi@lDiE View Post
Sounds like your environment is forked...
what do you mean?
 
Old 11-28-2010, 08:28 PM   #12
adamk75
Senior Member
 
Registered: May 2006
Posts: 3,091

Rep: Reputation: 399Reputation: 399Reputation: 399Reputation: 399
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
 
Old 11-28-2010, 08:32 PM   #13
adamk75
Senior Member
 
Registered: May 2006
Posts: 3,091

Rep: Reputation: 399Reputation: 399Reputation: 399Reputation: 399
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.
Old 11-28-2010, 08:35 PM   #14
SeRi@lDiE
Member
 
Registered: Jun 2006
Location: /dev/null
Distribution: Slackware 13.1, Slackware 13.37, aptosid, rhel
Posts: 547
Blog Entries: 7

Rep: Reputation: 55
Quote:
Originally Posted by adamk75 View Post
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...
 
Old 11-28-2010, 08:51 PM   #15
Deyna
LQ Newbie
 
Registered: Oct 2009
Location: MS
Distribution: Slackware
Posts: 10

Original Poster
Rep: Reputation: 0
Quote:
Originally Posted by adamk75 View Post
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 ^_^
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
shift+End and Shift+Home key combo doesn't work right santana Linux - Hardware 6 04-23-2010 11:35 AM
[SOLVED] Slackware 13 64bit: First time using SlackBuilds and unable to install programs. Switch7 Slackware 19 10-08-2009 09:26 AM
How do I resolve install DB2v9.5 64bit/RHEL 5 64bit (libstdc++.so.5 is not found)? okonita Linux - Newbie 2 11-13-2008 02:15 AM
Can't install amarok 64bit du eto missing provider of libpq.so.4()(64bit) Ossah Linux - Software 1 04-21-2007 09:23 PM
System hang during installation/using the "shift" key how do you enable 64bit ZoZa SUSE / openSUSE 3 12-17-2004 05:17 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware

All times are GMT -5. The time now is 04:52 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration