Centova Technologies Forum

Centova Cast v3 => Bugs and issues => Topic started by: ghudson on October 31, 2012, 06:37:45 pm

Title: RPM build errors: user karl does not exist - using root group karl does
Post by: ghudson on October 31, 2012, 06:37:45 pm
ran an update;

Code: [Select]
/usr/local/centovacast/sbin/update
it created an error when trying to update Icecast;

Code: [Select]
RPM build errors:     user karl does not exist - using root     group karl does
i ran the following before retrying Icecast update

Code: [Select]
ln -s /root/rpmbuild /usr/src/redhat
then

Code: [Select]
/usr/local/centovacast/sbin/update --add icecast --icecast-fromsrc
that produced the following error

Code: [Select]
/usr/lib/libxslt.so: undefined reference to `xmlXPathContextSetCache'
collect2: ld returned 1 exit status
make[3]: *** [icecast] Error 1
make[3]: Leaving directory `/usr/local/src/icecast-2.3.3/src'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/usr/local/src/icecast-2.3.3/src'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/usr/local/src/icecast-2.3.3'
make: *** [all] Error 2
icecast make failed, aborting
Installer exited with error, aborting

I am confused, any suggestions anyone??

George
Title: Re: RPM build errors: user karl does not exist - using root group karl does
Post by: Centova - Steve B. on November 01, 2012, 10:26:50 am
This is a compatibility issue with IceCast on certain CentOS distros which the IceCast developers are aware of but don't intend to resolve.  See the relevent thread on the IceCast forums here (http://icecast.imux.net/viewtopic.php?t=6802).

Unfortunately since this is an IceCast issue, and the IceCast devs have disowned it, there's not much we (the Centova Cast dev team) can do.

Googling does yield a potential workaround here (http://forums.hostgator.com/vps-icecast-and-installation-t59252.html), though... YMMV.
Title: Re: RPM build errors: user karl does not exist - using root group karl does
Post by: ghudson on November 01, 2012, 12:13:08 pm
Thanks Steve,

Will try your recommendations

George
Title: Re: RPM build errors: user karl does not exist - using root group karl does
Post by: ghudson on November 01, 2012, 04:28:38 pm
Hi Steve,

After installing the latest build & using the following command for icecast installation this problem now resolved

Code: [Select]
/usr/local/centovacast/sbin/update --add icecast --icecast-fromsrc
Thanks very much

George