You are not logged in.

1

Saturday, February 28th 2004, 9:35pm

Redhat 8 and Kde 3.2

Is there a way to update the KDE on Redhat8 to Kde 3.2
The FTP sites listed on KDE.org only have stuff for Fedora under Redhat. :x

I dont really wanna upgrade Redhat 8 to Fedora because I installed RedHat8 just to get IBM DB2 running for my assignment

Thanks
Ride for Ruin and the Worlds Ending

2

Sunday, February 29th 2004, 6:26am

Checkout these pages
http://www.kde.org/download/
http://kde-redhat.sourceforge.net/

kde-redhat offers kde 3.2 packages for redhat 8. Checkout their website and follow the directions on hot to install packages.

3

Monday, March 1st 2004, 10:49am

I tried installing using the apt-get method because i thought it would take care of the dependencies for me but all i go were errors when i tried to install it.

I also tried updating Qt to the 3.1 but that also gave me some dependancy errors.

I hate all these dependency stuff for rpms - they never end

can anyone help me get KDE 3.2 on my system up and running?

Thanks
Ride for Ruin and the Worlds Ending

4

Monday, March 1st 2004, 12:02pm

Post the exact error ur getting (the exact output of running apt-get install or apt-get upgrade ) by using apt-get also post the sources.list file (/etc/apt/sources.list)

5

Monday, March 1st 2004, 10:32pm

when i do "apt-get update" it seems to work fine
spends a lot of time downloading things
but then

[root@localhost sources.list.d]# apt-get install kde
Reading Package Lists... Done
Building Dependency Tree... Done
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.

Since you only requested a single operation it is extremely likely that
the package is simply not installable and a bug report against
that package should be filed.
The following information may help to resolve the situation:

The following packages have unmet dependencies:
kde: Depends: kdebase (>= 6:3.1.5) but it is not going to be installed
E: Broken packages


this is the source list as found on http://kde-redhat.sourceforge.net/
well after putting in 8.0 in place of RHREL

### Mirrors to substitute for ftp://apt.kde-redhat.org/apt/
#ftp://apt.us.kde-redhat.org/linux/kde-redhat/apt/
#ftp://apt.no.kde-redhat.org/pub/apt/
#ftp://apt.uk.kde-redhat.org/pub/apt/
#http://apt.uk.kde-redhat.org/apt/
#ftp://apt.cl.kde-redhat.org/pub/Linux/kde3.1/
## .fi domains only
#http://apt.fi.kde-redhat.org/apt/

# Red Hat Linux RHREL

## Core os and updates (required)
rpm http://ayo.freshrpms.net redhat/8.0/i386 os updates
## kde-redhat repository(s) for Red Hat RHREL
rpm ftp://apt.kde-redhat.org/apt fedora/8.0 stable
rpm ftp://apt.kde-redhat.org/apt fedora/all stable
rpm ftp://apt.kde-redhat.org/apt kde-redhat/8.0 stable
rpm ftp://apt.kde-redhat.org/apt kde-redhat/all stable

PLEASE HELP ME!!!!
Ride for Ruin and the Worlds Ending

6

Monday, March 1st 2004, 11:23pm

I think apt is not able to get info for kde 3.2.
Do the following::
1. Run ' apt-get update '
2. Run ' apt-cache showpkg kde| grep "/var/state" ' -- This command should show all the versions of kde available in the package cache, one of them should be 3.2.0. That means a version of kde 3.2.0 is present. Now try to run 'apt-get install kde'. If you get any errors now, post them here and then run
3. ' apt-get install kde=3.2.0 ' and see what happens. post the errors.

7

Tuesday, March 2nd 2004, 3:27am

