Hi there, I got a question regarding compiling the icecast2-server: When I'm executing the 'sh autogen.sh' command and is checking for libraries, it says that it didn't find the 'libcurl' library, although I have the curl-rpm installed that includes the libcurl (located in /usr/lib). I compiled icecast2 anyway and tried running it. If I try to get the status.xsl the browser says it found the page, but isn't able to download it. Something similar happens when I try to get an ogg-stream. I wrote /usr/lib to my 'ld.so.conf', but with no effect on the sh autogen.sh'-command. As far as I know curl and libcurl has something to do with file-transfer, so I think it may be the reason for the male-function. If the absence of libcurl is the reason for this, maybe somebody knows how to tell the 'sh autogen.sh'-command or gcc the location of my 'libcurl' (located in /usr/lib). Maybe it has something to do with a linker or so ? I have no experiences in C-compiling. I'm using SuSE Linux 8.2 Professional with a standard software installation. The suse-rpms libxml, libxslt, libvorbis, libogg, libao and curl (with the libcurl) and their devel- counterparts are installed. Vorbis-tools-rpm is installed too.. Tanks for your help. Leo <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 Sat, 2003-08-30 at 14:56, Leo Willner wrote:> Hi there, > > I got a question regarding compiling the icecast2-server: > > When I'm executing the 'sh autogen.sh' command and is checking for libraries, it says that it didn't find the 'libcurl' library, although I have the curl-rpm installed > that includes the libcurl (located in /usr/lib). I compiled icecast2 anyway and tried running it. If I try to get the status.xsl the browser says it found the page, but isn't able > to download it. Something similar happens when I try to get an ogg-stream. I wrote /usr/lib to my 'ld.so.conf', but with no effect on the sh autogen.sh'-command.to compile apps to use curl, you need the runtime and development packages. It's most likely not finding the headers files required, try installing the curl-devel package as well.> As far as I know curl and libcurl has something to do with file-transfer, so I think it may be the reason for the male-function.<p>> If the absence of libcurl is the reason for this, maybe somebody knows how to tell the 'sh autogen.sh'-command or gcc the location of my 'libcurl' (located in /usr/lib).> Maybe it has something to do with a linker or so ? I have no experiences in C-compiling.curl is only used for the YP directory support, if there were a linker issue then you would see different problems. I would check the icecast log first for odd errors, and verify that the webroot has the status.xsl file installed and is readable. 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.
On Sat, 2003-08-30 at 13:56, Leo Willner wrote:> Hi there, > > I got a question regarding compiling the icecast2-server: > > When I'm executing the 'sh autogen.sh' command and is checking for libraries, it says that it didn't find the 'libcurl' library, although I have the curl-rpm installed > that includes the libcurl (located in /usr/lib). I compiled icecast2 anyway and tried running it. If I try to get the status.xsl the browser says it found the page, but isn't able > to download it. Something similar happens when I try to get an ogg-stream.You may need the curl-devel RPM. --kevin ------------------------------------------------------------------ Thanks to Linux Toys, I'm listening to K la by Various Artists --- >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.