Re: Where is site_perl?

2003-03-10 Thread drieux
On Sunday, Mar 9, 2003, at 19:53 US/Pacific, Vicki Brown wrote: OK, where is site_perl? ... or the moral equivalent thereof? [jeeves: 94:] perl -MConfig -e 'print site lib: $Config{installsitelib} \nVendor Lib: $Config{installvendorlib}\n' site lib: /Library/Perl Vendor Lib:

Re: Where is site_perl?

2003-03-10 Thread Ken Williams
On Monday, March 10, 2003, at 10:44 AM, drieux wrote: On Sunday, Mar 9, 2003, at 19:53 US/Pacific, Vicki Brown wrote: OK, where is site_perl? ... or the moral equivalent thereof? [jeeves: 94:] perl -MConfig -e 'print site lib: $Config{installsitelib} \nVendor Lib: $Config{installvendorlib}\n'

Re: Where is site_perl?

2003-03-10 Thread drieux
On Monday, Mar 10, 2003, at 09:21 US/Pacific, Ken Williams wrote: [..] perl -V:installsitelib -V:installvendorlib first off thanks for the tip, somewhere I remember reading that it should work that way, but I will confess a complete blithe naivete about what I believe someone called 'perl golfing'

Re: Where is site_perl?

2003-03-10 Thread Ken Williams
On Monday, March 10, 2003, at 12:18 PM, drieux wrote: you might want to check if you have an 'open issue' caused by installing one of the fink modules that may bite you either that or you skipped a step when building your version of perl. Yeah, I'm sure that's what it's going to be - my perl

Re: Where is site_perl?

2003-03-10 Thread Vicki Brown
At 08:44 -0800 2003-03-10, drieux wrote: At which point you may wish to correct the core defect here, which is that your collection of 'perl modules' would be simpler to manage had you started with say h2xs to simplify the process of building out your 'source tree' - and generating the requisite

perl and DBD::Pg

2003-03-10 Thread Lorin Rivers
I periodically attempt to install DBD::Pg, and typically get dyld: /usr/bin/perl Undefined symbols: I have been messing around with App::Info and I get: File Xerxes:Users:lrivers:Desktop:postgres.pl; Line 2: Can't locate App/Info/RBDMS/PostgreSQL.pm in @INC (@INC contains:

Re: CamelBones and CVS

2003-03-10 Thread Thilo Planz
Hi, I have written some small apps in Perl using CamelBones. Have anybody gotten as far as trying to ship these? Yup. Someone should really compile a list of CB projects one day... Except for the examples bundled with CB itself, I know of JournalX

Re: CamelBones and CVS

2003-03-10 Thread Sherm Pendley
On Monday, March 10, 2003, at 09:00 PM, Thilo Planz wrote: Someone should really compile a list of CB projects one day... I'm rebuilding the CB site, and it'll have a section with links to projects. (Alex Robinson, who created the aqua camel logo, did some really nice design work for the new

Re: perl/tk with aqua-tcl/tk 8.4.1 on 10.2.1

2003-03-10 Thread Rich Morin
I posted a related inquiry to [EMAIL PROTECTED], where Jim Ingham (the TclTkAqua developer) saw it. He responded: JI You should probably ask this question on the PerlTk newsgroup. JI JI Last time I heard, folks there were working on a version of PerlTk JI that would use Tk 8.4.x, but very slowly,

Re: perl and DBD::Pg

2003-03-10 Thread Lorin Rivers
On Monday, March 10, 2003, at 08:36 PM, Sherm Pendley wrote: On Monday, March 10, 2003, at 08:11 PM, Lorin Rivers wrote: I periodically attempt to install DBD::Pg, and typically get dyld: /usr/bin/perl Undefined symbols: -r--r--r-- 1 root admin 17392 Aug 8 2002 PostgreSQL.pm

Re: perl and DBD::Pg

2003-03-10 Thread Sherm Pendley
On Monday, March 10, 2003, at 09:58 PM, Lorin Rivers wrote: Welcome to Rivendell, Mr. Anderson. this, to me, is the most jarring thing about LoTR... I found the absence of Tom Bombadil fairly jarring, as well. The whole episode with the barrow-wights ties

Re: perl and DBD::Pg

2003-03-10 Thread stephen rouse
* Spoiler warning, for the two people who haven't read the books! * is there such a thing as a Perl programmer who hasn't read the trilogy? :) You've probably all seen this already, but did you notice that LOTR is listed as offline documentation section (in the preface) of the Programming Perl

Re: perl and DBD::Pg

2003-03-10 Thread Sherm Pendley
On Monday, March 10, 2003, at 11:47 PM, stephen rouse wrote: You've probably all seen this already, but did you notice that LOTR is listed as offline documentation section (in the preface) of the Programming Perl 3rd edition? i got a kick out of that :) LOL! Come to think of it, I can see a

Re: perl: warning: Setting locale failed.

2003-03-10 Thread Robin
On Monday, March 10, 2003, at 08:12 am, Vicki Brown wrote: perl: warning: Setting locale failed. perl: warning: Please check that your locale settings: LC_ALL = (unset), LANG = en are supported and installed on your system. perl: warning: Falling back to the standard locale

Re: perl: warning: Setting locale failed.

2003-03-10 Thread Robin
On Monday, March 10, 2003, at 11:16 am, Kay Roepke wrote: Probably the quickest is to tell Perl to shut up about it, by setting the PERL_BADLANG environment variable to 0. however this will adversley affect standard functions which use matching or comparison capabilities (not just regex),