show/hide this revision's text 4 added 4 characters in body; edited tags

How to set up different perl version Can I install a pre-configured Perl binary package in my home directory? is there PERL_HOME that be set after compiling?

I want to set up perl Perl 5.10 in my home directory in addition to the ancient perl Perl currently on the machine in the /usr/local. I am not a super-user on this machine.

I found the require 5.10 HPUX perl binary package and it seems to work, but for some reason it seems to assume it's running in /usr/local (as evidenced by @INC error messages), is . Is there some other variable in addition to PERLLIB, like PERL HOME PERLHOME or something , I need to set so that perl Perl won't look for anything in the /usr/local dirs?

ps

P.S. I seen advice online to compile and set the dir in the .configure /Configure step, but I been having hard time compiling things on this old box so I'd prefer to use the pre-compiled perl Perl since it seems mostly to work.


UPDATE -- Leon answered this, so basically it's not possible to run perl binary correctly from your home dir unless it was compiled with that in mind

show/hide this revision's text 3 added update and selected answer

I want to set up perl 5.10 in my home directory in addition to the ancient perl currently on the machine in the /usr/local. I am not a super-user on this machine.

I found the require 5.10 HPUX perl binary package and it seems to work, but for some reason it seems to assume it's running in /usr/local (as evidenced by @INC error messages), is there some other variable in addition to PERLLIB, like PERL HOME or something, I need to set so that perl won't look for anything in the /usr/local dirs?

ps. I seen advice online to compile and set the dir in .configure step, but I been having hard time compiling things on this old box so I'd prefer to use the pre-compiled perl since it seems mostly to work.


UPDATE -- Leon answered this, so basically it's not possible to run perl binary correctly from your home dir unless it was compiled with that in mind

show/hide this revision's text 2 link to compile instructions

I want to set up perl 5.10 in my home directory in addition to the ancient perl currently on the machine in the /usr/local. I am not a super-user on this machine.

I found the require 5.10 HPUX perl binary package and it seems to work, but for some reason it seems to assume it's running in /usr/local (as evidenced by @INC error messages), is there some other variable in addition to PERLLIB, like PERL HOME or something, I need to set so that perl won't look for anything in the /usr/local dirs?

ps. I seen advice online to compile and set the dir in .configure step, but I been having hard time compiling things on this old box so I'd prefer to use the pre-compiled perl since it seems mostly to work.

show/hide this revision's text 1