I am attempting to install the current version of Icecast on Suse 9.1 and have noticed the following when running ./configure checking for curl-config... no checking curl/curl.h usability... no checking curl/curl.h presence... no checking for curl/curl.h... no checking for libcurl... no configure: libcurl not found, YP disabled I have Curl installed, and a whereis libcurl shows the results: /usr/lib/libcurl.la I'm uncertain how to make it detect the correct location of libcurl. Al Yandow Senior Analyst Absolute Technology Services Office: 757-853-1816 Mobile: 757-651-7018 -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.xiph.org/pipermail/icecast/attachments/20041116/bc23d3a5/attachment.htm
On Tue, 2004-11-16 at 15:25, Al Yandow wrote:> I am attempting to install the current version of Icecast on Suse 9.1 > and have noticed the following when running ./configure > > checking for curl-config... no > checking curl/curl.h usability... no > checking curl/curl.h presence... no > checking for curl/curl.h... no > checking for libcurl... no > configure: libcurl not found, YP disabled > > I have Curl installed, and a whereis libcurl shows the > results: /usr/lib/libcurl.la > > I'm uncertain how to make it detect the correct location of libcurl.The config.log will be more specific but the configure script did not find the curl-config utility or the curl header files, which would indicate a missing development package. karl.
This thread might help.. http://lists.xiph.org/pipermail/icecast/2004-July/007378.html -Ian. On 16-Nov-04, at 4:57 PM, Karl Heyes wrote:> On Tue, 2004-11-16 at 15:25, Al Yandow wrote: >> I am attempting to install the current version of Icecast on Suse 9.1 >> and have noticed the following when running ./configure >> >> checking for curl-config... no >> checking curl/curl.h usability... no >> checking curl/curl.h presence... no >> checking for curl/curl.h... no >> checking for libcurl... no >> configure: libcurl not found, YP disabled >> >> I have Curl installed, and a whereis libcurl shows the >> results: /usr/lib/libcurl.la >> >> I'm uncertain how to make it detect the correct location of libcurl. > > The config.log will be more specific but the configure script did not > find the curl-config utility or the curl header files, which would > indicate a missing development package. > > karl. > > > _______________________________________________ > Icecast mailing list > Icecast@xiph.org > http://lists.xiph.org/mailman/listinfo/icecast >
Maybe Matching Threads
- Icecast Installation error
- libcurl issue when manually installing R-3.3.3 on Debian 3.16.0-4-amd64
- curl build system is broken and so is mock
- curl build system is broken and so is mock
- [PATCH nbdkit] curl: Try to share as much as possible between handles in the pool