[SOLVED] Installing RPM / PKG files for RSS Perl script on CentOS/Bluequartz system
Posted: 2010/07/29 23:59:15
Our server is a CentOS/Bluequartz Nuonce 4.8 server.
Our volunteers have a new project of creating HTML web pages stored locally on our server from external RSS feeds they choose to include.
We chose [url=http://www.webreference.com/perl/tutorial/8/]RSS2HTML Perl Parser[/url].
Also, there is [url=http://www.jimhodgson.com/2009/02/17/rss-to-html-perl-script-rss2htmlpl/]another variation[/url] of the same Perl script. If there is another Perl script, please let us know.
In order for the Perl script to work correctly, the following modules must be installed on the server.
XML::RSS
XML::Parser
LWP::Simple
We would like to install these modules without breaking the BlueQuartz administrator GUI or server and would like to know the proper way to install them. We have already tried the following at root level command prompt without success:
[code]yum install perl-XML-RSS[/code]
RESULT: No Match for argument: perl-XML-RSS
[code]yum install perl-XML-Parser[/code]
RESULT: Parsing package install arguments, Nothing to do
If there is an available *.PKG (administration GUI installation) or *.RPM file with installation instructions specific to CentOS, we would be very greatful to learn from it.
We look forward to hearing from the CentOS community. Thank you.
Our volunteers have a new project of creating HTML web pages stored locally on our server from external RSS feeds they choose to include.
We chose [url=http://www.webreference.com/perl/tutorial/8/]RSS2HTML Perl Parser[/url].
Also, there is [url=http://www.jimhodgson.com/2009/02/17/rss-to-html-perl-script-rss2htmlpl/]another variation[/url] of the same Perl script. If there is another Perl script, please let us know.
In order for the Perl script to work correctly, the following modules must be installed on the server.
XML::RSS
XML::Parser
LWP::Simple
We would like to install these modules without breaking the BlueQuartz administrator GUI or server and would like to know the proper way to install them. We have already tried the following at root level command prompt without success:
[code]yum install perl-XML-RSS[/code]
RESULT: No Match for argument: perl-XML-RSS
[code]yum install perl-XML-Parser[/code]
RESULT: Parsing package install arguments, Nothing to do
If there is an available *.PKG (administration GUI installation) or *.RPM file with installation instructions specific to CentOS, we would be very greatful to learn from it.
We look forward to hearing from the CentOS community. Thank you.