| View previous topic :: View next topic |
| Author |
Message |
Anonymous Guest
|
Posted: Thu Aug 09, 2007 9:10 pm Post subject: Icecast-2.3.1 fails on make |
|
|
I'm trying to Build/Install icecast-2 on a solaris server. It fail on the make command with this error - auth_url.c: In function `auth_get_url_auth':
auth_url.c:521: `CURLOPT_PASSWDFUNCTION' undeclared (first use in this function)auth_url.c:521: (Each undeclared identifier is reported only once
auth_url.c:521: for each function it appears in.)
I checked your forum, the only thing I found was that I may have two version of libcurl I have removed all of libcurl and install the SUN package of curl but I still am getting this error.
Wolf |
|
| Back to top |
|
 |
karlH Code Warrior

Joined: 13 Jun 2005 Posts: 5476 Location: UK
|
Posted: Thu Aug 09, 2007 9:14 pm Post subject: |
|
|
You are compiing against a version of curl 7.16 or later where that symbol was removed. The trunk code and my branch has a fix for it. Brendan has snapshots at http://people.xiph.org/~brendan/snapshots/icecast/ and my branch work is at my website.
karl. |
|
| Back to top |
|
 |
Anonymous Guest
|
Posted: Fri Aug 10, 2007 2:28 pm Post subject: |
|
|
I down loaded your latest version and was able to build/install icecast-2.3.1
thanks
Wolf |
|
| Back to top |
|
 |
Anonymous Guest
|
Posted: Fri May 23, 2008 10:47 am Post subject: Re: Icecast-2.3.1 fails on make |
|
|
Any one can help me in resolving the problem while installing the icecast-2.3.1 on fedora core 7
make[3]: Entering directory `/usr/local/icecast-2.3.1/src/timing'
make[3]: Nothing to be done for `all'.
make[3]: Leaving directory `/usr/local/icecast-2.3.1/src/timing'
make[3]: Entering directory `/usr/local/icecast-2.3.1/src'
source='auth_url.c' object='auth_url.o' libtool=no \
depfile='.deps/auth_url.Po' tmpdepfile='.deps/auth_url.TPo' \
depmode=gcc3 /bin/sh ../depcomp \
gcc -DHAVE_CONFIG_H -I. -I. -I.. -Wall -ffast-math -fsigned-char -I/usr/include/libxml2 -I/usr/local/include -pthread -g -O2 -c `test -f 'auth_url.c' || echo './'`auth_url.c
auth_url.c: In function ‘auth_get_url_auth’:
auth_url.c:521: error: ‘CURLOPT_PASSWDFUNCTION’ undeclared (first use in this function)
auth_url.c:521: error: (Each undeclared identifier is reported only once
auth_url.c:521: error: for each function it appears in.)
make[3]: *** [auth_url.o] Error 1
make[3]: Leaving directory `/usr/local/icecast-2.3.1/src'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/usr/local/icecast-2.3.1/src'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/usr/local/icecast-2.3.1'
make: *** [all] Error 2 |
|
| Back to top |
|
 |
karlH Code Warrior

Joined: 13 Jun 2005 Posts: 5476 Location: UK
|
Posted: Fri May 23, 2008 2:26 pm Post subject: |
|
|
Either use the trunk code, my branch or wait a few days. My website has links the current builds.
karl. |
|
| Back to top |
|
 |
Anonymous Guest
|
Posted: Mon May 26, 2008 6:22 am Post subject: |
|
|
| how to start iceacst2 aftter installing it from trunk |
|
| Back to top |
|
 |
karlH Code Warrior

Joined: 13 Jun 2005 Posts: 5476 Location: UK
|
Posted: Mon May 26, 2008 2:28 pm Post subject: |
|
|
the same way as 2.3.1 (icecast -c /path/to/icecast.xml) the -b is optional.
karl. |
|
| Back to top |
|
 |
|