LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   Installing Old Version of Apache2 (https://www.linuxquestions.org/questions/linux-newbie-8/installing-old-version-of-apache2-928117/)

roman143 02-07-2012 10:27 AM

Installing Old Version of Apache2
 
Hello,

I am windows guy and manage the VMWare Infrastructure(since it is GUI) so my linux knowledge is zero. So please do not mind if i am asking some very basic question

I need to install Apache2.2.21 on CentOS 5.7 with MySQL 5.0.77 (As it is requirement of our PHP Programmers for some project, Dont know why they want specifically this version)

I tried installing Apache-2.2.21. I keep getting error

make[2]: Entering directory '/root/httpd-2.2.21/srclib/pcre'
Makefile:7: /build/ltlib.mk: No such file or directory
make[2]: ***No rule to make target '/build/ltlib.mk'. Stop.
make[2]: Leaving directory '/root/httpd-2.2.21/srclib/pcre'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory '/root/httpd-2.2.21/srclib'
make: ***[all-recursive] Error 1

I am not really sure what is going wrong here, I have installed the openssl, srclib but i am still getting this error. Can anyone help please ?

bathory 02-07-2012 11:10 AM

Hi and welcome to LQ,

You should post the ./configure options you've used in order to build apache.
Also openssl is installed in your system. All you need to do is to install its development libraries. For this you can run:
Code:

yum install openssl-devel
BTW since you're trying to compile apache from source, try httpd-2.2.22 that fixes some bugs of 2.2.21

Regards


All times are GMT -5. The time now is 04:48 AM.