Displaying 2 results from an estimated 2 matches for "deb9u8".
Did you mean:
  deb9u1
  
2019 Feb 05
1
Icecast Digest, Vol 176, Issue 3
Hi,
>>> 
>>> Either you called ./configure with --disable-yp or with --without-curl (see
>>> XIPH_PATH_CURL definitio in m4/xiph_curl.m4)
>> 
>> So, I can see this? but what am I looking for exactly?
>> 
> How did you invoke the ./configure command when you was building the icecast?
> 
I extracted the source tarball in the /tmp directory. I
2019 Feb 06
0
Icecast Digest, Vol 176, Issue 4
...libcurl... no
>> configure: libcurl not found
>> 
>> I can see that usr/bin/curl exists. What would you advise from here?
> 
>    If you are on Debian, I think you have to install the -dev
>    part of curl library :
> 
> libcurl4-openssl-dev/stable,stable 7.52.1-5+deb9u8 amd64
>   development files and documentation for libcurl (OpenSSL flavour)
> 
This looks to have solved it for me! I haven?t run icecast yet, but checking the ./configure output shows
checking for pthread_spin_lock... yes
checking for curl-config... /usr/bin/curl-config
checking curl/curl....