Re: video scrensaver



Mark Hull-Richter wrote:
> I'm running CentOS (RHEL) 5.0, and it only comes with four
> screensavers.  I'm also interested in getting more, but I do not
> have either of the above noted directories on my system.
> 
> Yum tells me I have gnome-screensaver.x86_64 installed, version
> 2.16.1.  I tried to install 2.16.3 from gnome, but configure blew up
> when I tried to run it with this:
> 
> checking for XML::Parser... configure: error: XML::Parser perl
> module is required for intltool
> 
> I'm not sure where to go from here....

You need the perl-XML-Parser package.  You can install perl modules
either by package name or by specifying them by module:

    yum install "perl(XML::Parser)"

I don't know if yum-utils is available for CentOS or not, but it
includes yum-builddep which can be used to install the build
dependencies for rpms.  As it's unlike that the build deps changed
between 2.16.1 and 2.16.3, you should be able to say:

    yum-builddep gnome-screensaver

and get the deps for building installed.

You really ought to use rpm to do this.  That likely means rebuilding
the current rpm with the updated gnome-screensaver.  Otherwise you'll
either have two version on your system or you'll overwrite one or
you'll just remove the rpm version and leave any packages that require
that rpm wondering what's going on.

-- 
Todd        OpenPGP -> KeyID: 0xBEAF0CE3 | URL: www.pobox.com/~tmz/pgp
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
When you make a mistake, make amends immediately.  It's easier to eat
crow while it's still warm.

Attachment: pgpbvQCcqKOVr.pgp
Description: PGP signature



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]