From owner-freebsd-apache@freebsd.org Mon Mar 26 17:09:37 2018 Return-Path: Delivered-To: freebsd-apache@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 7EDAAF56AC8 for ; Mon, 26 Mar 2018 17:09:37 +0000 (UTC) (envelope-from marquis@roble.com) Received: from mx5.roble.com (mx5.roble.com [209.237.23.5]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mx5.roble.com", Issuer "mx5.roble.com" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 1B07187D7D for ; Mon, 26 Mar 2018 17:09:36 +0000 (UTC) (envelope-from marquis@roble.com) Received: from roble.com (roble.com [209.237.23.50]) by mx5.roble.com (Postfix) with ESMTP id E66635FB48 for ; Mon, 26 Mar 2018 10:09:35 -0700 (PDT) Date: Mon, 26 Mar 2018 10:09:35 -0700 (PDT) From: Roger Marquis To: freebsd-apache@freebsd.org Subject: Re: Apache HTTP Server 2.4.33 Released, with libressl compatibility? In-Reply-To: Message-ID: References: MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII; format=flowed X-BeenThere: freebsd-apache@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: Support of apache-related ports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 26 Mar 2018 17:09:37 -0000 > Anyone know if a libressl patch is in the works, or have a patch to not > build ab? Please disregard this build error. "cd www/apache24&&make" did complete successfully after (a successful) libressl update. Roger > > ... > > --- ab --- > > /usr/local/share/apr/build-1/libtool --silent --mode=link cc -O2 -pipe > -I/usr/local/include -DLIBICONV_PLUG > > -fstack-protector -fno-strict-aliasing -L/usr/local/lib/db5 -L/usr/lib > -L/usr/local/lib -Wl,-rpath,/usr/local/lib > > -fstack-protector -o ab ab.lo -L/usr/local/lib -R/usr/local/lib > -laprutil-1 -ldb-5.3 -lexpat -L/usr/local/lib > > -R/usr/local/lib -lapr-1 -lcrypt -lpthread -lm -L/usr/local/lib -lssl > -lcrypto -lcrypt -lpthread > > ab.o: In function `main': > > ab.c:(.text+0x442): undefined reference to `TLS_client_method' > > ab.c:(.text+0xbe6): undefined reference to `SSL_CTX_set_max_proto_version' > > ab.c:(.text+0xbf6): undefined reference to `SSL_CTX_set_min_proto_version' > > cc: error: linker command failed with exit code 1 (use -v to see > invocation) > > *** [ab] Error code 1 > > > > make[4]: stopped in /usr/ports/www/apache24/work/httpd-2.4.33/support > > 1 error