D
dawmail333
Hi!
I was trying to install a personal version of Perl to my own user
folder. I am running on a remote webserver that uses Apache. I have
succeeded with the following steps:
wget http://perl.com/CPAN/src/stable.tar.gz
tar zvxf stable.tar.gz
cd perl-5.8.8
sh Configure -de -Dprefix=/home/.bazooka/dawliam/perl/
This is the line I encounter problems on:
make && make test && make install
This is the 'dump':
Extracting find2perl (with variable substitutions)
make[1]: Leaving directory `/home/.bazooka/dawliam/perl-5.8.8/x2p'
Making B (dynamic)
opendir(./../../../../..): Permission denied at ../../lib/File/Find.pm
line 604
Use of chdir('') or chdir(undef) as chdir() is deprecated at ../../lib/
File/Find
..pm line 751.
opendir(./../..): Permission denied at ../../lib/ExtUtils/MakeMaker.pm
line 170
Couldn't change to directory /home/.bazooka/dawliam/C: No such file or
directory
at Makefile.PL line 18
Writing Makefile for B
Warning: No Makefile!
make[1]: Entering directory `/home/.bazooka/dawliam/perl-5.8.8/ext/B'
make[1]: *** No rule to make target `config'. Stop.
make[1]: Leaving directory `/home/.bazooka/dawliam/perl-5.8.8/ext/B'
make config failed, continuing anyway...
make[1]: Entering directory `/home/.bazooka/dawliam/perl-5.8.8/ext/B'
make[1]: *** No rule to make target `all'. Stop.
make[1]: Leaving directory `/home/.bazooka/dawliam/perl-5.8.8/ext/B'
make: *** [lib/auto/B/B.so] Error 2
[hyperion]$ /home/.bazooka/dawliam/perl -MCPAN -e shell
-bash: /home/.bazooka/dawliam/perl: is a directory
[hyperion]$
Can anyone help? Thanks in advance.
I was trying to install a personal version of Perl to my own user
folder. I am running on a remote webserver that uses Apache. I have
succeeded with the following steps:
wget http://perl.com/CPAN/src/stable.tar.gz
tar zvxf stable.tar.gz
cd perl-5.8.8
sh Configure -de -Dprefix=/home/.bazooka/dawliam/perl/
This is the line I encounter problems on:
make && make test && make install
This is the 'dump':
Extracting find2perl (with variable substitutions)
make[1]: Leaving directory `/home/.bazooka/dawliam/perl-5.8.8/x2p'
Making B (dynamic)
opendir(./../../../../..): Permission denied at ../../lib/File/Find.pm
line 604
Use of chdir('') or chdir(undef) as chdir() is deprecated at ../../lib/
File/Find
..pm line 751.
opendir(./../..): Permission denied at ../../lib/ExtUtils/MakeMaker.pm
line 170
Couldn't change to directory /home/.bazooka/dawliam/C: No such file or
directory
at Makefile.PL line 18
Writing Makefile for B
Warning: No Makefile!
make[1]: Entering directory `/home/.bazooka/dawliam/perl-5.8.8/ext/B'
make[1]: *** No rule to make target `config'. Stop.
make[1]: Leaving directory `/home/.bazooka/dawliam/perl-5.8.8/ext/B'
make config failed, continuing anyway...
make[1]: Entering directory `/home/.bazooka/dawliam/perl-5.8.8/ext/B'
make[1]: *** No rule to make target `all'. Stop.
make[1]: Leaving directory `/home/.bazooka/dawliam/perl-5.8.8/ext/B'
make: *** [lib/auto/B/B.so] Error 2
[hyperion]$ /home/.bazooka/dawliam/perl -MCPAN -e shell
-bash: /home/.bazooka/dawliam/perl: is a directory
[hyperion]$
Can anyone help? Thanks in advance.