From owner-freebsd-questions@FreeBSD.ORG Sat Sep 6 18:50:42 2014 Return-Path: Delivered-To: freebsd-questions@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 ESMTPS id 7F389BEA for ; Sat, 6 Sep 2014 18:50:42 +0000 (UTC) Received: from nightmare.dreamchaser.org (nightmare.dreamchaser.org [12.32.44.142]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 4C1181889 for ; Sat, 6 Sep 2014 18:50:41 +0000 (UTC) Received: from breakaway.dreamchaser.org (breakaway.dreamchaser.org. [12.32.36.73]) by nightmare.dreamchaser.org (8.13.6/8.13.6) with ESMTP id s86IoXga050575 for ; Sat, 6 Sep 2014 12:50:33 -0600 (MDT) (envelope-from freebsd@dreamchaser.org) Message-ID: <540B5779.9020706@dreamchaser.org> Date: Sat, 06 Sep 2014 12:50:33 -0600 From: Gary Aitken Reply-To: freebsd@dreamchaser.org User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:31.0) Gecko/20100101 Thunderbird/31.0 MIME-Version: 1.0 To: FreeBSD Mailing List Subject: missing lipmp3lame with openshot Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-2.0.2 (nightmare.dreamchaser.org [12.32.36.65]); Sat, 06 Sep 2014 12:50:33 -0600 (MDT) X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 06 Sep 2014 18:50:42 -0000 I'm trying out openshot to learn something about video editing. When I go to export, it claims: "The following codec(s) are missing from your system: libmp3lame" The openshot executable is statically linked, and there is a libmp3lame.a in /usr/local/lib, as a result of installing multimedia/gstreamer-ffmpeg, I think. Anyhoo, it's not clear to me exactly what the problem is, or how to go about finding out. I presume it is trying to dynamically load the library, or trapping an unresolved reference. I'm pretty rusty on ar and ld, so any hints would be appreciated. Gary