LinuxQuestions.org
Download your favorite Linux distribution at LQ ISO.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Software
User Name
Password
Linux - Software This forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum.

Notices


Reply
  Search this Thread
Old 11-09-2002, 04:26 PM   #1
SirLostalot
LQ Newbie
 
Registered: Nov 2002
Location: Florida
Posts: 21

Rep: Reputation: 15
How do I install on RH? SOMEONE HELP


I have successfully installed RH 8. I have some programs that I want to install but I have no idea how. Is compiling the same thing as installing? How do I do that?

Someone please HELP!!
 
Old 11-09-2002, 04:32 PM   #2
Bert
Senior Member
 
Registered: Jul 2001
Location: 406292E 290755N
Distribution: GNU/Linux Slackware 8.1, Redhat 8.0, LFS 4.0
Posts: 1,004

Rep: Reputation: 46
What is the name of the app you want to install?

You got a free OS, but you need to buy a good book on Linux.

Bert
 
Old 11-09-2002, 04:41 PM   #3
SirLostalot
LQ Newbie
 
Registered: Nov 2002
Location: Florida
Posts: 21

Original Poster
Rep: Reputation: 15
The name of the app is XBoard.

I figured that I would be able to find enough resources on the web.
 
Old 11-09-2002, 05:15 PM   #4
lynch
Member
 
Registered: Nov 2000
Location: A Mid-Atlantic state
Distribution: SuSE 8.1,Knoppix 3.2,Mandrake 9.1
Posts: 388

Rep: Reputation: 30
Is XBoard on the RH cds? If so,mount the cd,navigate to the rpm for XBoard and r-click and choose open with package manager.
If it isnt that,where is it?
lynch
 
Old 11-09-2002, 05:33 PM   #5
SirLostalot
LQ Newbie
 
Registered: Nov 2002
Location: Florida
Posts: 21

Original Poster
Rep: Reputation: 15
No, it isnt on the CD. It is in /home/tom

That is where the 'box' is. I havent done anything to it since i downloaded it.

I just dont know how. I am SOOO new. Please forgive my ignorance but I really want to learn this. I loathe MS

Btw - I am using the KDE GUI

Last edited by SirLostalot; 11-09-2002 at 05:34 PM.
 
Old 11-09-2002, 05:35 PM   #6
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
ok, well no one has bothered to ask what the complete filename actually is....so .... what is it?
 
Old 11-09-2002, 05:37 PM   #7
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
and i hope you're aware that xboard is NOT a chess game, it's simply a generic front end to a board game engine.
 
Old 11-09-2002, 05:37 PM   #8
SirLostalot
LQ Newbie
 
Registered: Nov 2002
Location: Florida
Posts: 21

Original Poster
Rep: Reputation: 15
The Complete file name is xboard-4.2.6.tar.gz
 
Old 11-09-2002, 05:39 PM   #9
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
and of course there are full installation instructions on the homepage:

http://www.tim-mann.org/xboard/FAQ.html#[B.7]
 
Old 11-09-2002, 05:50 PM   #10
SirLostalot
LQ Newbie
 
Registered: Nov 2002
Location: Florida
Posts: 21

Original Poster
Rep: Reputation: 15
It is amazing to me that you would expect me to know as much as you do about this stuff, Acid. I have already admitted that I am ignorant in this area. Where EXACTLY do I type the 'oh, so obvious instructions' from the web site?
I am asking for help, not someone to make me feel like an idiot.
 
Old 11-09-2002, 05:54 PM   #11
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
hey hey, calm down bud. i was just looking around the download site and GENUINELY found myself looking at that page. let's not get off to a bad start. Nothing is amazing, and i certainly am not implying anything about what you should know.
 
Old 11-09-2002, 06:07 PM   #12
rshaw
Senior Member
 
Registered: Apr 2001
Location: Perry, Iowa
Distribution: Mepis , Debian
Posts: 2,692

Rep: Reputation: 45
right click on the tar.gz file,select extract, than will unpack the archive, in the same directory as the tar.gz file. click on the xboard directory. there should be a readme, or install.txt file. read that for install instructions. open a terminal / konsole and cd /to/the/directory/of/xboard/ and enter the commmands from the readme. normally it's ./configure, make, su root <password> make install,make clean. but the readme will say exactly.
 
Old 11-09-2002, 06:13 PM   #13
SirLostalot
LQ Newbie
 
Registered: Nov 2002
Location: Florida
Posts: 21

Original Poster
Rep: Reputation: 15
Ok, I did as per the instructions on the site. It 'unpacked' the program into /home/tom. However, I get some errors with the configure command and the make and the make install command. It looks like this:

[tom@dhcppc0 tom]$ cd xboard-*/
[tom@dhcppc0 xboard-4.2.6]$ ./configure --prefix=$HOME
creating cache ./config.cache
checking for gcc... no
checking for cc... no
configure: error: no acceptable cc found in $PATH
[tom@dhcppc0 xboard-4.2.6]$ make
make: *** No targets specified and no makefile found. Stop.
[tom@dhcppc0 xboard-4.2.6]$ make install
make: *** No rule to make target 'install'. Stop.

That is what i get at the end of the Shell - Konsole
 
Old 11-09-2002, 06:19 PM   #14
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
right, you need to install gcc, the c compiler, from your distro cd's. you can still get the rpms instead as someone suggested earlier...

http://www.rpmfind.net/linux/rpm2htm...p?query=xboard
 
Old 11-09-2002, 06:22 PM   #15
rshaw
Senior Member
 
Registered: Apr 2001
Location: Perry, Iowa
Distribution: Mepis , Debian
Posts: 2,692

Rep: Reputation: 45
looks like you need to install a compiler and/or development packages first. browse around your RH discs or start your fav. package manager (kpackage, gnorpm, etc) look for gcc. (Gnu Compiler Collection).
 
  


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
fc3 install doesnt install grub properly onto sata drive sabo Linux - Newbie 4 02-03-2007 04:04 PM
make install does not install daemons (clamd snortd). Is this a feature of tarball? Emmanuel_uk Linux - Newbie 3 11-15-2005 01:29 AM
Error: Unable to boot /install/2.6/linux when starting Etch Install BuckRogers01 Debian 4 08-06-2005 06:40 PM
How do I re-install an operatingsystem? Corrupted install. Yast wont load. URGENT.thx CrewXp SUSE / openSUSE 5 05-09-2005 12:07 AM
Ok, dumb question. If I install a Mandrake kernel RPM, where does it install to? Kramer Linux - General 6 01-13-2004 09:39 PM

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

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