logo
Apache Lounge
Webmasters

 

About Forum Index Downloads Search Register Log in RSS X


Keep Server Online

If you find the Apache Lounge, the downloads and overall help useful, please express your satisfaction with a donation.

or

Bitcoin

A donation makes a contribution towards the costs, the time and effort that's going in this site and building.

Thank You! Steffen

Your donations will help to keep this site alive and well, and continuing building binaries. Apache Lounge is not sponsored.
Post new topic   Forum Index -> Apache View previous topic :: View next topic
Reply to topic   Topic: Problems compiling mod-ssl
Author
thepurpleblob



Joined: 24 Jan 2007
Posts: 2

PostPosted: Wed 24 Jan '07 17:16    Post subject: Problems compiling mod-ssl Reply with quote

I've been trying to add mod-ssl to my apache2 (2.2.4) install and have been having problems with the configure stage.

I am compiling everything from source. I compiled openssl from source using the defaults, so it is located at /usr/local/ssl. I then tried building apache2 adding the option --enable-ssl. However, the configure bombs complaining it could not find the headers for ssl. I can't see any provision for including the path to openssl.

What am I doing wrong?? Any help appreciated.
Back to top
thepurpleblob



Joined: 24 Jan 2007
Posts: 2

PostPosted: Wed 24 Jan '07 17:26    Post subject: Reply with quote

...of course 2 seconds after posting Embarassed

--enable-ssl --with-ssl=/usr/local/ssl

...would it be unreasonable to suggest that apache documentation is not the easiest?
Back to top
James Blond
Moderator


Joined: 19 Jan 2006
Posts: 7294
Location: Germany, Next to Hamburg

PostPosted: Thu 25 Jan '07 11:09    Post subject: Reply with quote

Yes, the docs for httpd are not made for newbies.
Back to top


Reply to topic   Topic: Problems compiling mod-ssl View previous topic :: View next topic
Post new topic   Forum Index -> Apache