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 -> Building & Member Downloads View previous topic :: View next topic
Reply to topic   Topic: SSL not compiling into Apache-2.4.4
Author
kevenj



Joined: 03 Apr 2013
Posts: 2

PostPosted: Wed 03 Apr '13 19:39    Post subject: SSL not compiling into Apache-2.4.4 Reply with quote

Here is my config.nice
#! /bin/sh
#
# Created by configure

"./configure" \
"--prefix=/apps/httpd" \
"--enable-ssl" \
"--with-mpm=worker" \
"--with-included-apr" \

But it does not seem mod_ssl is compiled!!

./httpd -l
Compiled in modules:
core.c
mod_so.c
http_core.c
worker.c

Does anyone know what i'm doing wrong? Thanks!!
Back to top
James Blond
Moderator


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

PostPosted: Wed 03 Apr '13 19:51    Post subject: Reply with quote

If you don't specify a path or want to use the system OpenSSL you need to set --enable-ssl=shared

You may also see https://mariobrandt.de/archives/apache/compling-apache-2-4-on-ubuntu-or-debian-519/
Back to top
kevenj



Joined: 03 Apr 2013
Posts: 2

PostPosted: Wed 03 Apr '13 20:10    Post subject: Reply with quote

I see. Is this different from 2.2.22? I ask because i was just using the same config.nice i "thought" i used when i built my 2.2.22 build.

thank you for your reply!!
Back to top
James Blond
Moderator


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

PostPosted: Thu 04 Apr '13 9:59    Post subject: Reply with quote

kevenj wrote:
Is this different from 2.2.22? I ask because i was just using the same config.nice i "thought" i used when i built my 2.2.22 build.


I'm not sure. I started comspiled apache from 2.3 on Linux, before I used the distro files.
Back to top


Reply to topic   Topic: SSL not compiling into Apache-2.4.4 View previous topic :: View next topic
Post new topic   Forum Index -> Building & Member Downloads