RPM build errors: user karl does not exist - using root group karl does

Read 5342 times
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
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.

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, though... YMMV.
Thanks Steve,

Will try your recommendations

George
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