Subject: | Can't Install as non root on shared host |
Looks like I cant install on shared host even with my own new perl
installation in my home directory. Looks like somewhere along the lines
it just looses its path information and all the other errors just
cascade from that. example:
...
Use of uninitialized value in chdir at t/lib/DistGen.pm line 332.
Use of chdir('') or chdir(undef) as chdir() is deprecated at
t/lib/DistGen.pm line 332.
Can't open perl script "Build.PL": No such file or directory
Can't find 'build_params' in _build at
/home/u3/solidriver/.cpan/build/Module-Build-0.2808-VFcyqo/blib/lib/Module/Build/Base.pm
line 1011.
# Looks like you planned 52 tests but only ran 26.
# Looks like your test died just after 26.
Warning: Removing existing directory
'/home/u3/solidriver/.cpan/build/Module-Build-0.2808-VFcyqo/t/_tmp/Simple'
pwd: .: Permission denied
pwd: .: Permission denied
Can't find file lib/Simple.pm to determine version at
/home/u3/solidriver/.cpan/build/Module-Build-0.2808-VFcyqo/blib/lib/Module/Build/Base.pm
line 950.
Couldn't run Build.PL: at
/home/u3/solidriver/.cpan/build/Module-Build-0.2808-VFcyqo/blib/lib/Module/Build/Compat.pm
line 200.
# Failed test at t/compat.t line 180.
# Failed test 'Makefile should exist'
# at t/compat.t line 181.
make: Permission denied
pwd: .: Permission denied
pwd: .: Permission denied
....
I accept the possibility that I could be doing something wrong or
uninformed but I do feel this module should install in my setup
especially since its critical for other modules to install.