From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:44031) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RTDXQ-00070J-Mf for qemu-devel@nongnu.org; Wed, 23 Nov 2011 09:11:01 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RTDXK-0008Br-76 for qemu-devel@nongnu.org; Wed, 23 Nov 2011 09:11:00 -0500 Received: from lo.gmane.org ([80.91.229.12]:35091) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RTDXK-0008Bl-17 for qemu-devel@nongnu.org; Wed, 23 Nov 2011 09:10:54 -0500 Received: from list by lo.gmane.org with local (Exim 4.69) (envelope-from ) id 1RTDXI-0006z2-IU for qemu-devel@nongnu.org; Wed, 23 Nov 2011 15:10:52 +0100 Received: from 93-34-207-114.ip51.fastwebnet.it ([93.34.207.114]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 23 Nov 2011 15:10:52 +0100 Received: from pbonzini by 93-34-207-114.ip51.fastwebnet.it with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 23 Nov 2011 15:10:52 +0100 From: Paolo Bonzini Date: Wed, 23 Nov 2011 15:10:38 +0100 Message-ID: References: <4ECCEDFF.1000303@googlemail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit In-Reply-To: <4ECCEDFF.1000303@googlemail.com> Subject: Re: [Qemu-devel] cannot build qemu with "--static" configure option List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org On 11/23/2011 01:58 PM, Mr Dash Four wrote: > It would indicate a missing libssl3, but the library, as far as I can > see, is there! When I try building this without the "--static" option > all is well - the build succeeds without any hitches. What could be the > problem with this, what am I missing? Perhaps you lack a static version of the library. Paolo