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