XMLin() not finding XML::SAX or XML::Parser modules Problem

2004-09-23 Thread Ajey Kulkarni
Hi, XMLin() requires either XML::SAX or XML::Parser at line number blah blah. I actually copied these two perl modules in the right place but still then my script is not able to find these.(in @INC). I'm trying to call this XMLin() function from another perl module. Am i missing anything here? An

Re: XMLin() not finding XML::SAX or XML::Parser modules Problem

2004-09-23 Thread Chris Devers
On Thu, 23 Sep 2004, Ajey Kulkarni wrote: > XMLin() requires either XML::SAX or XML::Parser at line number blah blah. > I actually copied these two perl modules in the right place but still then > my script is not able to find these.(in @INC). What is XMLin() ? Ahh, I see, it's a method provide

Re: XMLin() not finding XML::SAX or XML::Parser modules Problem

2004-09-23 Thread Chris Devers
Please send all replies to the list, not me directly. Thanks. On Thu, 23 Sep 2004, Ajey Kulkarni wrote: > Thanks a bunch Chris. I FORCED the pms to be copied. > I'll try to install this and get it running. It usually isn't a good idea to force an install unless you understand what the error you

Re: XMLin() not finding XML::SAX or XML::Parser modules Problem

2004-09-24 Thread Ajey Kulkarni
I installed the expat libs,but the cpan shell is now asking for EXPATLIBPATH and EXPATINCPATH. It says perl Makefile.PL Now,how do i specify these paths for XML::Module installation?? Where is this Makefile.PL file? Regards again -Ajey On Thu, 23 Sep 2004, Chris Devers wrote: > Please send

Re: XMLin() not finding XML::SAX or XML::Parser modules Problem

2004-09-24 Thread Chris Devers
On Fri, 24 Sep 2004, Ajey Kulkarni wrote: > I installed the expat libs,but the cpan shell is now asking > for EXPATLIBPATH and EXPATINCPATH. Oh. That. Yeah, that's a pain. The first thing is to get Expat installed, which I forgot about before. Instructions for this will vary depending what OS y

Re: XMLin() not finding XML::SAX or XML::Parser modules Problem

2004-09-24 Thread Wiggins d Anconia
> On Fri, 24 Sep 2004, Ajey Kulkarni wrote: > > > I installed the expat libs,but the cpan shell is now asking > > for EXPATLIBPATH and EXPATINCPATH. > > Oh. That. Yeah, that's a pain. > > The first thing is to get Expat installed, which I forgot about before. > Instructions for this will vary d