From owner-freebsd-questions@FreeBSD.ORG Mon Apr 1 14:00:53 2013 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 66D566E4 for ; Mon, 1 Apr 2013 14:00:53 +0000 (UTC) (envelope-from j.ballantine@gmail.com) Received: from mail-pd0-f170.google.com (mail-pd0-f170.google.com [209.85.192.170]) by mx1.freebsd.org (Postfix) with ESMTP id 48CFF7D1 for ; Mon, 1 Apr 2013 14:00:53 +0000 (UTC) Received: by mail-pd0-f170.google.com with SMTP id 10so818746pdi.1 for ; Mon, 01 Apr 2013 07:00:52 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:x-received:date:message-id:subject:from:to :content-type; bh=hIH7Ozabq3px1WYoX/5xj9RxfKZmPrs/+zliaEgMzqY=; b=Ugse9vmHlGxknuSAU7BAsts/5+GIV/A7vDdKfYGqSMGy+3hpqiDR1W+HL17/Gd4hDI XfZPAhM4DzjJ3JYvi6vBUVQXWmVHf6hPxPcm/kdkqat3jyI01JtQ2/Q3JCCFlJhX3sG7 +k98kOlh3JAl+YFwUKwoC/o2PMEBQ/l6NP1T4Ua2d2gZ87e1V5KrvytGDnOiiOfKz+zq 5vOAjkvi8Ke0dmu3JbAVF6A9bsmZABboFzjY5kR+NhPqvTOPRQETLLWuNi2mgGHhWULv W0t9RaC1Fk55/S5dcX61E0KHT3p6fCgU4dFPFamdCQZn5V0AJr7iVhbvgzcQffGTvLEF DGDw== MIME-Version: 1.0 X-Received: by 10.66.183.10 with SMTP id ei10mr18855956pac.39.1364824852574; Mon, 01 Apr 2013 07:00:52 -0700 (PDT) Received: by 10.70.3.131 with HTTP; Mon, 1 Apr 2013 07:00:52 -0700 (PDT) Date: Mon, 1 Apr 2013 10:00:52 -0400 Message-ID: Subject: Enlightenment, libcurl undefined references to SLL_CTX_set_srp_password/username From: Jim Ballantine To: freebsd-questions@freebsd.org Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.14 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 01 Apr 2013 14:00:53 -0000 Hi, I'm trying to re-build enlightenment and it fails with /usr/local/lib/libcurl.so.6: undefined reference to `SSL_CTX_set_srp_password' /usr/local/lib/libcurl.so.6: undefined reference to `SSL_CTX_set_srp_username' I tried rebuilding ftp/curl to rebuild libcurl, but the build still fails with the same error. The installed packages are curl-7.24.0_2 and openssl-1.0.1.8 What needs to be done to fix this problem? Thanks Jim Ballantine The full end of the build is: CCLD enlightenment_fm_op CC e_init_main.o CC e_xinerama.o CCLD enlightenment_init /usr/local/lib/libcurl.so.6: undefined reference to `SSL_CTX_set_srp_password' /usr/local/lib/libcurl.so.6: undefined reference to `SSL_CTX_set_srp_username' gmake[4]: *** [enlightenment_init] Error 1 gmake[4]: Leaving directory `/usr/ports/x11-wm/enlightenment/work/enlightenment-0.17.1/src/bin' gmake[3]: *** [all-recursive] Error 1 gmake[3]: Leaving directory `/usr/ports/x11-wm/enlightenment/work/enlightenment- 0.17.1/src/bin' gmake[2]: *** [all-recursive] Error 1 gmake[2]: Leaving directory `/usr/ports/x11-wm/enlightenment/work/enlightenment-0.17.1/src' gmake[1]: *** [all-recursive] Error 1 gmake[1]: Leaving directory `/usr/ports/x11-wm/enlightenment/work/enlightenment-0.17.1' gmake: *** [all] Error 2 *** [do-build] Error code 1 Stop in /usr/ports/x11-wm/enlightenment.