Installing Apps In Linux

Im a newbie, what do you expect

Page 1 of 1

3 Replies - 1394 Views - Last Post: 28 September 2002 - 07:56 PM

#1 Nova Dragoon   User is offline

  • The Innocent Shall Suffer, Big Time
  • member icon

Reputation: 38
  • View blog
  • Posts: 6,169
  • Joined: 16-August 01

Installing Apps In Linux

Posted 28 September 2002 - 04:47 PM

*Intalling from .tar.gz

I have Red Hat 7 .2 or .3 i cant remember, i got a tutorial for linux, i followed the steps to unzip it (untar it, whatever), that works, then the commands it gives me are ctpytic at best, they are

./configure
To run the configure script, to create the Makefile file.

make
To compile the source code (to create the binaries), using the Makefile file.

make install
To install the binaries (and some other files) in the directories specified in the Makefile. This command requires you be the root user.


when i type ./configure
configure
/configure whatever it says invalid command, and if i try make it says no make file found

can someone help me, oh and if it makes a difference my gui is gnome

Is This A Good Question/Topic? 0
  • +

Replies To: Installing Apps In Linux

#2 Quik   User is offline

  • D.I.C Lover
  • member icon

Reputation: 2
  • View blog
  • Posts: 3,750
  • Joined: 06-March 01

Re: Installing Apps In Linux

Posted 28 September 2002 - 04:59 PM

if you uise make, are you tragetting the full path? example..

make /home/ryan/blah.f
Was This Post Helpful? 0
  • +
  • -

#3 Nova Dragoon   User is offline

  • The Innocent Shall Suffer, Big Time
  • member icon

Reputation: 38
  • View blog
  • Posts: 6,169
  • Joined: 16-August 01

Re: Installing Apps In Linux

Posted 28 September 2002 - 06:07 PM

I think the thing that is getting me is the ./configure, what if i tried home/Bryan/apps/configure ?
Was This Post Helpful? 0
  • +
  • -

#4 The Neoracle   User is offline

  • Check, check, 1, 2.
  • member icon

Reputation: 21
  • View blog
  • Posts: 4,097
  • Joined: 30-March 01

Re: Installing Apps In Linux

Posted 28 September 2002 - 07:56 PM

Figure out where the configure file is that you downloaded and then target that path.

"find configure" should find that file (if Redhat is like FreeBSD).
Was This Post Helpful? 0
  • +
  • -

Page 1 of 1