I'm trying to upgrade my version of icecast to version 2 from CVS but am getting an error on autogen: checking for libcurl... no *** Could not run libcurl test program, checking why... *** The test program failed to compile or link. See the file config.log for the *** exact error that occured. This usually means libcurl was incorrectly installed *** or that you have moved libcurl since it was installed. configure: error: must have libcurl installed! <p>libcurl 7.10.3-1 IS installed [via RPM] - the OS is Redhat 8 Thanks Dave --- >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.
dave@cpfc.org wrote:> configure: error: must have libcurl installed! > > libcurl 7.10.3-1 IS installed [via RPM] - the OS is Redhat 8You probably also need the -devel package, and if that doesn't help either, use the --with-curl-prefix parameter for the configure/autogen.sh script and have it point to the prefix where Redhat installs its packages. If the stuff ends up in /usr/local/lib and /usr/local/include, for example, you'd use ./autogen.sh --with-curl-prefix=/usr/local That should work. <p>Moritz --- >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.