On Dec 11, 2007, at 9:15 PM, Ralph Shumaker wrote:
I'm having trouble with ./configure,. First, it couldn't find a C compiler. I went into configure.log and saw that one of the compilers it searched for was gcc. I yum installed that, but now it wants an XML::Parser perl module. 'yum list all | grep [Pp]arser | grep XML' shows a few possibilities. But how do I know which one to install?
Assuming redhat/fedora/centos, you probably want something like "perl- XML-Parser". RH and derivatives name perl modules thusly:
XXX::YYY[::ZZZ] == perl-XXX-YYY[-ZZZ] So: $ sudo yum list available | grep -i "xml.*parser" Password: perl-XML-Parser.i386 2.34-6.1.2.2.1 base Ah, I was right. (That was on a CentOS 5 system.) Gregory -- Gregory K. Ruiz-Ade <[EMAIL PROTECTED]> OpenPGP Key ID: EAF4844B keyserver: pgpkeys.mit.edu -- [email protected] http://www.kernel-panic.org/cgi-bin/mailman/listinfo/kplug-list
