Installing on RedHat Fedora system HELP

Help with Setup, Hardware, Performance or other Issues...Or just pimp your rig.
Post Reply
someone else
Private First Class
Private First Class
Posts: 7
Joined: Wed Dec 07, 2005 11:07 pm

Installing on RedHat Fedora system HELP

Post by someone else »

Hey all, I have BZFlag 2.0.4 installed on windows which has crashed on me bigtime, and now want to play it on my linux system, problem is I am very new with linux. I need help installing it as when i use the ./configure command i get told it cant configure it

This is what terminal does....
[beany@localhost beany]$ cd bzflag-2.0.4.20050930-i386-Opkg
[beany@localhost bzflag-2.0.4.20050930-i386-Opkg]$ ./ configure
bash: ./: is a directory
[beany@localhost bzflag-2.0.4.20050930-i386-Opkg]$ ./configure
bash: ./configure: No such file or directory
[beany@localhost bzflag-2.0.4.20050930-i386-Opkg]$


Can anyone help me cos i miss playing it
User avatar
A Meteorite
Private First Class
Private First Class
Posts: 1786
Joined: Thu Apr 28, 2005 12:56 am
Location: California, U.S.
Contact:

Post by A Meteorite »

There is no ./configure in an OBLISK package, if you want to compile from source get the source package or use CVS.

But you can still use the OBLISK package. Do "./Install" to install or to run bzflag directly from the folder use "./bzflag". Use "ls" to list all contents (no quotes).

Hope that helps!
Image
Owner @ BZFX
Core Admin @ CAN

Email me: bzmet…@gmail.com
pyr0
Private First Class
Private First Class
Posts: 144
Joined: Wed Jul 13, 2005 5:08 pm

Post by pyr0 »

use cvs and compile it, i didnt think going from 2.0.4 to 2.0.5 would make the fps better since i was almost maxed from my moniter and it has a ton more effects, but i gained about 10 fps.

Code: Select all

cvs -d:pserver:anonymous@cvs.sourceforge.net:/cvsroot/bzflag login
cvs -z3 -d:pserver:anonymous@cvs.sourceforge.net:/cvsroot/bzflag co -r v2_0branch bzflag
when it asks for a password, press enter, there isnt one.
go into the directory it gets downloaded too (/homedir/bzflag/ i believe), run ./autogen.sh if ls doesnt show a configure script. then ./configure and make and make install. all better...

i think thats right, its early and im just waking up
-pyr0
someone else
Private First Class
Private First Class
Posts: 7
Joined: Wed Dec 07, 2005 11:07 pm

Post by someone else »

Ya might think me of dumb, but am really a newbie at linux...but what is CVS?
i tried running your code in terminal, and ths is the result i got

[beany@localhost beany]$ cvs -z3 -d:pserver:anonymous@cvs.sourceforge.net:/cvsroot/bzflag co -r v2_0branch bzflag
bash: cvs: command not found

Do i need to run that command in the bzflag directory
User avatar
A Meteorite
Private First Class
Private First Class
Posts: 1786
Joined: Thu Apr 28, 2005 12:56 am
Location: California, U.S.
Contact:

Post by A Meteorite »

someone else
You need to have cvs installed, but do not bother with that right at this moment.

Use the package you already downloaded (go to the bzflag-2.0.4.20050930-i386-Opkg folder and execute bzflag there - ./bzflag - or use ./Install to install it)
Image
Owner @ BZFX
Core Admin @ CAN

Email me: bzmet…@gmail.com
someone else
Private First Class
Private First Class
Posts: 7
Joined: Wed Dec 07, 2005 11:07 pm

Post by someone else »

Hey tried installing it, got a screen full of stuff and then finally this.

Could not download library libcurl.so.3.
/tmp/msg.20179 (END)
User avatar
Tanner
Private First Class
Private First Class
Posts: 575
Joined: Sat Sep 17, 2005 3:46 am
Location: Atl, GA
Contact:

