Return-Path: X-Original-To: apmail-httpd-dev-archive@www.apache.org Delivered-To: apmail-httpd-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id F3C0018D3D for ; Tue, 28 Apr 2015 12:05:53 +0000 (UTC) Received: (qmail 8867 invoked by uid 500); 28 Apr 2015 12:05:53 -0000 Delivered-To: apmail-httpd-dev-archive@httpd.apache.org Received: (qmail 8785 invoked by uid 500); 28 Apr 2015 12:05:53 -0000 Mailing-List: contact dev-help@httpd.apache.org; run by ezmlm Precedence: bulk Reply-To: dev@httpd.apache.org list-help: list-unsubscribe: List-Post: List-Id: Delivered-To: mailing list dev@httpd.apache.org Received: (qmail 8775 invoked by uid 99); 28 Apr 2015 12:05:53 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 28 Apr 2015 12:05:53 +0000 X-ASF-Spam-Status: No, hits=-0.0 required=5.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: message received from 54.164.171.186 which is an MX secondary for dev@httpd.apache.org) Received: from [54.164.171.186] (HELO mx1-us-east.apache.org) (54.164.171.186) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 28 Apr 2015 12:05:46 +0000 Received: from mail-wi0-f173.google.com (mail-wi0-f173.google.com [209.85.212.173]) by mx1-us-east.apache.org (ASF Mail Server at mx1-us-east.apache.org) with ESMTPS id 6804642AB9 for ; Tue, 28 Apr 2015 12:05:26 +0000 (UTC) Received: by wizk4 with SMTP id k4so137476854wiz.1 for ; Tue, 28 Apr 2015 05:05:25 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :content-type; bh=RucKeM4m3B3itthhsEcUSJFP57JVdeJNCC1T7Hs7Qmw=; b=b1t3nNp9WIcIrHUT0ukF1BhD57elqEBWdarehKCBU1XibyubyUUROi2T3SvLDAdVU/ HPI35hp/eNkMMoUTBd3Lknihtk7+SyxSztRVyB5ihaChDCegL0Uj7ZE17Np93f1ROdDB 40ky1zN1M1u2/6n4d8v97I+Jz/1/NlsY9WnCjggsofz+PDJNyJY8PCXdSu5HMlIc8JfC 6AVKYd0LZJAOkytjoTGknynIqFmQ3/1KfRF2eLHqWQyGbtbFvdbDwRyJh1ZgWtgt3M/Q GQZWHsizUJ3bFQNBdrX7+04uL/dsZcMPvwpfbEMHUXQ1GhnX/1yy6ouoYcIGEo8oYHqw SlBw== X-Received: by 10.180.96.227 with SMTP id dv3mr29674710wib.53.1430222725607; Tue, 28 Apr 2015 05:05:25 -0700 (PDT) MIME-Version: 1.0 Received: by 10.28.62.81 with HTTP; Tue, 28 Apr 2015 05:04:44 -0700 (PDT) In-Reply-To: References: From: Tom Browder Date: Tue, 28 Apr 2015 07:04:44 -0500 Message-ID: Subject: Re: OpenSSL 1.02, PCRE 2.10 To: "dev@httpd.apache.org" Content-Type: text/plain; charset=UTF-8 X-Virus-Checked: Checked by ClamAV on apache.org On Tue, Apr 28, 2015 at 6:45 AM, Eric Covener wrote: > On Tue, Apr 28, 2015 at 7:36 AM, Tom Browder 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