I ran make install with Expat and that went fine but now trying to get cpan to install XML::Parser::Expat presents me with the problem that Perl can't find Expat in /usr/local/lib/ (which is Expat's default via the recommended [cpan advised] sourceforge install).
Looking in set I find my path sez: path (/sw/bin /sw/sbin /Users/phil/bin/powerpc-apple-darwin /Users/phil/bin /usr/local/bin /usr/bin /bin /usr/local/sbin /usr/sbin /sbin /usr/X11R6/bin) so I figure the easiest way to get Perl to see Expat is to add /usr/local/lib/ to my path (I don't really want to point a specific makefile.pl at the directory as I think /usr/local/lib/ _should_ be in my path anyway ;-) Can anybody help with the correct way to add /usr/local/lib/? Or am I barking up the wrong tree, so to speak... (btw I'm using tcsh) Regards, Phil.
