| View previous topic :: View next topic |
| Author |
Message |
Anonymous Guest
|
Posted: Tue Jan 17, 2006 10:06 am Post subject: Icecast installation by RPM's |
|
|
Ok all trying to install icecast by rpm, but came across some problems when getting to dependenices.
I thought I'd try to force an upgrade as I have older libxml2 installed but having problems & seeing this:
| Quote: |
root@calypso [~/ice/icecast-2.3.1/libxml2]# rpm -Uvh --force libxml2-2.6.23-1.i386.rpm
-bash: child setpgid (14337 to 14337): No such process
warning: libxml2-2.6.23-1.i386.rpm: V3 DSA signature: NOKEY, key ID de95bc1f
error: Failed dependencies:
libxml2 = 2.5.10 is needed by (installed) libxml2-devel-2.5.10-7
libxml2 = 2.5.10 is needed by (installed) libxml2-python-2.5.10-7
root@calypso [~/ice/icecast-2.3.1/libxml2]# |
Anyone know how to uninstall an rpm? Preferably without the original file being there.
Cheers. |
|
| Back to top |
|
 |
karlH Code Warrior

Joined: 13 Jun 2005 Posts: 5476 Location: UK
|
Posted: Tue Jan 17, 2006 2:04 pm Post subject: |
|
|
you've tried to update the xml runtime lib without updating the dependent devel packages. You can update the devel packages seperately if you want.
unsinstall is rpm -e package-name
In many cases you can install multiple runtime packages with 1 devel package without having to resort to different locations.
karl. |
|
| Back to top |
|
 |
|