pdeople,
i'm trying to run Gem with ubuntu's installs, but i get an error:
/usr/lib/pd/extra/Gem.pd_linux: undefined symbol: vorbis_info_clear Gem: can't load library
has anyone seen this before? i have all the vorbis libs + headers installed. why is Gem even talking about vorbis?
thanks, jake
jake elliott wrote:
pdeople,
i'm trying to run Gem with ubuntu's installs, but i get an error:
do i read this correctly that you have installed Gem from ubuntu packages?
/usr/lib/pd/extra/Gem.pd_linux: undefined symbol: vorbis_info_clear Gem: can't load library
has anyone seen this before? i have all the vorbis libs + headers installed. why is Gem even talking about vorbis?
because ffmpeg needs vorbis, so if you compile Gem with ffmpeg support you need vorbis too.
unfortunately the ffmpeg api is changing (in the packages that debian (and thus i guess also ubuntu) is offering), which means that Gem might need to be recompiled against the version of vorbis you are using.
which version of libavcodec, libavformat, libvorbis and libvorbisenc are you using?
all in all, it seems like you have a problem with wrong package dependencies. you should file a bug to the maintainer of the ubuntu Gem packages.
mfg.asr.d IOhannes
On Sun, 20 Nov 2005, jake elliott wrote:
pdeople,
i'm trying to run Gem with ubuntu's installs, but i get an error:
/usr/lib/pd/extra/Gem.pd_linux: undefined symbol: vorbis_info_clear Gem: can't load library
has anyone seen this before? i have all the vorbis libs + headers installed. why is Gem even talking about vorbis?
Hi,
there is a bad gem package stuck in the debian testing distribution. This obviously got taken by ubuntu directly. There is no easy solution to the problem, except to compile gem on your own probably.
Guenter
thanks, jake
PD-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list
i compiled gem without problems from cvs in ubuntu/breezy (note, i compiled pd, pdp and pidip first, so dunno if they had some depencies that are not listed here)
depencies: libgl-dev ftgl-dev libtiff4-dev libjpeg62-dev libmpeg3-dev libavifile-0.7-dev libquicktime-dev libdv4-dev
Gem GemLibs 2. cd Gem/src 3. autoconf 4. ./configure 5. make
then if you want, "sudo make install" or "sudo checkinstall" (if you checkinstall, then you can also remove it with dpkg)
On Mon, 2005-11-21 at 12:44 +0100, günter geiger wrote:
On Sun, 20 Nov 2005, jake elliott wrote:
pdeople,
i'm trying to run Gem with ubuntu's installs, but i get an error:
/usr/lib/pd/extra/Gem.pd_linux: undefined symbol: vorbis_info_clear Gem: can't load library
has anyone seen this before? i have all the vorbis libs + headers installed. why is Gem even talking about vorbis?
Hi,
there is a bad gem package stuck in the debian testing distribution. This obviously got taken by ubuntu directly. There is no easy solution to the problem, except to compile gem on your own probably.
Guenter
thanks, jake
PD-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list
PD-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list