Results 1 to 3 of 3
good, I am new in this world of the linux and I tried to install Apache2 on linux suse 9 via command using this code:
tar -zxf httpd-2.0.50-i686-pc-linux-gnu.tar.gz
httpd-2.0.50
cd ...
- 04-26-2005 #1Just Joined!
- Join Date
- Apr 2005
- Posts
- 1
problem apache2 on linux suse9!!!
good, I am new in this world of the linux and I tried to install Apache2 on linux suse 9 via command using this code:
tar -zxf httpd-2.0.50-i686-pc-linux-gnu.tar.gz
httpd-2.0.50
cd httpd-2.0.50
./configure
make
make install
cd /usr/local/apache2/bin
/usr/local/apache2/bin/apachectl start
but, it doesn't work....
for screen it shows the following error:
-bash: not: command not found
help me please !!!
- 04-27-2005 #2Just Joined!
- Join Date
- Apr 2005
- Posts
- 40
When you install apache server, apachectl file usually resides in sbin directory not bin, there can be problem... And when you want to install some software from source first you should read help "configure --help" especially for soft like apache, there are many options you have to set up before you install it.
- 04-27-2005 #3Linux Enthusiast
- Join Date
- Feb 2005
- Location
- SE, Stockholm
- Posts
- 512
First of all, why do you need to compile your own set of Apache server?
Which version of the Suse 9.x are you running on?
The reason why I ask is just due to the fact, SuSE is distributed with pre-compiled Apache with "almost" all features/modules that you might need. If it is due to optimization, then yuo need to read the documentation really carefully, since it is quite a lot of parameters into "configure" command that you need to apply.


Reply With Quote
