LinuxQuestions.org
Help answer threads with 0 replies.
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 08-26-2013, 05:49 AM   #1
xfce4
LQ Newbie
 
Registered: Aug 2013
Posts: 4

Rep: Reputation: Disabled
Unhappy installling steam on slackware 14 32 bit


hello ive installed steam it dont want to run when i type steam i got
bash-4.2$ steam
/home/cytric/steamclient-1.0.0.39-i386-1alien/usr/lib/steam/bootstraplinux_ubuntu12_32/steam.sh: line 436: syntax error: unexpected end of file

ill be very glad if someone help me
 
Old 08-26-2013, 10:11 AM   #2
phenixia2003
Senior Member
 
Registered: May 2006
Location: France
Distribution: Slackware
Posts: 1,052

Rep: Reputation: 1008Reputation: 1008Reputation: 1008Reputation: 1008Reputation: 1008Reputation: 1008Reputation: 1008Reputation: 1008
Hello,

It seems you didn't installed steam package properly, as below :

Code:
su -
installpkg /path/to/steamclient-1.0.0.39-i386-1alien.tgz
--
SeB
 
Old 08-26-2013, 01:28 PM   #3
Alien Bob
Slackware Contributor
 
Registered: Sep 2005
Location: Eindhoven, The Netherlands
Distribution: Slackware
Posts: 8,559

Rep: Reputation: 8106Reputation: 8106Reputation: 8106Reputation: 8106Reputation: 8106Reputation: 8106Reputation: 8106Reputation: 8106Reputation: 8106Reputation: 8106Reputation: 8106
Perhaps you can tell us exactly how you installed Steam for Slackware. It should be dead simple. Most likely cause is what phenixia2003 already suggested - you do not know how to install a Slackware package.

Eric
 
Old 08-27-2013, 04:07 AM   #4
xfce4
LQ Newbie
 
Registered: Aug 2013
Posts: 4

Original Poster
Rep: Reputation: Disabled
lolol ls -l /var/log/packages
-rw-r--r-- 1 root root 2149 Aug 26 23:16 steamclient-1.0.0.39-i386-1alien
and thats not installed right ?!

bash-4.2$ steam
Slackware 32-bit: Check the 'deps/<slackwareversion>' directory where you downloaded this package and install/upgrade the packages you find there.
Slackware 64-bit multilib: Install/upgrade the packages in the 'deps/<slackwareversion>/multilib' subdirectory instead.

Running Steam on slackware 14.0 32-bit
STEAM_RUNTIME is enabled automatically
/home/cytric/.local/share/Steam/steam.sh: line 704: 19076 Illegal instruction $STEAM_DEBUGGER "$STEAMROOT/$PLATFORM/$STEAMEXE" "$@"
Installing bootstrap /home/cytric/.local/share/Steam/bootstrap.tar.xz
Slackware 32-bit: Check the 'deps/<slackwareversion>' directory where you downloaded this package and install/upgrade the packages you find there.
Slackware 64-bit multilib: Install/upgrade the packages in the 'deps/<slackwareversion>/multilib' subdirectory instead.

Running Steam on slackware 14.0 32-bit
STEAM_RUNTIME has been set by the user to: /home/cytric/.local/share/Steam/ubuntu12_32/steam-runtime
/home/cytric/.local/share/Steam/steam.sh: line 704: 19155 Illegal instruction $STEAM_DEBUGGER "$STEAMROOT/$PLATFORM/$STEAMEXE" "$@"
bash-4.2$

---------- Post added 08-27-13 at 04:08 AM ----------

WHATS SO WRONG please help me Alien
 
Old 08-27-2013, 04:22 AM   #5
Alien Bob
Slackware Contributor
 
Registered: Sep 2005
Location: Eindhoven, The Netherlands
Distribution: Slackware
Posts: 8,559

Rep: Reputation: 8106Reputation: 8106Reputation: 8106Reputation: 8106Reputation: 8106Reputation: 8106Reputation: 8106Reputation: 8106Reputation: 8106Reputation: 8106Reputation: 8106
Your second post is very different from your original post, where you reported the output
Code:
 $ steam
/home/cytric/steamclient-1.0.0.39-i386-1alien/usr/lib/steam/bootstraplinux_ubuntu12_32/steam.sh: line 436: syntax error: unexpected end of file
That was an example of a failed package installation.
Your second post shows that the package is not correctly installed (you must have done something inbetween, right?).
The errors you are getting now are usually caused by the graphics driver for your computer.
What graphics card do you have and what graphics driver are you using for that card?

Eric
 
Old 08-27-2013, 04:44 AM   #6
xfce4
LQ Newbie
 
Registered: Aug 2013
Posts: 4

Original Poster
Rep: Reputation: Disabled
Nvidia geforce 4
i dont know for drivers

any ideas how i should fix this ?

