From owner-freebsd-questions@FreeBSD.ORG Mon Apr 1 16:47:26 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 1028F332 for ; Mon, 1 Apr 2013 16:47:26 +0000 (UTC) (envelope-from j.ballantine@gmail.com) Received: from mail-pa0-f49.google.com (mail-pa0-f49.google.com [209.85.220.49]) by mx1.freebsd.org (Postfix) with ESMTP id E3CDA24A for ; Mon, 1 Apr 2013 16:47:25 +0000 (UTC) Received: by mail-pa0-f49.google.com with SMTP id kp14so1390971pab.22 for ; Mon, 01 Apr 2013 09:47:19 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:x-received:in-reply-to:references:date:message-id :subject:from:to:cc:content-type; bh=rles3/LRRh89/AyIo1yrmlwH/zfZd69+4+pX50FGdoc=; b=hhk8Q9PnWViZWcJeBILC7Kc8NRdiD1AeYsJWaE4bcMiIhBdeJ+7dZ3Sw3s+gX+mHnn UXHdFVaygMCwu9ZiTR/OV2aNuYh+yCLaEHpNqolP1jvSpmUYhLz1koEchFRY+4nypUGo v0de/LP9tXXI9ZELUXX1CFXk/MmDxWmiPenDQ860ZNSfvuUcZaQn6Yme/m/JJEIc269D OrXuyxdr9bBZlUKxoj9CuIRV4MZh4+m1NSlfSIQMa+j1he+xVQa/24lnr1fWg8L7noYC lv/i24BB8xoAz+98w8QaGPS3PUArqf6cEJsmvqIHg/Yke/PVrpvGkkiRjyy4UBuIEDID 5hbA== MIME-Version: 1.0 X-Received: by 10.66.102.98 with SMTP id fn2mr19505609pab.192.1364834839633; Mon, 01 Apr 2013 09:47:19 -0700 (PDT) Received: by 10.70.3.131 with HTTP; Mon, 1 Apr 2013 09:47:19 -0700 (PDT) In-Reply-To: <5159A616.30701@gmail.com> References: <5159A616.30701@gmail.com> Date: Mon, 1 Apr 2013 12:47:19 -0400 Message-ID: Subject: Re: Enlightenment, libcurl undefined references to SLL_CTX_set_srp_password/username From: Jim Ballantine To: Volodymyr Kostyrko Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.14 Cc: freebsd-questions@freebsd.org 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 16:47:26 -0000 I believe I'm running it correctly, when I enter pkg_libchk -vr enlightenment it prints nothing. Jim On Mon, Apr 1, 2013 at 11:21 AM, Volodymyr Kostyrko wrote: > 2013-04-01 17:00, Jim Ballantine wrote: > >> 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' >> > > You can further debug the issue by installing sysutils/bsdadminscripts and > providing output of pkg_libchk. > > -- > Sphinx of black quartz, judge my vow. >