i still get errors..... =(

[root@localhost Utils]# apt-cache showpkg kde|grep "/var/state"
0:3.2.0-0.fdr.4.rh80(/var/state/apt/lists/apt.kde-redhat.org_apt_kde-redhat_8.0_base_pkglist.stable)
0:3.2.0-0.fdr.2.rh80(/var/state/apt/lists/apt.kde-redhat.org_apt_kde-redhat_8.0_base_pkglist.stable)
0:3.2.0-0.fdr.1.rh80(/var/state/apt/lists/apt.kde-redhat.org_apt_kde-redhat_8.0_base_pkglist.stable)
0:3.1.5-0.fdr.0.rh80(/var/state/apt/lists/apt.kde-redhat.org_apt_kde-redhat_8.0_base_pkglist.stable)
[root@localhost Utils]# apt-get install kde
Reading Package Lists... Done
Building Dependency Tree... Done
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.

Since you only requested a single operation it is extremely likely that
the package is simply not installable and a bug report against
that package should be filed.
The following information may help to resolve the situation:

The following packages have unmet dependencies:
kde: Depends: kdebase (>= 6:3.2.0) but it is not going to be installed
E: Broken packages

[root@localhost Utils]# apt-get install kde=3.2.0
Reading Package Lists... Done
Building Dependency Tree... Done
E: Version '3.2.0' for 'kde' was not found
Ride for Ruin and the Worlds Ending

8

Tuesday, March 2nd 2004, 4:54am

i also tried updating using YUM
and i got this

[root@localhost cloud]# yum update
Gathering header information file(s) from server(s)
Server: Red Hat Linux 8.0 - i386 - freshrpms
Server: kde-redhat.org (fedora-stable)
Server: kde-redhat.org (fedora-stable)
Server: kde-redhat.org (kde-stable)
Server: kde-redhat.org (kde-testing)
Server: Red Hat Linux 8.0 - i386 - os
Server: Red Hat Linux 8.0 - i386 - updates
Finding updated packages
Downloading needed headers
Resolving dependencies
.package gtk2 needs themer >= 0:1.40 (not provided)
package qt needs themer >= 0:1.40 (not provided)
package kdeaddons-konqueror needs libkonqsidebarplugin.so.0 (not provided)
package gtk+ needs themer >= 0:1.40 (not provided)
package redhat-artwork needs themer >= 0:1.40 (not provided)
package kdebase needs themer >= 0:1.40 (not provided)
package kdebase needs themer >= 0:1.40 (not provided)
conflict between kdebase and lisa
conflict between kdebase and kdeutils-laptop
package gnome-spell needs libaspell.so.10 (not provided)
package gnome-spell needs libpspell_aspell.so.2 (not provided)
[root@localhost cloud]# yum install kde
Gathering header information file(s) from server(s)
Server: Red Hat Linux 8.0 - i386 - freshrpms
Server: kde-redhat.org (fedora-stable)
Server: kde-redhat.org (fedora-stable)
Server: kde-redhat.org (kde-stable)
Server: kde-redhat.org (kde-testing)
Server: Red Hat Linux 8.0 - i386 - os
Server: Red Hat Linux 8.0 - i386 - updates
Finding updated packages
Downloading needed headers
Resolving dependencies
.package kde needs themer >= 0:1.40 (not provided)
[root@localhost cloud]# rpmquery themer
package themer is not installed


How does one go about updating things in linux that requires dependencies?
Ride for Ruin and the Worlds Ending

9

Tuesday, March 2nd 2004, 5:29am

Okay i downloaded all the rpms in the ftp
how do i go about installing them - that satisfies the dependancies?

because i'm bound to get a.rpm needs b.rpm and b.rpm needs c.rpm but then c.rpm needs a.rpm

then i'm left going in a cycle.

How do i solve these stupid dependencies? Cause YUM and apt were supposed to do that - and so far all they have done so far is waste my time isntead of save me time.

there really needs to be a governing body on how "official" linux stuff goes about doing things like update and crap
Ride for Ruin and the Worlds Ending

10

Tuesday, March 2nd 2004, 5:32am

Themer is present at following location
rpm -Uvh ftp://apt.us.kde-redhat.org/linux/kde-redhat/apt/kde-redhat/all/RPMS.stable/themer-1.41-0.fdr.1.noarch.rpm
apt or yum should have been able to find it anyway u can install the rpm separately and then try updating kde via apt.

11

Tuesday, March 2nd 2004, 6:40am

:x now its complaining about some plugin for konqueror

WHEN WILL THE MADNESS END!!!!!

apt and yum arent doing much help in resolving and fetching my dependencies

is there a way i can find all the dependencies i'd need
Using a Redhat 8 clean install
And where i can go and hunt these dependencies?
Ride for Ruin and the Worlds Ending

12

Tuesday, March 2nd 2004, 7:10am

If you are facing lot of errors::
Go to ftp://apt.us.kde-redhat.org/linux/kde-redhat/apt/kde-redhat/8.0/RPMS.stable/
download all the packages with version 3.2.0. Also get qt related packages and do rpm -Uvh *.rpm. If it gives any error regarding conflicts note down the package names and remove them using
rpm -e --repackage 'packagename'.
If you get any dependency errors go to rpm.pbone.net and get the dependencies or list the dependency errors and i will get u the url for the packages

13

Wednesday, March 3rd 2004, 3:18am

:*( here's what i got

[root@localhost 3.2]# rpm -Uvh *rpm
warning: kde-3.2.0-0.fdr.1.rh80.noarch.rpm: V3 DSA signature: NOKEY, key ID ff6382fa
warning: package kde = 0:3.2.0-0.fdr.1.rh80 was already added, replacing with kde <= 0:3.2.0-0.fdr.2.rh80
warning: package kde = 0:3.2.0-0.fdr.2.rh80 was already added, replacing with kde <= 0:3.2.0-0.fdr.4.rh80
warning: package kdeutils = 6:3.2.0-0.fdr.0.rh80 was already added, replacing with kdeutils <= 6:3.2.0-0.fdr.1.rh80
warning: package kdeutils-devel = 6:3.2.0-0.fdr.0.rh80 was already added, replacing with kdeutils-devel <= 6:3.2.0-0.fdr.1.rh80
error: Failed dependencies:
arts >= 8:1.1.5 is needed by kde-3.2.0-0.fdr.4.rh80
themer >= 0:1.40 is needed by kde-3.2.0-0.fdr.4.rh80
gtk+ <= 1:1.2.10-28 conflicts with kde-3.2.0-0.fdr.4.rh80
gtk2 <= 2.0.6-8 conflicts with kde-3.2.0-0.fdr.4.rh80
redhat-artwork < 0:0.90 conflicts with kde-3.2.0-0.fdr.4.rh80
themer >= 0:1.40 is needed by kdebase-3.2.0-0.fdr.5.rh80
redhat-logos >= 1.1.10 is needed by kdebase-3.2.0-0.fdr.5.rh80
libasound.so.2 is needed by kdebase-3.2.0-0.fdr.5.rh80
libasound.so.2 is needed by kdebindings-3.2.0-0.fdr.0.rh80
libasound.so.2 is needed by kdegames-3.2.0-0.fdr.1.rh80
libmad.so.0 is needed by kdegames-3.2.0-0.fdr.1.rh80
gphoto2 is needed by kdegraphics-3.2.0-0.fdr.1.rh80
libfribidi.so.0 is needed by kdegraphics-3.2.0-0.fdr.1.rh80
libgphoto2_port.so.0 is needed by kdegraphics-3.2.0-0.fdr.1.rh80
libgphoto2.so.2 is needed by kdegraphics-3.2.0-0.fdr.1.rh80
liblcms.so.1 is needed by kdegraphics-3.2.0-0.fdr.1.rh80
arts >= 8:1.1.5 is needed by kdelibs-3.2.0-0.fdr.8.rh80
libxml2 >= 2.5.11 is needed by kdelibs-3.2.0-0.fdr.8.rh80
libxslt >= 1.0.33 is needed by kdelibs-3.2.0-0.fdr.8.rh80
libasound.so.2 is needed by kdelibs-3.2.0-0.fdr.8.rh80
libjasper-1.700.so.1 is needed by kdelibs-3.2.0-0.fdr.8.rh80
libmad.so.0 is needed by kdelibs-3.2.0-0.fdr.8.rh80
openoffice < 0:1.1 conflicts with kdelibs-3.2.0-0.fdr.8.rh80
arts-devel >= 8:1.1.5 is needed by kdelibs-devel-3.2.0-0.fdr.8.rh80
trm is needed by kdemultimedia-3.2.0-0.fdr.3.rh80
xine-lib >= 0:1.0 is needed by kdemultimedia-3.2.0-0.fdr.3.rh80
alsa-lib >= 0.9.2 is needed by kdemultimedia-3.2.0-0.fdr.3.rh80
libasound.so.2 is needed by kdemultimedia-3.2.0-0.fdr.3.rh80
libFLAC.so.4 is needed by kdemultimedia-3.2.0-0.fdr.3.rh80
libmp3lame.so.0 is needed by kdemultimedia-3.2.0-0.fdr.3.rh80
libmusicbrainz.so.2 is needed by kdemultimedia-3.2.0-0.fdr.3.rh80
libpthread.so.0(GLIBC_2.3.2) is needed by kdemultimedia-3.2.0-0.fdr.3.rh80
libtag.so.1 is needed by kdemultimedia-3.2.0-0.fdr.3.rh80
libxine.so.1 is needed by kdemultimedia-3.2.0-0.fdr.3.rh80
libasound.so.2 is needed by kdenetwork-3.2.0-0.fdr.5.rh80
libiw.so.26 is needed by kdenetwork-3.2.0-0.fdr.5.rh80
libmad.so.0 is needed by kdenetwork-3.2.0-0.fdr.5.rh80
libpthread.so.0(GLIBC_2.3.2) is needed by kdenetwork-3.2.0-0.fdr.5.rh80
libslp.so.1 is needed by kdenetwork-3.2.0-0.fdr.5.rh80
libmal.so.0 is needed by kdepim-3.2.0-0.fdr.4.rh80
valgrind >= 0:1.9.6 is needed by kdesdk-3.2.0-0.fdr.2.rh80
kdevelop < 9:3.0.0 conflicts with kdesdk-3.2.0-0.fdr.2.rh80
qscintilla is needed by PyQt-3.10-0.fdr.0.rh80
libqscintilla.so.3 is needed by PyQt-3.10-0.fdr.0.rh80
libsip.so is needed by PyQt-3.10-0.fdr.0.rh80
themer >= 0:1.40 is needed by qt-3.2.3-0.fdr.9.rh80
libpthread.so.0(GLIBC_2.3.2) is needed by qt-3.2.3-0.fdr.9.rh80
libmysqlclient.so.10 is needed by qt-MySQL-3.2.3-0.fdr.9.rh80
libodbc.so.1 is needed by qt-ODBC-3.2.3-0.fdr.9.rh80
/usr/lib/qt3 is needed by (installed) redhat-artwork-0.47-3

------------------------------------
and i tried to remove the conflicts before i tried to hunt down the dependencies and this what what i got
-------------------------------------

[root@localhost 3.2]# rpm -e --repackage gtk+
error: Failed dependencies:
libgdk-1.2.so.0 is needed by (installed) redhat-config-proc-0.18-1
libgdk-1.2.so.0 is needed by (installed) gnome-libs-1.4.1.2.90-22
libgdk-1.2.so.0 is needed by (installed) gdk-pixbuf-0.18.0-4
libgdk-1.2.so.0 is needed by (installed) gdk-pixbuf-gnome-0.18.0-4
libgdk-1.2.so.0 is needed by (installed) gftp-2.0.13-5
libgdk-1.2.so.0 is needed by (installed) gtk-engines-0.11-13
libgdk-1.2.so.0 is needed by (installed) libgal19-0.19.2-4
libgdk-1.2.so.0 is needed by (installed) libglade-0.17-8
libgdk-1.2.so.0 is needed by (installed) libgnomeprint15-0.35-8
libgdk-1.2.so.0 is needed by (installed) bonobo-1.0.20-3
libgdk-1.2.so.0 is needed by (installed) GConf-1.0.9-6
libgdk-1.2.so.0 is needed by (installed) gnome-spell-0.4.1-4
libgdk-1.2.so.0 is needed by (installed) gnome-vfs-1.0.5-6
libgdk-1.2.so.0 is needed by (installed) switchdesk-gnome-3.9.8-9
libgdk-1.2.so.0 is needed by (installed) bonobo-conf-0.14-7
libgdk-1.2.so.0 is needed by (installed) gnome-print-0.35-8
libgdk-1.2.so.0 is needed by (installed) Guppi-0.40.3-9
libgdk-1.2.so.0 is needed by (installed) libcapplet0-1.4.0.1-9
libgdk-1.2.so.0 is needed by (installed) gtkhtml-1.0.4-3
libgdk-1.2.so.0 is needed by (installed) gnome-pilot-0.1.65-8
libgdk-1.2.so.0 is needed by (installed) mozilla-1.0.1-24
libgdk-1.2.so.0 is needed by (installed) evolution-1.0.8-10
libgdk-1.2.so.0 is needed by (installed) dia-0.90-8
libgdk-1.2.so.0 is needed by (installed) xmms-1.2.7-13.p
libgtk-1.2.so.0 is needed by (installed) redhat-config-proc-0.18-1
libgtk-1.2.so.0 is needed by (installed) gnome-libs-1.4.1.2.90-22
libgtk-1.2.so.0 is needed by (installed) gdk-pixbuf-0.18.0-4
libgtk-1.2.so.0 is needed by (installed) gdk-pixbuf-gnome-0.18.0-4
libgtk-1.2.so.0 is needed by (installed) gftp-2.0.13-5
libgtk-1.2.so.0 is needed by (installed) gtk-engines-0.11-13
libgtk-1.2.so.0 is needed by (installed) libgal19-0.19.2-4
libgtk-1.2.so.0 is needed by (installed) libglade-0.17-8
libgtk-1.2.so.0 is needed by (installed) libgnomeprint15-0.35-8
libgtk-1.2.so.0 is needed by (installed) bonobo-1.0.20-3
libgtk-1.2.so.0 is needed by (installed) GConf-1.0.9-6
libgtk-1.2.so.0 is needed by (installed) gnome-spell-0.4.1-4
libgtk-1.2.so.0 is needed by (installed) gnome-vfs-1.0.5-6
libgtk-1.2.so.0 is needed by (installed) switchdesk-gnome-3.9.8-9
libgtk-1.2.so.0 is needed by (installed) bonobo-conf-0.14-7
libgtk-1.2.so.0 is needed by (installed) gnome-print-0.35-8
libgtk-1.2.so.0 is needed by (installed) Guppi-0.40.3-9
libgtk-1.2.so.0 is needed by (installed) libcapplet0-1.4.0.1-9
libgtk-1.2.so.0 is needed by (installed) gtkhtml-1.0.4-3
libgtk-1.2.so.0 is needed by (installed) gnome-pilot-0.1.65-8
libgtk-1.2.so.0 is needed by (installed) mozilla-1.0.1-24
libgtk-1.2.so.0 is needed by (installed) evolution-1.0.8-10
libgtk-1.2.so.0 is needed by (installed) dia-0.90-8
libgtk-1.2.so.0 is needed by (installed) xmms-1.2.7-13.p
gtk+ >= 1.2 is needed by (installed) imlib-1.9.13-9
gtk+ >= 1.2.5 is needed by (installed) gnome-libs-1.4.1.2.90-22
gtk+ >= 1.2.0 is needed by (installed) gftp-2.0.13-5
gtk+ >= 1.2.8-9 is needed by (installed) gtk-engines-0.11-13
gtk+ >= 1.2.0 is needed by (installed) GConf-1.0.9-6
gtk+ >= 1.2.0 is needed by (installed) bonobo-conf-0.14-7
gtk+ >= 1.2.9 is needed by (installed) librsvg-1.0.2-5
gtk+ = 1.2.10 is needed by (installed) gtk+-devel-1.2.10-22
gtk+ >= 1.2.2 is needed by (installed) xmms-1.2.7-13.p
Ride for Ruin and the Worlds Ending

14

Wednesday, March 3rd 2004, 3:28am

is it normally this hard to update a major component of linux?
Ride for Ruin and the Worlds Ending

15

Wednesday, March 3rd 2004, 6:00am

this is the painful part -- I can tell u the dependencies. Get the rpms from fedora.us, freshrpms or redhat 8.0 dir or use apt
For apt see that all these repositories are present in your sources.list file ( This is a must -- i cannot stress this enough)
(a) http://www.fedora.us
(b) http://www.freshrpms.net
(c) http://dag.wieers.com/home-made/apt/
(d) http://atrpms.physik.fu-berlin.de/
(e) http://rpm.livna.org/
(f) http://www-ccrma.stanford.edu/planetccrma/software/

arts >= 8:1.1.5 is needed by kde-3.2.0-0.fdr.4.rh80
ftp://apt.us.kde-redhat.org/linux/kde-redhat/apt/kde-redhat/8.0/RPMS.stable/arts-1.2.0-0.fdr.2.rh80.i386.rpm
ftp://apt.us.kde-redhat.org/linux/kde-redhat/apt/kde-redhat/8.0/RPMS.stable/arts-devel-1.2.0-0.fdr.2.rh80.i386.rpm

themer >= 0:1.40 is needed by kde-3.2.0-0.fdr.4.rh80
ftp://apt.us.kde-redhat.org/linux/kde-redhat/apt/kde-redhat/all/RPMS.stable/themer-1.41-0.fdr.1.noarch.rpm

gtk+ <= 1:1.2.10-28 conflicts with kde-3.2.0-0.fdr.4.rh80
ftp://apt.us.kde-redhat.org/linux/kde-redhat/apt/kde-redhat/8.0/RPMS.stable/gtk+-1.2.10-28.fdr.3.rh80.i386.rpm
ftp://apt.us.kde-redhat.org/linux/kde-redhat/apt/kde-redhat/8.0/RPMS.stable/gtk+-devel-1.2.10-28.fdr.3.rh80.i386.rpm

gtk2 <= 2.0.6-8 conflicts with kde-3.2.0-0.fdr.4.rh80
ftp://apt.us.kde-redhat.org/linux/kde-redhat/apt/kde-redhat/8.0/RPMS.stable/gtk2-2.0.6-8.fdr.8.rh80.i386.rpm
ftp://apt.us.kde-redhat.org/linux/kde-redhat/apt/kde-redhat/8.0/RPMS.stable/gtk2-devel-2.0.6-8.fdr.8.rh80.i386.rpm

redhat-artwork < 0:0.90 conflicts with kde-3.2.0-0.fdr.4.rh80
ftp://apt.us.kde-redhat.org/linux/kde-redhat/apt/kde-redhat/8.0/RPMS.stable/redhat-artwork-0.90-1.fdr.0.rh80.i386.rpm

themer >= 0:1.40 is needed by kdebase-3.2.0-0.fdr.5.rh80
see above

redhat-logos >= 1.1.10 is needed by kdebase-3.2.0-0.fdr.5.rh80
ftp://apt.us.kde-redhat.org/linux/kde-redhat/apt/kde-redhat/8.0/RPMS.stable/redhat-logos-1.1.14-0.fdr.1.rh80.noarch.rpm

libasound.so.2 is needed by kdebase-3.2.0-0.fdr.5.rh80
libasound.so.2 is needed by kdebindings-3.2.0-0.fdr.0.rh80
libasound.so.2 is needed by kdegames-3.2.0-0.fdr.1.rh80
ftp://apt.us.kde-redhat.org/linux/kde-redhat/apt/kde-redhat/8.0/RPMS.stable/alsa-lib-0.9.2-fr1.i386.rpm
ftp://apt.us.kde-redhat.org/linux/kde-redhat/apt/kde-redhat/8.0/RPMS.stable/alsa-lib-devel-0.9.2-fr1.i386.rpm
ftp://apt.us.kde-redhat.org/linux/kde-redhat/apt/kde-redhat/8.0/RPMS.stable/alsa-driver-0.9.2-fr1.i386.rpm


libmad.so.0 is needed by kdegames-3.2.0-0.fdr.1.rh80
apt-get install libmad

gphoto2 is needed by kdegraphics-3.2.0-0.fdr.1.rh80
apt-get install gphoto2 (It should come with redhat 8.0 or see fedora/freshrpms)

libfribidi.so.0 is needed by kdegraphics-3.2.0-0.fdr.1.rh80
apt-get install fribidi

libgphoto2_port.so.0 is needed by kdegraphics-3.2.0-0.fdr.1.rh80
libgphoto2.so.2 is needed by kdegraphics-3.2.0-0.fdr.1.rh80
see above -- gphoto2 error

liblcms.so.1 is needed by kdegraphics-3.2.0-0.fdr.1.rh80
apt-get install lcms

arts >= 8:1.1.5 is needed by kdelibs-3.2.0-0.fdr.8.rh80
see above -- arts error

libxml2 >= 2.5.11 is needed by kdelibs-3.2.0-0.fdr.8.rh80
apt-get install libxml2

libxslt >= 1.0.33 is needed by kdelibs-3.2.0-0.fdr.8.rh80
apt-get install libxslt

libjasper-1.700.so.1 is needed by kdelibs-3.2.0-0.fdr.8.rh80
http://rpmseek.com/rpm/jasper-1.700.5-2.i686.html?hl=com&cs=libjasper-1.700.so.1:PR:0:0:0:0:1098876

openoffice < 0:1.1 conflicts with kdelibs-3.2.0-0.fdr.8.rh80
update openoffice -- I am not sure iuf updated rpms are available

trm is needed by kdemultimedia-3.2.0-0.fdr.3.rh80
http://rpmseek.com/rpm/trm-0.2.1-76.i586.html?hl=com&cs=trm:PN:0:0:0:0:969430
(install libmusicbrainz before installing this)

xine-lib >= 0:1.0 is needed by kdemultimedia-3.2.0-0.fdr.3.rh80
apt-get install xine-lib

libFLAC.so.4 is needed by kdemultimedia-3.2.0-0.fdr.3.rh80
apt-get install flac

libmp3lame.so.0 is needed by kdemultimedia-3.2.0-0.fdr.3.rh80
apt-get install lame

libmusicbrainz.so.2 is needed by kdemultimedia-3.2.0-0.fdr.3.rh80
apt-get install libmusicbrainz

libpthread.so.0(GLIBC_2.3.2) is needed by kdemultimedia-3.2.0-0.fdr.3.rh80
apt-get install glibc (check if it corresponds to glibc-2.3.2 Or can be gotten on redhat website) ftp.redhat.com/pub/redhat/linux/updates/8.0/en/os/ )
caveat -- update all packages named glibc-*

libtag.so.1 is needed by kdemultimedia-3.2.0-0.fdr.3.rh80
taglib software is present at http://ktown.kde.org/~wheeler/taglib/
Download rpm from http://rpmseek.com/rpm-dl/taglib-1.0-1.i586.html?hl=com&cs=taglib:PN:0:0:0:0:1137720

libiw.so.26 is needed by kdenetwork-3.2.0-0.fdr.5.rh80
apt-get install wireless-tools

libslp.so.1 is needed by kdenetwork-3.2.0-0.fdr.5.rh80
apt-get install openslp

libmal.so.0 is needed by kdepim-3.2.0-0.fdr.4.rh80
ftp://ftp.pbone.net/mirror/apt.unl.edu/apt/9/i386/RedHat/RPMS/libmal-0.31-0.fdr.1.rh90.i386.rpm

valgrind >= 0:1.9.6 is needed by kdesdk-3.2.0-0.fdr.2.rh80
apt-get install valgrind

kdevelop < 9:3.0.0 conflicts with kdesdk-3.2.0-0.fdr.2.rh80
ftp://apt.us.kde-redhat.org/linux/kde-redhat/apt/kde-redhat/8.0/RPMS.stable/kdevelop-3.0.0-0.fdr.0.rh80.i386.rpm

qscintilla is needed by PyQt-3.10-0.fdr.0.rh80
ftp://apt.us.kde-redhat.org/linux/kde-redhat/apt/kde-redhat/8.0/RPMS.stable/qscintilla-1.2-0.fdr.4.rh80.i386.rpm
ftp://apt.us.kde-redhat.org/linux/kde-redhat/apt/kde-redhat/8.0/RPMS.stable/qscintilla-devel-1.2-0.fdr.4.rh80.i386.rpm

libsip.so is needed by PyQt-3.10-0.fdr.0.rh80
ftp://apt.us.kde-redhat.org/linux/kde-redhat/apt/kde-redhat/8.0/RPMS.stable/sip-3.10-0.fdr.0.rh80.i386.rpm
ftp://apt.us.kde-redhat.org/linux/kde-redhat/apt/kde-redhat/8.0/RPMS.stable/sip-devel-3.10-0.fdr.0.rh80.i386.rpm

libmysqlclient.so.10 is needed by qt-MySQL-3.2.3-0.fdr.9.rh80
apt-get install mysql

libodbc.so.1 is needed by qt-ODBC-3.2.3-0.fdr.9.rh80
apt-get install unixODBC

Note :: Some of the rpms i specified are from different distributions but they should be ok to install since they do not have complex dependencies.

I hope i have covered all the dependencies. These errors should not ideally have occurred. The folks at kde-redhat have done a poor job of packaging but you also seem to have an old distro and i think you haven't updated any packages. So once in a while when you try to update stuff you are bound to run into major problems. The best way to go about is keep updating distro once every year.

16

Wednesday, March 3rd 2004, 8:23pm

Thanks for the all the help
I'll try it again tonight when i get home

The only reason I have an old distro is that IBM DB2 wont work on any newer distro
Ride for Ruin and the Worlds Ending

17

Thursday, March 4th 2004, 10:20pm

:(
I give up....
short of your coming over to my house and installing it for me... this thing is never gonna install.

i got stuff in the same package conflicting with each other......
kdebase 3.2.0 conflicts with kdelibs 3.2.0

or something along those lines
i couldnt access konqueror or mozilla after it said that

i'm on windows right now
good ol not always reliable windows coming through this time around....
Ride for Ruin and the Worlds Ending