The DNS Guys |
Anycast DNS 25 Nameservers Worldwide |
DNS Failover Host Monitoring & Auto Rollback |
Outbound SMTP Smart Relay, SASL |
| Subversion Hosting OpenID Servers & XMPP |
DNSSEC TSIG & Secondary DNS |
easyRoute53 Amazon Route53 GUI |
![]() ![]() |
Jul 11 2006, 07:21 AM
Post
#1
|
|
|
Whats this Lie-nix Thing? ![]() Group: Members Posts: 2 Joined: 11-July 06 Member No.: 6,736 |
Hi all,
Iv been working on a linux server lately. Iv managed to get apache, mysql and php installed. However the next step was to set up SSL on apache. Ok so i do what iv read everywhere about enabling SSL, run the config: ./configure --prefix=/usr/local/apache2 --enable-rewrite=shared --enable-shared=max --enable-module=so --enable-ssl And this is what happens: checking whether to enable mod_ssl... checking dependencies checking for SSL/TLS toolkit base... none checking for OpenSSL version... checking openssl/opensslv.h usability... no checking openssl/opensslv.h presence... no checking for openssl/opensslv.h... no checking openssl/ssl.h usability... no 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 OpenSSL is installed, and my boss needs this sorted out, any ideas? Thanks |
|
|
|
Jul 12 2006, 04:55 PM
Post
#2
|
|
![]() Its GNU/Linuxhelp.net ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Support Specialist Posts: 1,284 Joined: 14-November 04 From: Southampton, Hampshire Member No.: 4,165 |
Make sure that the OpenSSL-devel package is installed - Apache needs the header files in order to build the SSL module.
D -------------------- |
|
|
|
Jul 13 2006, 04:51 AM
Post
#3
|
|
|
Whats this Lie-nix Thing? ![]() Group: Members Posts: 2 Joined: 11-July 06 Member No.: 6,736 |
Make sure that the OpenSSL-devel package is installed - Apache needs the header files in order to build the SSL module. D OpenSSL-devel package..... The openSSL website has a list of packages. None of which say "devel". How do i find out if it does have this package on it? Also, if not where do i find it? |
|
|
|
Jul 14 2006, 12:26 PM
Post
#4
|
|
![]() Its GNU/Linuxhelp.net ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Support Specialist Posts: 1,284 Joined: 14-November 04 From: Southampton, Hampshire Member No.: 4,165 |
Which distribution are you using? Most distributors package applications as the binary version, and (if it has any libraries) a devel version. Failing that, you probably just need to tell configure where to look for the OpenSSL source code - Try typing "./configure --help" to see the list of arguments which configure will accept.
D -------------------- |
|
|
|
Jul 17 2006, 03:21 PM
Post
#5
|
|
|
Whats this Lie-nix Thing? ![]() Group: Members Posts: 2 Joined: 17-July 06 Member No.: 6,785 |
I am having exactly this same problem.
I have Debian sarge with kernel 2.6.8-16sarge1 OpenSSL 0.9.7e-3sarge1 apache 2.2.2 Like the other user, I have used the --enable-ssl option, but got the same error message. help! What do I need to do? |
|
|
|
Jul 17 2006, 03:56 PM
Post
#6
|
|
|
Whats this Lie-nix Thing? ![]() Group: Members Posts: 2 Joined: 17-July 06 Member No.: 6,785 |
I found the answer. You need to do this:
apt-get install openssl libssl-dev |
|
|
|
Mar 21 2012, 08:31 AM
Post
#7
|
|
|
Whats this Lie-nix Thing? ![]() Group: Members Posts: 1 Joined: 21-March 12 Member No.: 17,498 |
I found the answer. You need to do this: apt-get install openssl libssl-dev Thank you so much! I was looking forever for this. I even tried searching for the header file with apt-file search and was unable to find the libssl-dev package. This solved a HUGE headache for a linux newb like myself =D |
|
|
|
![]() ![]() |
|
Lo-Fi Version | Time is now: 19th June 2013 - 10:48 AM |