after running sh autogen.sh and Icecast begins to complie (is this the correct term) I get the folling: .. checking for getaddrinfo... yes checking for inet_pton... yes checking for xslt-config... no configure: error: xslt-config could not be found Could some one please explain. Thanks ! <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.
Oh, I remember getting that. I assume you are running Linux. If it's Red Hat, be sure to install the xslt-devel rpms. They shoudl be on your installation CD. Or grab them off your distribution's website. I make reference to this abnormality on my Icecast HowTo: http://quasi.ksl.com/icecast/ Hope this helps. KJ <p>On Thu, 2003-02-13 at 09:41, ronnie@mixsessions.com wrote:> after running sh autogen.sh and Icecast begins to complie (is this the correct term) > > I get the folling: > > .. > checking for getaddrinfo... yes > checking for inet_pton... yes > checking for xslt-config... no > configure: error: xslt-config could not be found > > Could some one please explain. Thanks ! >-- /-----------------------------\__/--------------------------------\ | Kerry J. Cox __ kerry.cox@ksl.com | | KSL System Administrator | | p: 801.575.7771 | | http://www.ksl.com/ |__| f: 801.575.5745 | | GPG Key: __ http://quasi.ksl.com/kerry.asc | \-----------------------------/ \--------------------------------/ <p> -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 233 bytes Desc: This is a digitally signed message part Url : http://lists.xiph.org/pipermail/icecast/attachments/20030213/c3a4af64/signature.pgp
Hi there. Have you libxslt installed ? I guess the configure is looking for it and refuse to continue if it doesnt find proper .h files. If you are installing library with rpm or .deb you may also need libxslt-dev package. On woody debian: libxslt1 and libxslt1 Hope it helps. Pierre Amadio <p>On Thu, Feb 13, 2003 at 11:41:48AM -0500, ronnie@mixsessions.com wrote:> after running sh autogen.sh and Icecast begins to complie (is this the correct term) > > I get the folling: > > .. > checking for getaddrinfo... yes > checking for inet_pton... yes > checking for xslt-config... no > configure: error: xslt-config could not be found > > Could some one please explain. Thanks ! >--- >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.