On Tue, Apr 28, 2015 at 6:45 AM, Eric Covener <[email protected]> wrote:
> On Tue, Apr 28, 2015 at 7:36 AM, Tom Browder <[email protected]> wrote:
>> I can't get httpd to work with either of the two subject packages, and
>> I found other, similar results from a web search. Is there a
>> work-around for either or both, or do I have to drop back and punt
>> with older packages?
>
>
> AIUI PCRE2 doesn't work and it's not just a trivial port.
I understand.
> about openssl 1.02 though -- what exactly do you see?
I see this when attempting to start apache:
/usr/local/apache2/bin/httpd: symbol lookup error:
/usr/local/apache2/bin/httpd: undefined symbol: SSL_CONF_CTX_new
Maybe I need to play tricks with ld.so.conf and openssl? I have no
system installed openssl, just my locally built version (1.0.2). In
my configuration options I have:
SSLDIR=/opt/openssl
export LDFLAGS="-L${SSLDIR}/lib"
$SRCDIR/configure \
--prefix=/usr/local/apache2 \
--with-included-apr \
\
--enable-ssl \
--enable-ssl-staticlib-deps \
--enable-mods-static=ssl \
--with-ssl=${SSLDIR} \
\
--enable-mods-shared=reallyall \
--with-perl \
--with-python \
--enable-layout=Apache \
--with-pcre=/usr/local/bin/pcre-config \
--without-ldap \
--enable-session-crypto \
--with-crypto \
--with-openssl=/opt/openssl
Thanks, Eric.
Best,
-Tom