Last edited by unSpawn; 08-28-2013 at 01:32 AM. Reason: //merge before merge
 
Old 08-27-2013, 05:22 AM   #7
Bindestreck
Member
 
Registered: Jul 2011
Location: Sweden
Distribution: Slackware
Posts: 820

Rep: Reputation: 440Reputation: 440Reputation: 440Reputation: 440Reputation: 440
Quote:
Originally Posted by xfce4 View Post
any ideas how i should fix this ?
http://lmgtfy.com/?q=how+to+install+...vers+slackware
 
Old 08-27-2013, 05:55 AM   #8
yilez
Member
 
Registered: Apr 2004
Distribution: Slackware
Posts: 127

Rep: Reputation: Disabled
Quote:
Originally Posted by xfce4 View Post
any ideas how i should fix this ?
You need to install the Nvidia binary driver. This involves blacklisting the Nouveau driver (the package to do this with the package found in /extra -> http://mirrors.slackware.com/slackwa...eau-blacklist/) and install the Nvidia driver, which you have 2 options. Install via the Nvidia driver from their site, or a few slack builds.

http://slackbuilds.org/repository/14...ries/libvdpau/
http://slackbuilds.org/repository/14...nvidia-kernel/
http://slackbuilds.org/repository/14...nvidia-driver/

More information can be found in the Slackware documentation wiki:

http://docs.slackware.com/howtos:har..._configuration

I don't know which method of installation is best. I have an old laptop and have never had good results running the Steam games. Windows versions run ok, but the Linux ones ran dog slow. I just use a dedicated Windows box for gaming now.
 
Old 08-27-2013, 04:58 PM   #9
PECONET009
Member
 
Registered: Sep 2006
Location: Finland.
Distribution: kali linux.
Posts: 156

Rep: Reputation: 21
Exclamation This might help you..

Quote:
Originally Posted by xfce4 View Post
hello ive installed steam it dont want to run when i type steam i got
bash-4.2$ steam
/home/cytric/steamclient-1.0.0.39-i386-1alien/usr/lib/steam/bootstraplinux_ubuntu12_32/steam.sh: line 436: syntax error: unexpected end of file

ill be very glad if someone help me
These might help you
http://notes.benv.junerules.com/stea...-on-slackware/

http://store.steampowered.com/about/

Last edited by PECONET009; 08-27-2013 at 05:04 PM. Reason: Added more info.
 
Old 08-27-2013, 07:54 PM   #10
Tinkster
Moderator
 
Registered: Apr 2002
Location: earth
Distribution: slackware by choice, others too :} ... android.
Posts: 23,067
Blog Entries: 11

Rep: Reputation: 928Reputation: 928Reputation: 928Reputation: 928Reputation: 928Reputation: 928Reputation: 928Reputation: 928
Moved: This thread is more suitable in <Slackware> and has been moved accordingly to help your thread/question get the exposure it deserves.
 
Old 08-27-2013, 07:58 PM   #11
WhiteWolf1776
Member
 
Registered: Oct 2010
Location: Bowling Green, KY
Distribution: Slackware
Posts: 288

Rep: Reputation: 95
It looks like you got the client package, but didn't install it properly.

installpkg should help you out, look at the man page and run as root to install aliens steam package.
 
Old 08-28-2013, 01:33 AM   #12
unSpawn
Moderator
 
Registered: May 2001
Posts: 29,415
Blog Entries: 55

Rep: Reputation: 3600Reputation: 3600Reputation: 3600Reputation: 3600Reputation: 3600Reputation: 3600Reputation: 3600Reputation: 3600Reputation: 3600Reputation: 3600Reputation: 3600
Quote:
Originally Posted by eXpander_ View Post
http://lmgtfy.com/?q=
Please help your fellow distro users with specific instructions instead.
 
Old 08-28-2013, 01:36 AM   #13
unSpawn
Moderator
 
Registered: May 2001
Posts: 29,415
Blog Entries: 55

Rep: Reputation: 3600Reputation: 3600Reputation: 3600Reputation: 3600Reputation: 3600Reputation: 3600Reputation: 3600Reputation: 3600Reputation: 3600Reputation: 3600Reputation: 3600
Please post your thread once and in only one forum. Posting a single thread in the most relevant forum will make it easier for members to help you and will keep the discussion in one place. Two out of three threads have been merged for being duplicates.
 
  


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
installling steam on slackware 14 32 bit xfce4 Linux - Newbie 2 08-28-2013 01:36 AM
Steam on Wine, cannot login,"Steam is having trouble connecting to the Steam servers" cantab Linux - Games 1 06-19-2010 06:32 AM
Installed CS (not steam) on linux, but it asks me to change color to 16 bit??? RHLinuxGUY Linux - Games 7 05-05-2008 05:49 AM

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

All times are GMT -5. The time now is 10:24 PM.

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