LinuxQuestions.org
Welcome to the most active Linux Forum on the web.
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 03-08-2006, 09:31 AM   #1
linux-idiot
Member
 
Registered: Mar 2006
Distribution: Mandriva Linux 2006
Posts: 44

Rep: Reputation: 15
Unhappy apache2.0.55 installation problem


hey guys, hope someone can help me out, i can provide screenshots if you like?

i'm currently installing apache2.0.55....

i have gone as far as "configure" which brings me onto "make".. however when i type in "make" i get:

[laptop@linuxbox httpd-2.0.55]$ make
bash: make: command not found


im a complete newbie please someone help us out

thank you
 
Old 03-08-2006, 09:52 AM   #2
linux-idiot
Member
 
Registered: Mar 2006
Distribution: Mandriva Linux 2006
Posts: 44

Original Poster
Rep: Reputation: 15
guys i know this is a really simple problem i just need someone to have a look for me
 
Old 03-08-2006, 09:56 AM   #3
wisdom
Member
 
Registered: Feb 2004
Distribution: Fedora 9
Posts: 226

Rep: Reputation: 31
try /bin/make or /sbin/make
 
Old 03-08-2006, 09:56 AM   #4
wisdom
Member
 
Registered: Feb 2004
Distribution: Fedora 9
Posts: 226

Rep: Reputation: 31
try /bin/make or /sbin/make
 
Old 03-08-2006, 09:59 AM   #5
linux-idiot
Member
 
Registered: Mar 2006
Distribution: Mandriva Linux 2006
Posts: 44

Original Poster
Rep: Reputation: 15
[laptop@linuxbox httpd-2.0.55]$ /bin/make
bash: /bin/make: No such file or directory
[laptop@linuxbox httpd-2.0.55]$ /sbin/make
bash: /sbin/make: No such file or directory


thanks for your reply mate.. still nothing tho
 
Old 03-08-2006, 10:10 AM   #6
linux-idiot
Member
 
Registered: Mar 2006
Distribution: Mandriva Linux 2006
Posts: 44

Original Poster
Rep: Reputation: 15
anyone got any more ideas?
 
Old 03-08-2006, 03:25 PM   #7
linux-idiot
Member
 
Registered: Mar 2006
Distribution: Mandriva Linux 2006
Posts: 44

Original Poster
Rep: Reputation: 15
anyone?... please?
 
Old 03-08-2006, 04:25 PM   #8
reddazz
LQ Guru
 
Registered: Nov 2003
Location: N. E. England
Distribution: Fedora, CentOS, Debian
Posts: 16,298

Rep: Reputation: 77
If make is missing, then install it using the software module in the Mandriva Control Center.
 
Old 03-08-2006, 04:34 PM   #9
tomdkat
Member
 
Registered: May 2003
Location: S.F. Bay Area
Distribution: Ubuntu 9.04 AMD64
Posts: 595

Rep: Reputation: 30
If make isn't there, chances are the development environment for your distro isn't there. So, install the development environment first and then try to build Apache. What distro are you using?

In the meantime, aren't there Apache binaries you can download and install?

Peace...
 
Old 03-08-2006, 05:32 PM   #10
linux-idiot
Member
 
Registered: Mar 2006
Distribution: Mandriva Linux 2006
Posts: 44

Original Poster
Rep: Reputation: 15
cheers guys, im running mandriva linux 2006, i was kinda confused if MAKE a program in the OS than puts together the code or just a command inside the code to make itself.. if that makes any sense...


anyway i'll have a look around the system tomorrow and see what i can find

thanks guys
 
Old 03-08-2006, 05:37 PM   #11
tomdkat
Member
 
Registered: May 2003
Location: S.F. Bay Area
Distribution: Ubuntu 9.04 AMD64
Posts: 595

Rep: Reputation: 30
Quote:
Originally Posted by linux-idiot
cheers guys, im running mandriva linux 2006, i was kinda confused if MAKE a program in the OS than puts together the code or just a command inside the code to make itself.. if that makes any sense...
make is a tool used to help ease building large programs. It will figure out what needs to be compiled and compile only that. It can do other stuff too, based on rules written in a makefile.

The configure script will build the makefile, which will tell make how to 'make', or build, the program.

So, if you don't have make installed chances are you don't have gcc and the other development tools installed. I'm just guessing, though.

Peace...
 
Old 03-08-2006, 05:40 PM   #12
linux-idiot
Member
 
Registered: Mar 2006
Distribution: Mandriva Linux 2006
Posts: 44

Original Poster
Rep: Reputation: 15
yea i didnt have gcc at first.. but i realised i needed that for ./configure so i installed it

i found a make-*.*.tar.gz in the rpmdrake so i'm installing that now along with some other development files i found

cheers for your help, i'll pick this stuff up soon, might take 10 goes but it will get into my head sooner or later :P
 
Old 03-08-2006, 05:43 PM   #13
tomdkat
Member
 
Registered: May 2003
Location: S.F. Bay Area
Distribution: Ubuntu 9.04 AMD64
Posts: 595

Rep: Reputation: 30
Quote:
Originally Posted by linux-idiot
i found a make-*.*.tar.gz in the rpmdrake so i'm installing that now along with some other development files i found
Make sure you get binutils, which will include the linker, assembler, and other tools, so you can link the Apache executable you will "make".

Peace...
 
Old 03-08-2006, 05:45 PM   #14
linux-idiot
Member
 
Registered: Mar 2006
Distribution: Mandriva Linux 2006
Posts: 44

Original Poster
Rep: Reputation: 15
Quote:
Originally Posted by tomdkat
Make sure you get binutils, which will include the linker, assembler, and other tools, so you can link the Apache executable you will "make".

Peace...

ok will do.. cheers once again
 
Old 03-08-2006, 05:51 PM   #15
linux-idiot
Member
 
Registered: Mar 2006
Distribution: Mandriva Linux 2006
Posts: 44

Original Poster
Rep: Reputation: 15
ok its now up and running perfectly.. thanks alot guys!
 
  


Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search

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
apache2 and php_apache2.. installation issues. SocialEngineer Slackware 7 12-25-2004 11:39 PM
10.1 installation/Apache2 issues gstark Mandriva 0 09-27-2004 05:33 PM
how to uninstall apache2 which is installed by emerge apache2 flybirdlong Linux - Software 1 07-17-2004 12:46 PM
Need to remove Apache 1.3 default installation under Mandrake 8.1 so Apache2 can run RIOMX Linux - Software 6 12-13-2003 09:43 AM
old apache2 problem oleunam Linux - General 2 10-22-2003 09:23 PM

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

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