From owner-freebsd-stable@FreeBSD.ORG Tue Jun 13 21:53:10 2006 Return-Path: X-Original-To: freebsd-stable@freebsd.org Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9C36416A474 for ; Tue, 13 Jun 2006 21:53:10 +0000 (UTC) (envelope-from lars.stokholm@gmail.com) Received: from swip.net (mailfe07.swip.net [212.247.154.193]) by mx1.FreeBSD.org (Postfix) with ESMTP id EC47C43D48 for ; Tue, 13 Jun 2006 21:53:09 +0000 (GMT) (envelope-from lars.stokholm@gmail.com) X-T2-Posting-ID: 9iPhFtIdjF/XCTJP1lt76w== X-Cloudmark-Score: 0.000000 [] Received: from [83.73.93.123] ([83.73.93.123] verified) by mailfe07.swip.net (CommuniGate Pro SMTP 5.0.8) with ESMTP id 214888500 for freebsd-stable@freebsd.org; Tue, 13 Jun 2006 23:53:07 +0200 Message-ID: <448F33C3.3000206@gmail.com> Date: Tue, 13 Jun 2006 23:53:07 +0200 From: Lars Stokholm User-Agent: Thunderbird 1.5.0.4 (X11/20060605) MIME-Version: 1.0 To: freebsd-stable@freebsd.org Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: Some change in openssl/crypto has broken libtorrent configure X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 13 Jun 2006 21:53:10 -0000 ...I think. I have two boxes, with relatively fresh installations of 6.1-RELEASE, upgraded to 6-STABLE by-the-book (/usr/src/Makefile). Before I upgraded, I had no problems installing libtorrent from ports, but after the upgrade, the configure script fails. It's the same behavior on both machines. It fails right after checking for openssl: ... checking for openssl... gnome-config: not found gnome-config: not found configure: error: Could not find openssl's crypto library exit: Illegal number: try exit: Illegal number: try (crash, no error) So I downloaded the source code http://libtorrent.rakshasa.no/downloads/libtorrent-0.8.5.tar.gz tried to run configure with an argument: ./configure --without-openssl and it completed successfully. (Without that argument, it didn't.) I'm sort of new to UNIX, new to FreeBSD and new to STABLE, so I don't really know where to turn with this. I thought someone in here perhaps knew about a change in openssl/crypto in STABLE that might cause this. - or could guide me a step further in having this problem solved. :) I'm not a coder btw. Kind regards, Lars