Re: Panther/DBI

2003-10-25 Thread David Wheeler
On Friday, October 24, 2003, at 10:59 PM, Rich Allen wrote: have read the archive about modify Config.pm with ld='env MACOSX_DEPLOYMENT_TARGET=10.3 cc' have reinstalled Bundle::DBI and DBD::mysql and restarted, but still get the follwoing: Can't locate DBI.pm in @INC (@INC contains:

Re: Panther/DBI

2003-10-25 Thread David Wheeler
On Saturday, October 25, 2003, at 10:59 AM, Rich Allen wrote: in /Library/Perl/darwin had use the instructions at http://developer.apple.com/internet/macosx/perl.html I hope not. That article isn't exactly relevant for Panther. It should instead go into /Library/Perl/5.8.1/darwin. Go back and

Re: Panther/DBI

2003-10-25 Thread Morbus Iff
http://developer.apple.com/internet/macosx/perl.html I hope not. That article isn't exactly relevant for Panther. It should I can heartily second that - I wrote the article in question. -- Morbus Iff ( sleep breeds sanity ) Technical: http://www.oreillynet.com/pub/au/779 Culture:

Re: Panther/DBI

2003-10-25 Thread David Wheeler
On Saturday, October 25, 2003, at 11:09 AM, Rich Allen wrote: i must have misunderstood your question, this is were the original version was that worked. after doing a 10.3 upgrade is when i started having the problem. so after upgrading, how do i get DBI to work? do i need to recompile

XML::Sablotron and Panther

2003-10-25 Thread Andrew Mace
Hi I did a clean install of Panther last night and have been rebuilding my Perl libraries. Both libexpat and libsablot compiled ok, but when I try to install the XML::Sablotron package, I get the following errors: In file included from Sablotron.xs:89: Processor/Processor.h: In function

XML::Sablotron and Panther

2003-10-25 Thread Andrew Mace
Hi I did a clean install of Panther last night and have been rebuilding my Perl libraries. Both libexpat and libsablot compiled ok, but when I try to install the XML::Sablotron package, I get the following errors: In file included from Sablotron.xs:89: Processor/Processor.h: In function

How to add to @INC?

2003-10-25 Thread Vic Norton
My Perl 5.8.0 resides in /opt/local/bin/. Perl 5.6.0 is in /usr/bin. When I start a script with #!/opt/local/bin/perl -w use Date::Parse; I get an error message because Date::Parse is in /Library/Perl/Date and my Perl 5.8.0 @INC doesn't contain /Library/Perl. I have no problems when I