Results 1 to 5 of 5
When I try to configure apache source I get following error. Please I need to compile and install apache so anyone can help me?
# ./configure --enable-so
checking for chosen ...
- 11-18-2010 #1Just Joined!
- Join Date
- Nov 2010
- Posts
- 23
Need apache help
When I try to configure apache source I get following error. Please I need to compile and install apache so anyone can help me?
# ./configure --enable-so
checking for chosen layout... Apache
checking for working mkdir -p... yes............
Configuring Apache Portable Runtime library ...
checking for APR... reconfig
configuring package in srclib/apr now
Desktop/apache: No such file or directory
configure failed for srclib/apr
- 11-18-2010 #2
1. Why are you trying to compile apache from source? This is very uncommon for ubuntu...
2. You sure you don't wanna use apache2?
- 11-19-2010 #3Just Joined!
- Join Date
- Nov 2010
- Posts
- 23
Thanks for reply.
..I learn that way to install apache from my university. you are right Apache2 is more easy...but can I use apache2 on any linux distributions.....?
- 11-21-2010 #4
Yes, you can install apache2 on any linux distro.
Also, on an ubuntu machine, you can install apache2 with:
This installs apache2 + any dependencies.Code:sudo apt-get install apache2
- 11-21-2010 #5Just Joined!
- Join Date
- Nov 2010
- Posts
- 23
Thanks for help
anyway my first question ./configuration error occurred because I put my apache source on Desktop..
But when I put Apache source into Home/public Directory its configured properly. I don't know why is that.....anyone know please tell me.


Reply With Quote