Re: Strange problem with @INC

2007-01-11 Thread Jesse Engel
all suggestions are gladly welcomed. i haven't had any time to poke at it but hopefully i can find something good. i'm imagining that the lack of an xinitrc file other than the default is the culprit. i have installed perlmodules via fink and that probably has created some issues as well. thanks

Re: Strange problem with @INC

2007-01-11 Thread kurtz le pirate
In article <[EMAIL PROTECTED]>, [EMAIL PROTECTED] (Jesse Engel) wrote: > for some reason, X11 has a different version of @INC than reported with > apple's terminal. if i run > > perl -e 'foreach (@INC) { print "$_\n";}' with apple_terminal, i get for me, under 'terminal' i get : -

Re: Strange problem with @INC

2007-01-10 Thread Doug McNutt
At 08:53 -0500 1/10/07, Jay Savage wrote: >As I said before, you have two options here. Since reinstalling all >your Finked software manually probably isn't appealing, what you need >to do is use your .xinitrc file to setup the fink environment in X. >Either setup your PATH and PERL5LIB manually in

Re: Strange problem with @INC

2007-01-10 Thread Jay Savage
On 1/9/07, Jesse Engel <[EMAIL PROTECTED]> wrote: hmm, no, just the default /usr/bin/perl. i've thought about installing 5.8.8, but haven't yet. i changed my shell to bash (doesn't everyone?) in both xterm and apple_terminal and i did make a .bashrc in which i changed the default value of $PATH

Re: Strange problem with @INC

2007-01-10 Thread Joel Rees
On 平成 19/01/10, at 9:25, Jesse Engel wrote: hmm, no, just the default /usr/bin/perl. i've thought about installing 5.8.8, but haven't yet. i changed my shell to bash (doesn't everyone?) in both xterm and apple_terminal and i did make a .bashrc in which i changed the default value of $PATH t

Re: Strange problem with @INC

2007-01-09 Thread Ken Williams
On Jan 9, 2007, at 6:25 PM, Jesse Engel wrote: i'm poking through man x to see if i can find something. That's a red herring. As Jay indicated, the only difference between your two environments is that under Terminal.app you've got $PERL5LIB set (to /sw/lib/perl5), but under X11 you don

Re: Strange problem with @INC

2007-01-09 Thread Jesse Engel
hmm, no, just the default /usr/bin/perl. i've thought about installing 5.8.8, but haven't yet. i changed my shell to bash (doesn't everyone?) in both xterm and apple_terminal and i did make a .bashrc in which i changed the default value of $PATH to this: PATH=$PATH":/sw/bin:/usr/X11R6/bin:/usr/lo

Re: Strange problem with @INC

2007-01-09 Thread Jay Savage
On 1/9/07, Jesse Engel <[EMAIL PROTECTED]> wrote: for some reason, X11 has a different version of @INC than reported with apple's terminal. if i run perl -e 'foreach (@INC) { print "$_\n";}' with apple_terminal, i get /sw/lib/perl5/5.8.1/darwin-thread-multi-2level /sw/lib/perl5/5.8.1 /sw/lib/p

Strange problem with @INC

2007-01-09 Thread Jesse Engel
for some reason, X11 has a different version of @INC than reported with apple's terminal. if i run perl -e 'foreach (@INC) { print "$_\n";}' with apple_terminal, i get /sw/lib/perl5/5.8.1/darwin-thread-multi-2level /sw/lib/perl5/5.8.1 /sw/lib/perl5/darwin-thread-multi-2level /sw/lib/perl5 /sw/li