4 Oct
2002
4 Oct
'02
13:44
SuSE did not provide a kdenetwork RPM. That broke my kmail. I ended up downloading the tarballs for kdelib, kdebase, and kdenetwork source code. I found I had to do a tar xvjf tarball.tar.bz2 \ cd tarball export QTDIR=/usr/lib/qt3 \ export KDEDIR=/opt/kde3 \ cvs update \ make -f Makefile.cvs \ ./configure \ make && make install on each tarball. I also had to install a few development rpms to make it work. I don't recall which ones right now. I also ran ldconfig after each install, but I'm not sure I needed to. I'm going off of memeory on the above so YMMV. http://dot.kde.org/1033624198/ STH