On Sat, 2002-12-21 at 14:22, Drew Lane wrote:> > > > > >you probably have an old release, maybe we should put some checks in to > >make sure. > > > It appears that I have version 1.0 rc2-1 > > I found the following RPM's with ogg or vorbis in the name: > > libogg-devel-1.0rc2-1 > libogg-1.0rc2-1 > libvorbis-devel-1.0rc2-2 > libvorbis-1.0rc2-2 > vorbis-1.0rc2-1It looks to be the latest version from yellow dog. It looks like you'll have to build it yourself. The process is pretty much the same ./autogen.sh ./configure. make> I figured I better try to remove these before installing a new version > from source. > > I was able to remove several with the 'rpm -e' command, but when I try > to remove > vorbis-1.0rc2-1 it says that other programs (grip, xmms, kde, etc.) > depend on this > and I'm a little concerned that these programs won't work if I force the > removal.That can be bypassed with rpm --nodeps -e ... xmms and grip will try to load the libs and if not available then that part will fail (just the vorbis plugin for xmms, or oggenc for grip), but that only applies to when the libs are not available. ie before the make install part. The rpm dependency tree is another check for cross package checking, separate from the shared library linker. If you have trouble then you can always reinstall the older vorbis libs back onto the system with rpm -i ....rpm karl. <p><p>--- >8 ---- List archives: http://www.xiph.org/archives/ icecast project homepage: http://www.icecast.org/ To unsubscribe from this list, send a message to 'icecast-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.
> > >It looks to be the latest version from yellow dog. It looks like you'll >have to build it yourself. The process is pretty much the same >./autogen.sh >./configure. >make >OK, I think I'm making some progress. Got the ogg libraries compiled and installed Got Ices compiled and installed (no more error - yay!) Now, I'm trying to get Ices running in live mode, but I'm having problem connecting to the Icecast server. I'm using the command 'ices conf/ices-live.xml' and I put my server info in the xml, but I'm not sure what to use for <mount> The icecast server is actually on a different box, but it's the old version (1.3, I think). Are these compatible? Also, will this live stream be Ogg or MP3? I need MP3. Drew --- >8 ---- List archives: http://www.xiph.org/archives/ icecast project homepage: http://www.icecast.org/ To unsubscribe from this list, send a message to 'icecast-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.
> > >you probably have an old release, maybe we should put some checks in to >make sure. >It appears that I have version 1.0 rc2-1 I found the following RPM's with ogg or vorbis in the name: libogg-devel-1.0rc2-1 libogg-1.0rc2-1 libvorbis-devel-1.0rc2-2 libvorbis-1.0rc2-2 vorbis-1.0rc2-1 I figured I better try to remove these before installing a new version from source. I was able to remove several with the 'rpm -e' command, but when I try to remove vorbis-1.0rc2-1 it says that other programs (grip, xmms, kde, etc.) depend on this and I'm a little concerned that these programs won't work if I force the removal. Any suggestions? It would be sweet if there were updated RPM's for PPC somewhere... Drew <p><p>--- >8 ---- List archives: http://www.xiph.org/archives/ icecast project homepage: http://www.icecast.org/ To unsubscribe from this list, send a message to 'icecast-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.