I knew I forgot to mention something.
I did install the expat libraries from sourceforge. Actually I
found the nice OS X package at <http://mac.softpedia.com/get/HTML-
Tools/Expat-Installer-Package.shtml> and ran that. The install worked.
I don't see how doing something like qw(/home/me/libs/...) will
help since XML::Simple isn't installing anyway. Though I suppose it
would let me test if whether perl is able to use XML::SAX::Expat
which seems present evne though the XML::Simple install can't find
it. Still confused (and getting sleepy to boot...:) ).
** Ken **
On Oct 9, 2006, at 5:52 AM, Robin Darby wrote:
Hello
First off, XML::Simple is defiantly worth using, once you've got
your head around the option syntax it saves a whole load of pain.
I suggest installing the expat libraries first (it contains all
the C stuff needed to parse the xml files) from http://
sourceforge.net/projects/expat/; then try installing XML::Simple
again - should work just fine.
P.S. you can use lib module to point to the location of perl (.pm)
module files, i.e. use lib qw(/home/robin/work/CommonLibs);
--
** Kenneth Knight Web Design, IT Consultant, Software Engineer **
** email@hidden www.wanderingknight.org **
** Ultralight backpacker www.wanderingknight.org **
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Web-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden