Author Topic: Installing in Red Hat  (Read 1146 times)

dishawjp

  • Member
  • **
  • Posts: 133
  • Kudos: 95
    • http://web.lemoyne/~dishawjp
Installing in Red Hat
« on: 15 September 2002, 20:52 »
Hi All,

I hate to keep bothering all of you with stupid questions, but I'm stuck again.  I went to download.com to take a shot at installing software on my computer.  The download came in as a .tgz file.  No problem there, a tar -xzfv uncompressed everything just fine.  There was an INSTALL text file in there.  I read that, and it suggested using rpm to install.  Problem is that there was no .rpm file among the files.  The name of the program is icebreaker, and there was an icebreaker.c file. So I tried the "make" command on that.  Lots of stuff happened, and I got a "Makefile" text file and a "Makefile.W32" file out of that.  No executable files that I can find though.

I could care less about this particular program, but am just trying to learn how to do things with Linux.  I've been at this for quite a while and am not making any progress, and have had to resort to imposing on all you good people yet again.

Thanks in advance for any assistance (yet again).

Jim
____________________________
Registered Linux User 294493

KernelPanic

  • VIP
  • Member
  • ***
  • Posts: 1,878
  • Kudos: 222
Installing in Red Hat
« Reply #1 on: 15 September 2002, 21:04 »
./configure
make
make install
Contains scenes of mild peril.

RudeCat7

  • Member
  • **
  • Posts: 431
  • Kudos: 109
Installing in Red Hat
« Reply #2 on: 15 September 2002, 22:07 »
Are there any advantages for using
 
quote:
tar -xzfv
instead of the "extract here" in konquerer?  :confused:
*meow!* I didn't say Linux was easier, I said it was better, Dumbass!

KernelPanic

  • VIP
  • Member
  • ***
  • Posts: 1,878
  • Kudos: 222
Installing in Red Hat
« Reply #3 on: 15 September 2002, 22:18 »
Different strokes for different folks...
Contains scenes of mild peril.

creedon

  • Member
  • **
  • Posts: 430
  • Kudos: 0
Installing in Red Hat
« Reply #4 on: 16 September 2002, 01:28 »
Hmmmmmm......you could try apt-get install  NO,you can't, that's right, you're using Redhat; my condolences.
I'm SERIOUS about Linux; are you??

dishawjp

  • Member
  • **
  • Posts: 133
  • Kudos: 95
    • http://web.lemoyne/~dishawjp
Installing in Red Hat
« Reply #5 on: 16 September 2002, 01:56 »
Hi All,

Thanks for the replies.  I can't use Konquerer because I don't have it yet.  Still just getting started here.

As for the
./configure
make
make install

are there any arguments I have to add?  If so, what.  Still VERY green here.

Creedon... haven't done the Debian thing yet. I burned the CD's (and a copy of Knoppix for you), but will continue to beat my head bloody against the wall with this Red Hat thing until I can make it work. :)  And make it work for me from the command line.  And yes, I AM that stubborn.

I had to help a buddy of mine out today, a local farmer.  He has a 1983 Deutz farm tractor that was hurting.  I really don't like working on farm tractors.  I dislike air cooled diesels even more.  And working on a damned foreign made air-cooled diesel farm tractor.. on a Sunday... well, it's enough to drive me to drink.  So I guess I will :)

I'll give my Linux box another go maybe tomorrow.

Thanks all for the help; I'm off to get trashed.

Jim
____________________________
Registered Linux User 294493

creedon

  • Member
  • **
  • Posts: 430
  • Kudos: 0
Installing in Red Hat
« Reply #6 on: 16 September 2002, 02:05 »
quote:
Originally posted by DOSman:
Hi All,

Thanks for the replies.  I can't use Konquerer because I don't have it yet.  Still just getting started here.

As for the
./configure
make
make install

are there any arguments I have to add?  If so, what.  Still VERY green here.

Creedon... haven't done the Debian thing yet. I burned the CD's (and a copy of Knoppix for you), but will continue to beat my head bloody against the wall with this Red Hat thing until I can make it work. :)  And make it work for me from the command line.  And yes, I AM that stubborn.

I had to help a buddy of mine out today, a local farmer.  He has a 1983 Deutz farm tractor that was hurting.  I really don't like working on farm tractors.  I dislike air cooled diesels even more.  And working on a damned foreign made air-cooled diesel farm tractor.. on a Sunday... well, it's enough to drive me to drink.  So I guess I will :)

I'll give my Linux box another go maybe tomorrow.

Thanks all for the help; I'm off to get trashed.

Jim



WOW!!  You ARE a glutton for punishment!!  A Deitz!?!?!?  DAMN, that's hardcore!!
./configure
make
make install
should work.
(munbles) A Deitz-sonuvabitch!
I'm SERIOUS about Linux; are you??

voidmain

  • VIP
  • Member
  • ***
  • Posts: 5,605
  • Kudos: 184
    • http://voidmain.is-a-geek.net/
Installing in Red Hat
« Reply #7 on: 16 September 2002, 03:05 »
Forget download.com. If it says to use the RPM then also forget the *.tgz file. Get the RPM file of the program. I suggest you go to http://www.rpmfind.net/ and get the RPM.  Then to install just:

# rpm -Uvh filename.rpm

And did you not install KDE when you installed RedHat?  If you did, you have Konqueror.
Someone please remove this account. Thanks...

RudeCat7

  • Member
  • **
  • Posts: 431
  • Kudos: 109
Installing in Red Hat
« Reply #8 on: 16 September 2002, 08:46 »
Don't forget, if you downloaded an RPM then you can browse to the file with Konqueror. If you click on it, the RedHat Package Manager starts up. There is an option to "test install" this will let you know if there are any missing dependences.    So far, I installed Xcdroast in RedHat without a hitch that way.
*meow!* I didn't say Linux was easier, I said it was better, Dumbass!

dishawjp

  • Member
  • **
  • Posts: 133
  • Kudos: 95
    • http://web.lemoyne/~dishawjp
Installing in Red Hat
« Reply #9 on: 16 September 2002, 16:08 »
Hi All,

Yeah Creedon a damned Deutz.  About as much fun as trying to fix a Windoze box :)

As for those asking about Konqueror, I went with the Gnome desktop.  No Konqueror.

Thanks for the help and I'll give this another shot after work tonight.

Jim
____________________________
Registered Linux User 294493

Calum

  • Global Moderator
  • Member
  • ***
  • Posts: 7,812
  • Kudos: 1000
    • Calum Carlyle's music
Installing in Red Hat
« Reply #10 on: 16 September 2002, 16:34 »
well if you did not install kde, but did install gnome then you have galeon? i think that's the gnome file browser... also, you will likely have the gnome package manager, i think it is called grpm [edit - no it's not! it's called gnorpm] on the command line, and it is roughly equivelant to krpm which is what these guys are talking about.

regarding the    
quote:
./configure
make
make install

this will work fine for most things. the first command uses the configure script to make a Makefile for your machine (based on what compiler you have and so on), the second line runs make (which reads the Makefile you just created and compiles the program), thr third line must be entered as root, so su into root mode and run it. it should either install, or exit printing all the errors. these will typically tell you to install some other stuff that is required before it will allow you to install this program. [edit - is this right, by the way? some people might be able to correct me on some of this...]

personally, i would say rpms might be easier, but if you want to learn (and if you want an install that matches your personal computer/system setup) then you'd be better installing from source.

[ September 16, 2002: Message edited by: Calum ]

visit these websites and make yourself happy forever:
It's my music! | My music on MySpace | Integrational Polytheism

voidmain

  • VIP
  • Member
  • ***
  • Posts: 5,605
  • Kudos: 184
    • http://voidmain.is-a-geek.net/
Installing in Red Hat
« Reply #11 on: 16 September 2002, 18:02 »
At the login prompt you should have a selection box that allows you to change which window environment you want to log in with.  You have Gnome set as the default, but if you look at the pulldown list and "KDE" is there you have it installed and if you select it you will log in to KDE instead of Gnome.  

Also you can run Konqueror in Gnome but it will not be listed in any menu by default.  You can run it from a command line (or run box) by typing "konqueror". If you have KDE installed it will run.
Someone please remove this account. Thanks...

Calum

  • Global Moderator
  • Member
  • ***
  • Posts: 7,812
  • Kudos: 1000
    • Calum Carlyle's music
Installing in Red Hat
« Reply #12 on: 16 September 2002, 18:44 »
however if he only installed GNOME and not KDE (not a bad plan, so long as your mouse and so on are supported properly in GNOME), then he will have to install konqueror specifically off the CD to use it, and will not get KDE at said login prompt. Also, he won't even see the login prompt if he chose to login as a particular user automatically when he starts up. however there are graphical rpm tools in GNOME too...
visit these websites and make yourself happy forever:
It's my music! | My music on MySpace | Integrational Polytheism

voidmain

  • VIP
  • Member
  • ***
  • Posts: 5,605
  • Kudos: 184
    • http://voidmain.is-a-geek.net/
Installing in Red Hat
« Reply #13 on: 16 September 2002, 19:09 »
Mouse support is not a function of the Window manager but a function of X. If the mouse works in Gnome it will work in KDE. You can not just install "konqueror" alone, you also have to have all the KDE libs and KDE net installed. But it's certainly easy to find out if it's installed, just type "konqueror". If it's installed it will run, if it's not it won't.    I'm not trying to tell him to use one Window manager over another as that is a personal preference. I was just trying to give him some pointers on how to try out both and determine whether they both were installed or not. I also suggested that it is far better to use RPMs on an RPM based system if there are RPMs for the particular application he wants to install for several reasons. Things you get with RPM over a source install:

- Ability to check dependencies
- Ability to upgrade/freshen
- Ability to uninstall
- Ability to verify install
- Ability to query
- Checksums
- etc

Source installed software will not be registered in the RPM database on your system and thus becomes it's own little unmanaged entity.  Sure there are not RPMs for everything and you will need to install a source only version now and then but if there is an RPM version of it it's to your advantage to use the RPM.
Someone please remove this account. Thanks...

Calum

  • Global Moderator
  • Member
  • ***
  • Posts: 7,812
  • Kudos: 1000
    • Calum Carlyle's music
Installing in Red Hat
« Reply #14 on: 16 September 2002, 19:23 »
good points indeed.

re: mouse support, what's odd then is that whenever i personally run the gnome toolbar, no matter what desktop environment i am in, the mouse goes bloody haywire, and i cannot do a thing!

this is not an issue, i just don't run that particular app.

now back to the subject in hand, i am sorry that i implied it was a case of telling somebody which programs to use, i was really just trying to say that even if he doesn't have kde then he can still use a gui running rpm manager to do the job.

re: konqueror without kde, of course, where is my head at? then again, if one tried to install konqueror, surely they would get errors to the effect that certain libs etc would also need to be installed, and thus they could install whatever was required without needing the full desktop environment, am i right? or just blowing out my ass again?  :D
visit these websites and make yourself happy forever:
It's my music! | My music on MySpace | Integrational Polytheism