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: /Network/Library

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

Where is site_perl?

2003-03-09 Thread Vicki Brown
OK, where is site_perl? ... or the moral equivalent thereof? Given Apple's unusual installation directories, if I have a set of .pm's I need to install (no bundle, no Makefile, I just need to put them in the right place)... do I put them in /Library/Perl/darwin? /Library/Perl/darwin/auto

Re: Where is site_perl?

2003-03-09 Thread Chris Devers
On Sun, 9 Mar 2003, Vicki Brown wrote: OK, where is site_perl? ... or the moral equivalent thereof? For standard directories, /Library/Perl seems to be the moral equivalent of /usr/local, but you have other options as well. I'm not sure how close to standard my setup is, but: % perl -e