From mboxrd@z Thu Jan 1 00:00:00 1970 Return-path: Received: from plane.gmane.org ([80.91.229.3]) by metis.ext.pengutronix.de with esmtp (Exim 4.72) (envelope-from ) id 1TyjQg-0005ql-QI for ptxdist@pengutronix.de; Fri, 25 Jan 2013 14:34:52 +0100 Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1TyjQu-0007xt-Ok for ptxdist@pengutronix.de; Fri, 25 Jan 2013 14:35:04 +0100 Received: from 212.185.85.218 ([212.185.85.218]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 25 Jan 2013 14:35:04 +0100 Received: from markus.mehlan by 212.185.85.218 with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 25 Jan 2013 14:35:04 +0100 From: Markus Mehlan Date: Fri, 25 Jan 2013 13:29:36 +0000 (UTC) Message-ID: Mime-Version: 1.0 Subject: [ptxdist] build error ssmtp-2.64 with ptxdist-2012.12.0 Reply-To: ptxdist@pengutronix.de List-Id: PTXdist Development Mailing List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: ptxdist-bounces@pengutronix.de Errors-To: ptxdist-bounces@pengutronix.de To: ptxdist@pengutronix.de Hi, I get a build error, when i build ssmtp with ssl-support. I am using ptxdist-2012.12.0. /home/meh/projects/pvcontrol/ptxdist/PVCONTROL-ptxdist/platform-mini2440/ sysroot-target/usr/lib/libcrypto.so.1.0.0: could not read symbols: Invalid operation collect2: error: ld returned 1 exit status make[1]: Leaving directory `/home/meh/projects/pvcontrol/ptxdist/PVCONTROL-ptxdist/platform-mini2440/ build-target/ssmtp-2.64' This patch resolves the problem. diff -Naur ssmtp-2.64.orig/configure ssmtp-2.64/configure --- ssmtp-2.64.orig/configure 2013-01-24 08:03:35.260594453 +0100 +++ ssmtp-2.64/configure 2013-01-25 14:09:52.860939049 +0100 @@ -1562,7 +1562,7 @@ #define HAVE_SSL 1 EOF - LIBS="$LIBS -lssl" + LIBS="$LIBS -lssl -lcrypto" fi enableval="" Best regards, Markus -- ptxdist mailing list ptxdist@pengutronix.de