Hi again. I just compiled icecast 2. It seemed ok but at the end I got this: /usr/bin/ld: warning: libcom_err.so.2, needed by /usr/lib/libcurl.so, may conflict with libcom_err.so.3 Is this anything I have to take care of? Can you explain what it means? Thanx, Luke <p><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.
On Thu, 2003-11-20 at 18:05, Lukas Österreicher wrote:> Hi again. > > I just compiled icecast 2. > It seemed ok but at the end I got this: > > /usr/bin/ld: warning: libcom_err.so.2, needed by /usr/lib/libcurl.so, may conflict with libcom_err.so.3 > > Is this anything I have to take care of? > Can you explain what it means?The icecast you have built is relying on other libs, and there's mismatch between 2 of them. the /usr/lib/libcurl.so wants libcom_err.so.3 but something else wants an older version of libcom_err.so. Use ldd on your icecast and the libs it wants, one will need to be updated to remove the warning. karl. <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.
Anyone know of the correct header that are sent to the icecast2 server? example the ones sent to a shoutcast server are icy-name:whatever station icy-genre:Industrial, EBM, Electronic icy-pub:1 icy-br:256 icy-url:http://www.mediacast1.com icy-reset:1 just need to know what the equivelant is for icecast2. <p>Dave St John Mediacast1 Administration --- >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.
On Friday 21 November 2003 13:17, Dave St John wrote:> Anyone know of the correct header that are sent to the icecast2 server? > > example the ones sent to a shoutcast server are > icy-name:whatever station > icy-genre:Industrial, EBM, Electronic > icy-pub:1 > icy-br:256 > icy-url:http://www.mediacast1.com > icy-reset:1 > > just need to know what the equivelant is for icecast2.The same. ice-* or icy-* headers from the source are forwarded as-is to the listening clients, with the exception of the password header, where present. This means that if the client understands the shoutcast ones, and you use the shoutcast ones, it'll work as-is. Mike --- >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.