Date: Sat, 06 Sep 2014 18:04:37 -0400 From: Michael Powell <nightrecon@hotmail.com> To: freebsd-questions@freebsd.org Subject: Re: missing lipmp3lame with openshot Message-ID: <lug0dm$u37$1@ger.gmane.org> References: <540B5779.9020706@dreamchaser.org>
next in thread | previous in thread | raw e-mail | index | archive | help
Gary Aitken wrote: > 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 Note the dependency for lame-3.99.5_1 in the list below: http://www.freebsd.org/cgi/ports.cgi?query=openshot&stype=all&sektion=all Below shows some pertinent info: http://svnweb.freebsd.org/ports/head/audio/lame/pkg-plist?revision=354227&view=markup Looks like you need to install lame: http://www.freebsd.org/cgi/ports.cgi?query=^lame-3.99.5_1&stype=name You can also look at the binary by cd /path/to and ldd whateverbinary. This will tell you what libs it was built against. -Mike
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?lug0dm$u37$1>