My machine is running RedHat Linux 7.3, and I believe it came with vorbis 1.0rc3 by default. To my knowledge, I upgraded all libraries, documentation, and binaries with 1.0 versions. it placed everything in /usr/local whereas the old stuff was in /usr, so I manually deleted the old stuff from /usr. When I run 'oggenc', it does say: "OggEnc v1.0 (libvorbis 1.0)" which leads me to believe that everything was upgraded properly. Then I deleted the old decoder from the XMMS Input plugins directory, even though I knew it would play 1.0 files. However, after placing the new XMMS plugin files into the proper directory and restarting XMMS, it can no longer handle Ogg Vorbis files, and the Preferences' "Input plugins" section no longer has a Ogg entry. [pwhite@pwhite Input]$ pwd /usr/lib/xmms/Input [pwhite@pwhite Input]$ ls -l total 484 -rwxr-xr-x 1 root root 909 Mar 4 19:55 libcdaudio.la -rwxr-xr-x 1 root root 53038 Mar 4 19:55 libcdaudio.so -rwxr-xr-x 1 root root 886 Mar 4 19:55 libidcin.la -rwxr-xr-x 1 root root 13514 Mar 4 19:55 libidcin.so -rwxr-xr-x 1 root root 896 Mar 4 19:55 libmpg123.la -rwxr-xr-x 1 root root 213322 Mar 4 19:55 libmpg123.so -rwxr-xr-x 1 root root 709 Mar 4 19:55 libtonegen.la -rwxr-xr-x 1 root root 8990 Mar 4 19:55 libtonegen.so -rwxr-xr-x 1 root root 750 Jul 19 16:36 libvorbis.la -rwxr-xr-x 1 root root 143464 Jul 19 16:36 libvorbis.so -rwxr-xr-x 1 root root 685 Mar 4 19:55 libwav.la -rwxr-xr-x 1 root root 10762 Mar 4 19:55 libwav.so If anyone has any ideas, I'd love to hear them. Thank you. -- Philip M. White Houston, TX; U.S.A. GPG key: 0xC2A34385 <p>--- >8 ---- List archives: http://www.xiph.org/archives/ Ogg project homepage: http://www.xiph.org/ogg/ To unsubscribe from this list, send a message to 'vorbis-request@xiph.org' containing only the word 'unsubscribe' in the body. No subject is needed. Unsubscribe messages sent to the list will be ignored/filtered.
On Sat, Jul 27, 2002 at 12:14:05AM -0500, plattner@caltech.edu wrote:> What error do you get when you run xmms (in a console)? > > I get this: > > /usr/lib/xmms/Input/libvorbis.so: undefined symbol: libiconv_open > > which can be fixed by > > export LD_PRELOAD=/usr/lib/libiconv.so > > Don't know if that helps. > -- AaronRunning it in a console, I get absolutely no output. I guess I better explain this in a bit more detail: when I double-click on a .ogg file, XMMS refuses to acknowledge that I tried to load any file at all -- it behaves the same way as if I had tried to load a .html file or something. --- >8 ---- List archives: http://www.xiph.org/archives/ Ogg project homepage: http://www.xiph.org/ogg/ To unsubscribe from this list, send a message to 'vorbis-request@xiph.org' containing only the word 'unsubscribe' in the body. No subject is needed. Unsubscribe messages sent to the list will be ignored/filtered.
Philip White wrote:> My machine is running RedHat Linux 7.3, and I believe it came with > vorbis 1.0rc3 by default. To my knowledge, I upgraded all libraries, > documentation, and binaries with 1.0 versions. it placed everything > in /usr/local whereas the old stuff was in /usr, so I manually deleted > the old stuff from /usr. > When I run 'oggenc', it does say: "OggEnc v1.0 (libvorbis 1.0)" > which leads me to believe that everything was upgraded properly. Then > I deleted the old decoder from the XMMS Input plugins directory, even > though I knew it would play 1.0 files. However, after placing the new > XMMS plugin files into the proper directory and restarting XMMS, it > can no longer handle Ogg Vorbis files, and the Preferences' "Input > plugins" section no longer has a Ogg entry. > > [pwhite@pwhite Input]$ pwd > /usr/lib/xmms/Input > [pwhite@pwhite Input]$ ls -l > total 484 > -rwxr-xr-x 1 root root 909 Mar 4 19:55 libcdaudio.la > -rwxr-xr-x 1 root root 53038 Mar 4 19:55 libcdaudio.so > -rwxr-xr-x 1 root root 886 Mar 4 19:55 libidcin.la > -rwxr-xr-x 1 root root 13514 Mar 4 19:55 libidcin.so > -rwxr-xr-x 1 root root 896 Mar 4 19:55 libmpg123.la > -rwxr-xr-x 1 root root 213322 Mar 4 19:55 libmpg123.so > -rwxr-xr-x 1 root root 709 Mar 4 19:55 libtonegen.la > -rwxr-xr-x 1 root root 8990 Mar 4 19:55 libtonegen.so > -rwxr-xr-x 1 root root 750 Jul 19 16:36 libvorbis.la > -rwxr-xr-x 1 root root 143464 Jul 19 16:36 libvorbis.so > -rwxr-xr-x 1 root root 685 Mar 4 19:55 libwav.la > -rwxr-xr-x 1 root root 10762 Mar 4 19:55 libwav.so > > If anyone has any ideas, I'd love to hear them. Thank you.Had the same problem. The fix is easy: Just recompile XMMS to link to the new vorbis 1.0 libraries installed in /usr/local, and it will work like a charm. I think some vorbis library versions changed from rc3->1.0, so I'ts creating some problems. The Vorbis plugin is included in the XMMS source from v1.2.4 and up. <p><p>--- >8 ---- List archives: http://www.xiph.org/archives/ Ogg project homepage: http://www.xiph.org/ogg/ To unsubscribe from this list, send a message to 'vorbis-request@xiph.org' containing only the word 'unsubscribe' in the body. No subject is needed. Unsubscribe messages sent to the list will be ignored/filtered.