Re: need help with XML::Simple

2010-11-02 Thread galeb abu-ali
You're right, my path is messed up, I have SAX installed. I tried to move stuff around and when I run the script I get a new error message: Can't locate loadable object for module XML::LibXML in @INC (@INC contains: /usr/local/lib/perl5/site_perl/5.12.2/x86_64-linux-multi /usr/local/lib/perl5/site_

Re: need help with XML::Simple

2010-11-01 Thread shawn wilson
I'm just talking out of my ass here but, it sounds like either you need to install the sax module or your search path is messed up. The former should be easy enough to check, for the later try: perldoc -v And perldoc -f perlrun On Nov 1, 2010 5:04 PM, "galeb abu-ali" wrote: > i downloaded perl-XM

Re: need help with XML::Simple

2010-11-01 Thread galeb abu-ali
i downloaded perl-XML-Parser using yum and am getting an error message: Can't locate XML/LibXML/SAX.pm in @INC (@INC contains: /usr/local/lib/perl5/site_perl/5.12.2/x86_64-linux-multi /usr/local/lib/perl5/site_perl/5.12.2 /usr/local/lib/perl5/5.12.2/x86_64-linux-multi /usr/local/lib/perl5/5.12.2 .

Re: need help with XML::Simple

2010-11-01 Thread galeb abu-ali
I'm running Red Hat Enterprise Linux 5.5, and don't know how to go through the package manager to get this done. Also, is it possible that I didn't place the expat library in the right place? thanks On Mon, Nov 1, 2010 at 2:38 PM, shawn wilson wrote: > What distribution are you running? It migh

Re: need help with XML::Simple

2010-11-01 Thread galeb abu-ali
I do not have ParserDetails.ini in the SAX folder. I just tried installing XML::Parser using CPAN and got a lot of error messages that end with: make[1]: *** [Expat.o] Error 1 make[1]: Leaving directory `/root/.cpan/build/XML-Parser- 2.40-oAWQkX/Expat' make: *** [subdirs] Error 2 CHORNY/XML-Pars

Re: need help with XML::Simple

2010-11-01 Thread Jim Gibson
On 11/1/10 Mon Nov 1, 2010 10:01 AM, "galeb abu-ali" scribbled: > Hi, > > I installed BioPerl on RHEL 5.5 (successfully I hope) and am trying to > execute a xml parser script that uses XML::Simple. I keep getting the > following error message: > > could not find ParserDetails.ini in /usr/loca