Post by Tanner »

someone else wrote:Hey tried installing it, got a screen full of stuff and then finally this.

Could not download library libcurl.so.3.
/tmp/msg.20179 (END)
That looks familar to me. If you find the answer, tell me and vice versa for me to you. :D

-Tanner
Tanner - Segway HT i180 Red Owner - Random Map Creator - BZStocks - TS Software

Image
User avatar
A Meteorite
Private First Class
Private First Class
Posts: 1786
Joined: Thu Apr 28, 2005 12:56 am
Location: California, U.S.
Contact:

Post by A Meteorite »

someone else
What distribution are you using? And can you run BZFlag directly using?

Code: Select all

./bzflag
Image
Owner @ BZFX
Core Admin @ CAN

Email me: bzmet…@gmail.com
someone else
Private First Class
Private First Class
Posts: 7
Joined: Wed Dec 07, 2005 11:07 pm

Post by someone else »

hey im using fedora core2,

[beany@localhost beany]$ cd /home/beany/bzflag
[beany@localhost bzflag]$ ./bzflag
bash: ./bzflag: No such file or directory
[beany@localhost bzflag]$


I got cvs installed and oblisk installed....no idea what to do with them

cheers for any help
User avatar
A Meteorite
Private First Class
Private First Class
Posts: 1786
Joined: Thu Apr 28, 2005 12:56 am
Location: California, U.S.
Contact:

Post by A Meteorite »

someone else wrote:hey im using fedora core2,

[beany@localhost beany]$ cd /home/beany/bzflag
[beany@localhost bzflag]$ ./bzflag
bash: ./bzflag: No such file or directory
[beany@localhost bzflag]$


I got cvs installed and oblisk installed....no idea what to do with them

cheers for any help
If you downloaded CVS using these commands:

Code: Select all

cvs -d:pserver:anonymous@cvs.sourceforge.net:/cvsroot/bzflag login
cvs -z3 -d:pserver:anonymous@cvs.sourceforge.net:/cvsroot/bzflag co -r v2_0branch bzflag
Then all you need to do is:

Code: Select all

cd bzflag (like before)
./autogen.sh
./configure
make
sudo make install
After this is done, just execute:

Code: Select all

bzflag
Image
Owner @ BZFX
Core Admin @ CAN

Email me: bzmet…@gmail.com
someone else
Private First Class
Private First Class
Posts: 7
Joined: Wed Dec 07, 2005 11:07 pm

Post by someone else »

I have tried to do that.....but this is what i get.....sorry bear with me as I am very new at linux....just starting to find my way about

Code: Select all

[beany@localhost beany]$  cd /home/beany/bzflag
[beany@localhost bzflag]$ ./autogen.sh
Found GNU Autoconf version 2.57
 
ERROR: Unable to locate GNU Automake.
 
ERROR:  To prepare the BZFlag build system from scratch,
        at least version 1.6.0 of GNU Automake must be installed.
 
./autogen.sh does not need to be run on the same machine that will
run configure or make.  Either the GNU Autotools will need to be installed
or upgraded on this system, or ./autogen.sh must be run on the source
code on another system and then transferred to here. -- Cheers!
[beany@localhost bzflag]$
pyr0
Private First Class
Private First Class
Posts: 144
Joined: Wed Jul 13, 2005 5:08 pm

Post by pyr0 »

might want to get all of the auto tools sets ... Automake, Autoconf and libtool (i think)...
http://www.gnu.org/software/automake/
http://www.gnu.org/software/autoconf/
http://www.gnu.org/software/libtool/

but, since your using fedora, look for prebuilt rpms, itll speed up the process...
http://rpmfind.net/linux/rpm2html/searc ... mit=Search+...

and search for the rest there... or just use fedoras program, forgot what it is, that downloads and installs rpms for you... (havent used fedora in a long time, gentoo and debian man myself)
Post Reply