From owner-freebsd-multimedia@FreeBSD.ORG Wed Oct 30 04:11:59 2013 Return-Path: Delivered-To: multimedia@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 5AB5553B for ; Wed, 30 Oct 2013 04:11:59 +0000 (UTC) (envelope-from kob6558@gmail.com) Received: from mail-pd0-x236.google.com (mail-pd0-x236.google.com [IPv6:2607:f8b0:400e:c02::236]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 331712103 for ; Wed, 30 Oct 2013 04:11:59 +0000 (UTC) Received: by mail-pd0-f182.google.com with SMTP id q10so389347pdj.13 for ; Tue, 29 Oct 2013 21:11:58 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:date:message-id:subject :from:to:cc:content-type; bh=RaN6N/rXQilhRKKw8FJA1xbEhBvzrCGJCypnQCv68Nk=; b=MgIMMnI4LW7/EQTdYVORlPpIQr6Ph09/38zw+r/GKzazn6hi4ZOS1yer6lgbSM5gBe cB2M8PxFfseZ4guDpcEPDZW7lfMnBx2TVh83AlrwiW88dNUDcOOKTmN4C/mr46CfnEY3 rq4zf2OqPDaaBPKADkqekGxCeL2YWQv6J0+HFduHa7MS8+iX6+bSFU3dFdMCtyMZm6EB EuXomI0tA9fBFrGDthrg/paGHwymCNxrGfjn2lLqFrx9uIy93Gf1OCOHZtswNZ1I4+64 1sHs6Xute6fnlC66yXnuTxvEQJRg3fPE2Rr4Om7D512IDtpxgEB5tCJp2elbvlYYMui6 qvVA== MIME-Version: 1.0 X-Received: by 10.68.113.130 with SMTP id iy2mr3165657pbb.2.1383106318857; Tue, 29 Oct 2013 21:11:58 -0700 (PDT) Sender: kob6558@gmail.com Received: by 10.67.23.101 with HTTP; Tue, 29 Oct 2013 21:11:58 -0700 (PDT) In-Reply-To: References: Date: Tue, 29 Oct 2013 21:11:58 -0700 X-Google-Sender-Auth: 2CN0hUqaGvUI6W8FmBiBrPCzmQw Message-ID: Subject: Re: vlc-2.1.0.4 fails with libssh2 enabled From: Kevin Oberman To: William Grzybowski Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.14 Cc: multimedia@freebsd.org X-BeenThere: freebsd-multimedia@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Multimedia discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 30 Oct 2013 04:11:59 -0000 On Mon, Oct 28, 2013 at 11:58 AM, William Grzybowski wrote: > On Mon, Oct 28, 2013 at 4:33 PM, William Grzybowski > wrote: > > On Mon, Oct 28, 2013 at 4:23 PM, Kevin Oberman > wrote: > >> On Mon, Oct 28, 2013 at 9:56 AM, William Grzybowski < > william88@gmail.com> > >> wrote: > >>> > >>> It looks like it is an openssl problem. > >>> Have you tried installing the openssl package from ports? > >>> > >> William, > >> > >> Thanks for the very quick response! > >> > >> I had not, but I just gave it a try and it allows vlc to configure, > build, > >> and run. But this is not the right solution. Makefile does not have a > direct > >> dependency on openssl at all, only libgcrypt and libssh2. Since both are > >> happy with the base openssl, vlc should build just fine! > > > > Obviously! I never said it was :) > > Just to be clear here. It is an issue with libssh2, vlc has no control > over openssl libraries. > > $ cat /usr/local/libdata/pkgconfig/libssh2.pc|grep ssl > Requires.private: libssl,libcrypto > > So security/libssh2 should be fixed to use the correct openssl > libraries, if thats the case. > > Ahh. Now I understand. I'll admit that I have never really paid much attention to pkgconf and the .pc files. Thanks for the time and the education. -- R. Kevin Oberman, Network Engineer E-mail: rkoberman@gmail.com