Link to home
Start Free TrialLog in
Avatar of jayatallen
jayatallen

asked on

building apache and make command is not working

Hi Folks,

I'm trying to complied / Installed apache 2.2.x for linux 64 bit.
$uname -a
2.6.18-194.3.1.el5 #1 SMP Sun May 2 04:17:42 EDT 2010 x86_64 x86_64 x86_64 GNU/Linux

After running ./configure command i see below error:
checking openssl/ssl.h presence... no
checking for openssl/ssl.h... no
no OpenSSL headers found
checking for SSL-C version... checking sslc.h usability... no
checking sslc.h presence... no
checking for sslc.h... no
no SSL-C headers found
configure: error: ...No recognized SSL/TLS toolkit detected

and when i type make
# make
make: *** No targets specified and no makefile found.  Stop.

Then i checked if i have openssl installed, so
# rpm -qa | grep -i ssl
openssl-0.9.8e-12.el5_4.6.x86_64
openssl-0.9.8e-12.el5_4.6.i686

# which make
/usr/bin/make

Could you guys please help what could be the issue?

Thank you
ASKER CERTIFIED SOLUTION
Avatar of farzanj
farzanj
Flag of Canada image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
RHEL 5 or CentOS have apache 2.2x in the repository.

As root,
# yum install httpd

It will download and install all the dependencies for you.
SOLUTION
Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of jayatallen
jayatallen

ASKER

thank you guys for your prompt respond.
I spoke with SA and they are not willing to do this. They are asking us to go with their apache build.
Anyhow,we have to go with Build. But i learned something.

Thank you once again.
SOLUTION
Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial