LinuxQuestions.org
Help answer threads with 0 replies.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Software > Linux - Games
User Name
Password
Linux - Games This forum is for all discussion relating to gaming in Linux.

Notices


Reply
  Search this Thread
Old 01-12-2005, 01:53 PM   #1
dr_zayus69
Member
 
Registered: Sep 2004
Location: western massachusetts
Distribution: fedora core 3, Suse 10
Posts: 877

Rep: Reputation: 35
how to deal with .run files.


I downloaded the ut2004 demo and it is ut2004.run.gz so i know i have to unzip it. But how do i deal with the .run extension? do i have to do ./ut2004.run ?
 
Old 01-12-2005, 01:57 PM   #2
acid_kewpie
Moderator
 
Registered: Jun 2001
Location: UK
Distribution: Gentoo, RHEL, Fedora, Centos
Posts: 43,417

Rep: Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985
why not just try it? ./file.run might work, but actually it's more liekly that it won't be set as exectuable already, so chmodding it "chmod +xfile.run" will make it run.
 
Old 01-12-2005, 02:02 PM   #3
dr_zayus69
Member
 
Registered: Sep 2004
Location: western massachusetts
Distribution: fedora core 3, Suse 10
Posts: 877

Original Poster
Rep: Reputation: 35
when i try to unzip it wth gunzip it says unexpected end of file.
 
Old 01-12-2005, 02:21 PM   #4
acid_kewpie
Moderator
 
Registered: Jun 2001
Location: UK
Distribution: Gentoo, RHEL, Fedora, Centos
Posts: 43,417

Rep: Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985
dodgy download i'd assume
 
Old 01-12-2005, 03:15 PM   #5
dr_zayus69
Member
 
Registered: Sep 2004
Location: western massachusetts
Distribution: fedora core 3, Suse 10
Posts: 877

Original Poster
Rep: Reputation: 35
well ig ot a new download of the demo chmodded it and got it installed. Now when i tried running it it gives this error.

./ut2004-bin: error while loading shared libraries: libstdc++.so.5: cannot open shared object file: No such file or directory

i goggled it and got this site:
http://www.joewein.de/sw/swnotes002.htm
tried out what they suggested but still get same error.

rpm -qa | lib shows that i have -
libstdc++-3.4.2-6.fc3

so maybe i need to upgrade?

Last edited by dr_zayus69; 01-12-2005 at 03:24 PM.
 
Old 01-13-2005, 11:21 AM   #6
Jimbo99
Member
 
Registered: Nov 2003
Distribution: Ubuntu 7.04
Posts: 241

Rep: Reputation: 31
In a terminal window type "sh <name>.run" (without the quotes).
 
Old 01-13-2005, 07:57 PM   #7
jschiwal
LQ Guru
 
Registered: Aug 2001
Location: Fargo, ND
Distribution: SuSE AMD64
Posts: 15,733

Rep: Reputation: 682Reputation: 682Reputation: 682Reputation: 682Reputation: 682Reputation: 682
You can download an RPM package containing the needed library here:
http://fr2.rpmfind.net/linux/rpm2htm...m=fedora&arch=
 
Old 01-13-2005, 08:43 PM   #8
dr_zayus69
Member
 
Registered: Sep 2004
Location: western massachusetts
Distribution: fedora core 3, Suse 10
Posts: 877

Original Poster
Rep: Reputation: 35
thanks i'll check that out. I got my Unreal Tournament GOTY edition working but it is choppy and im not sure how to enable direct rendering. My computer is older so i got the demo to see if i can get 04 running in linux and how well it runs before i buy it. So if it works i still have to deal with direct rendering.
 
Old 01-14-2005, 08:39 PM   #9
dr_zayus69
Member
 
Registered: Sep 2004
Location: western massachusetts
Distribution: fedora core 3, Suse 10
Posts: 877

Original Poster
Rep: Reputation: 35
well i got my UT GOTY edition working. But still can't get the UT 2004 demo working. As i mentioned earlier i get this message.

./ut2004-bin: error while loading shared libraries: libstdc++.so.5: cannot open shared object file: No such file or directory

i tried downloading that rpm but when i go to install it says i already have it. i have libstdc++.so.6 - not 5 on my computer. So i have some questions about that.
1. Would that suffice because it is a newer version?
2. Is there a command or something i can do to figure out where the program is looking for libstdc++.so.5?
3. I have the idea of making a link to libstdc++.so.6 but naming the link libstdc++.so.5 so that the program will find "libstdc++.so.5" but it would really be 6. Do you think that would work? Even if it would i'd need to know where the program is looking for it so i know where to put the link.

thanks for any info in advanced.

Last edited by dr_zayus69; 01-14-2005 at 08:40 PM.
 
Old 01-14-2005, 09:56 PM   #10
dr_zayus69
Member
 
Registered: Sep 2004
Location: western massachusetts
Distribution: fedora core 3, Suse 10
Posts: 877

Original Poster
Rep: Reputation: 35
looks like tricking the computer worked someone what. I made a symbolic link labelled 5 but now i get this message.

./ut2004-bin: /usr/lib/libstdc++.so.5: version `GLIBCPP_3.2' not found (required by ./ut2004-bin)
./ut2004-bin: /usr/lib/libstdc++.so.5: version `CXXABI_1.2' not found (required by ./ut2004-bin)

are those two elements that would be in libst....5 and not libst......6?
 
Old 02-11-2005, 09:31 PM   #11
yquiensabe
LQ Newbie
 
Registered: Feb 2005
Posts: 4

Rep: Reputation: 0
Try compat-libstdc++

I had the same problem and finally found this link:
https://www.redhat.com/archives/fedo.../msg04318.html

I just did a "yum install compat-libstdc++" and everything worked great.
 
  


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
How should you deal with wma files kaon General 5 11-08-2005 02:46 AM
How to deal with huge swp files such as .store.log.2.swp from squid directory? Niceman2005 Linux - General 2 11-01-2005 07:25 AM
howto deal with .rar files in CentOS 4.1? Lleb_KCir Linux - Software 13 10-23-2005 03:58 PM
How do I deal with .bin files? Comatose51 Linux - Software 5 04-12-2003 08:31 PM
How do you decompress files, or run files such as the Netscape 6 Uninstaller in RH7.2 oudent Linux - Newbie 1 11-19-2001 12:11 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Software > Linux - Games

All times are GMT -5. The time now is 12:12 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