Hi Kwan:
I installed kdelibs-3.0.0-10.src.rpm like so:
rpm ivh /usr/src/redhat/kdelibs-3.0.0-10.src.rpm
Then:
ls /$RPMDIR/rpm/SPECS
No such dir.
I don't know how to proceed at this point though I do have an $RPMDIR
directory.
Any ideas?
Thanks
John Clay
> >
> > $KDEDIR/lib/kde3/libkdeprint_cups.la
> > $KDEDIR/lib/kde3/libkdeprint-cups.so
> > $KDEDIR/share/apps/kdeprint/plugins/cups.print
> >
> You'll need to get the source rpm for the package you're trying to
> install. Since the only change you need is to support CUPS, you can get
> the same version but just change some options in the spec file. E.g.:
> Grab the source rpm and install it.
> Edit the $RPMDIR/rpm/SPECS/kde*.spec file and add the proper option to
> the %configure section.
> Rebuild the source rpm:
> for rpm 4.0 -- rpmbuild -ba kdexxxx.spec
> for rpm 3.x -- rpm -ba kdexxxx.spec
>
> >
> > How do I update an existing (RPM) package upon which other packages are
> > dependent without breaking other things?
>
> You need to do an "update" rather than an install. E.g.,
> rpm -Uvh name_of_package.rpm
>
> Occasionally there are packages that depend on a particular version of a
> library. You'll either have to rebuild all the packages that require the
> library or upgrade them. Welcome to dependency hell.
>
> >
> > Thanks
> >
> > --
> > John Clay <john.clay@lfr.com>
--John Clay <john.clay@lfr.com>
This archive was generated by hypermail 2.1.3 : Fri Aug 01 2014 - 16:38:21 EDT