From owner-freebsd-questions@FreeBSD.ORG Thu Nov 25 19:50:23 2010 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 879CD106566C for ; Thu, 25 Nov 2010 19:50:23 +0000 (UTC) (envelope-from freebsd-questions@herveybayaustralia.com.au) Received: from mail.unitedinsong.com.au (mail.unitedinsong.com.au [150.101.178.33]) by mx1.freebsd.org (Postfix) with ESMTP id 3D4858FC16 for ; Thu, 25 Nov 2010 19:50:22 +0000 (UTC) Received: from laptop1.herveybayaustralia.com.au (laptop1.herveybayaustralia.com.au [192.168.0.200]) by mail.unitedinsong.com.au (Postfix) with ESMTP id DC0DD5C44 for ; Fri, 26 Nov 2010 05:55:06 +1000 (EST) Message-ID: <4CEEBD14.1020900@herveybayaustralia.com.au> Date: Fri, 26 Nov 2010 05:46:28 +1000 From: Da Rock User-Agent: Mozilla/5.0 (X11; U; FreeBSD amd64; en-US; rv:1.9.1.15) Gecko/20101119 Thunderbird/3.0.10 ThunderBrowse/3.3.2 MIME-Version: 1.0 To: freebsd-questions@freebsd.org References: In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: pwlib broken again X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 25 Nov 2010 19:50:23 -0000 On 11/26/10 04:17, Marco Beishuizen wrote: > After trying to upgrade my ports, pwlib seems broken again: > > ... > ../../ptclib/pssl.cxx: In constructor 'PSSLContext::PSSLContext(const > void*, PINDEX)': > ../../ptclib/pssl.cxx:917: error: invalid conversion from 'const > SSL_METHOD*' to 'SSL_METHOD*' > gmake[3]: *** > [/usr/ports/devel/pwlib/work/ptlib_v1_12_0/lib/obj_d/pssl.o] Error 1 > gmake[3]: Leaving directory > `/usr/ports/devel/pwlib/work/ptlib_v1_12_0/src/ptlib/unix' > gmake[2]: *** [debug] Error 2 > gmake[2]: Leaving directory `/usr/ports/devel/pwlib/work/ptlib_v1_12_0' > gmake[1]: *** [libs] Error 2 > gmake[1]: Leaving directory `/usr/ports/devel/pwlib/work/ptlib_v1_12_0' > gmake: *** [debuglibs] Error 2 > ... > > I've had this problem before and is caused when OpenSSL from ports is > installed. Problem is that the openssl version from ports is needed by > a lot of ports and cannot be deinstalled without breaking other ports. > > Hope there is some other solution for this. > > Regards, > Marco > Perhaps try using WITH_OPENSSL_BASE=YES in make.conf? You would probably have to rebuild other ports as well, but I'm sure someone else here could confirm that. HTH