drieux wrote:

> I bet you ran into the same thing I just noticed - namely
> that your version of perl when you run perl -V, does not
> happen to have any reference to
>
>     /usr/lib/perl5/5.6.0
>
> at all, which is where your previously installed packages are....
>
> plan A: rebuild perl to be 5.6.0 aware
>
> plan B:
>
>     PERLLIB=/usr/lib/perl5/5.6.0:/usr/lib/perl5/site_perl/5.6.0
>     export PERLLIB


even after running that i get :
This is perl, v5.6.1 built for i386-linux

Copyright 1987-2001, Larry Wall

Perl may be copied only under the terms of either the Artistic License 
or the
GNU General Public License, which may be found in the Perl 5 source kit.

Complete documentation for Perl, including FAQ lists, should be found on
this system using `man perl' or `perldoc perl'.  If you have access to the
Internet, point your browser at h


TIA -
Rob


-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to