liboggenc/vorbis-tool configuration problem
Hi,
I'm not sure when this problem startet -- but on my up-to-date system
I get the following error trying to run oggenc:
e12e@mogwai:~$ oggenc
oggenc: error while loading shared libraries: libvorbisenc.so.0: cannot open shared object file: No such file or directory
e12e@mogwai:~$ ogg123
ogg123: error while loading shared libraries: libvorbisfile.so.0: cannot open shared object file: No such file or directory
I tried purging vorbis-tools, as well as libvorbisenc2 (and all deps,
nauturally), and doing a fresh apt-get install -- to no avail. I guess the
actual problem is a missing symlinc. Could someone point me to where/how this
bug should be filed ?
With a simple:
mogwai:/usr/lib# ln -s libvorbisenc.so.2 libvorbisenc.so.0
mogwai:/usr/lib# ln -s libvorbisfile.so.3 libvorbisfile.so.0
Everything seems ok, again.
Apparently libvorbis0 that owns libvorbis.so.0.2.0 works ok, but there
doesnt appear to be a libvorbisenc0-packag, nor a libvorbisfile0 one.
I suspect either oggenc should be compiled with some different linkages,
or the lib-packages should include the above symlinks.
---Extra info about my setup---
With the exception of the videolan-packages, everything should be up-to-date
(please let me know if I've missed any relevant information in the following.
as apt-get/dpkg doesn't report any errors -- I don't see a point in inculding
dpkg listings -- is it relevant ?)
I guess there's a distinct possibility that my systems exsists in a limbo
between former testing-now stable, and current testing. Tips on lines that
should be dropped/added in my sources.list are welcome.
e12e@mogwai:~$ cat /etc/debian_version
testing/unstable
e12e@mogwai:~/public_html$ sed -n -e '/^[^#]/p' /etc/apt/sources.list
deb http://security.debian.org/ woody/updates main contrib non-free
deb http://security.debian.org/ testing/updates main contrib non-free
deb ftp://sunsite.uio.no/debian/ testing main non-free contrib
deb-src ftp://sunsite.uio.no/debian/ testing main non-free contrib
deb http://non-us.debian.org/debian-non-US testing/non-US main contrib non-free
deb-src http://non-us.debian.org/debian-non-US testing/non-US main contrib non-free
deb ftp://sunsite.uio.no/debian/ stable main non-free contrib
deb-src ftp://sunsite.uio.no/debian/ stable main non-free contrib
deb http://non-us.debian.org/debian-non-US stable/non-US main contrib non-free
deb-src http://non-us.debian.org/debian-non-US stable/non-US main contrib non-free
deb http://debian.parsed.net unstable main
deb-src http://debian.parsed.net unstable main
deb ftp://ftp.tux.org/pub/java/debian woody non-free
deb ftp://ftp.videolan.org/pub/videolan/ debian/
deb-src ftp://ftp.videolan.org/pub/videolan/ debian/
deb http://scampi.physik.uni-konstanz.de/~tschank/debian woody contrib movie sonst
deb http://www.atoker.com/mono unstable main
deb-src http://www.atoker.com/mono unstable main
deb http://cclan.sourceforge.net/debian cclan lisp
deb http://people.debian.org/~loic/debian/woody ./
deb-src http://people.debian.org/~loic/debian/sources ./
e12e@mogwai:~/public_html$ uname -a
Linux mogwai.dyndns.org 2.4.19-rc3 #3 Thu Sep 19 04:50:49 CEST 2002 i686 unknown unknown GNU/Linux
e12e@mogwai:~/public_html$ dpkg -l | egrep '(GNU C Libr)|( dpkg)|( apt)|(vorbis)' | grep '^ii'
ii alien 8.20 install non-native packages with dpkg
ii apt 0.5.4 Advanced front-end for dpkg
ii apt-file 0.2.5 APT package searching utility -- command-lin
ii apt-utils 0.5.4 APT utility programs
ii aptitude 0.2.11.1-3 curses-based apt frontend
ii dpkg 1.10.4 Package maintenance system for Debian
ii dpkg-dev 1.10.4 Package building tools for Debian
ii dpkg-ftp 1.6.10 Ftp method for dselect.
ii dpkg-perl 0.1-3.0 Perl interface modules for dpkg
ii glibc-doc 2.2.5-14.3 GNU C Library: Documentation
ii libc6 2.2.5-11.1 GNU C Library: Shared libraries and Timezone
ii libc6-dev 2.2.5-11.1 GNU C Library: Development Libraries and Hea
ii libc6-pic 2.2.5-11.1 GNU C Library: PIC archive library
ii libvorbis0 1.0.0-1 The Vorbis General Audio Compression Codec
ii libvorbisenc2 1.0.0-1 The Vorbis General Audio Compression Codec
ii libvorbisfile3 1.0.0-1 The Vorbis General Audio Compression Codec
ii locales 2.2.5-11.1 GNU C Library: National Language (locale) da
ii vorbis-tools 1.0rc3-1 Several Ogg Vorbis Tools
--
Eirik Schwenke
"Eat right, exercise regularly, die anyway."
Reply to: