
Ijon.Tichi
New User
Aug 29, 2012, 11:14 AM
Post #1 of 1
(1292 views)
|
Perl install problem
|
Can't Post
|
|
Hi, I'm trying to install locally a new version of Perl. My system is Debian GNU/Linux 6.0.3 (I'm one of the many users, without sudo permissions). I tried to install it by different ways, including perlbrew but always got the same error (see below). What is wrong and how could I fix it? Thank you!
... `sh cflags "optimize='-O2'" perlmini.o` -DPERL_IS_MINIPERL -DPERL_EXTERNAL_GLOB perlmini.c CCCMD = cc -DPERL_CORE -c -fno-strict-aliasing -pipe -fstack-protector -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -std=c89 -O2 -Wall -ansi -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wc++-compat -Wwrite-strings cc -fstack-protector -L/usr/local/lib -o miniperl \ gv.o toke.o perly.o pad.o regcomp.o dump.o util.o mg.o reentr.o mro.o keywords.o hv.o av.o run.o pp_hot.o sv.o pp.o scope.o pp_ctl.o pp_sys.o doop.o doio.o regexec.o utf8.o taint.o deb.o universal.o globals.o perlio.o perlapi.o numeric.o mathoms.o locale.o pp_pack.o pp_sort.o \ miniperlmain.o opmini.o perlmini.o -lnsl -ldl -lm -lcrypt -lutil -lc ./miniperl -w -Ilib -MExporter -e '<?>' || make minitest /bin/ln -s perldelta.pod pod/perl5142delta.pod ./miniperl -Ilib autodoc.pl ./miniperl -Ilib -Idist/Cwd -Idist/Cwd/lib pod/perlmodlib.PL -q ./miniperl -Ilib make_patchnum.pl Updating 'git_version.h' and 'lib/Config_git.pl' ./miniperl -Ilib configpm written lib/Config.pod updated lib/Config.pm updated lib/Config_heavy.pl ./miniperl -Ilib write_buildcustomize.pl >lib/buildcustomize.pl ./miniperl -Ilib make_ext.pl cpan/Archive-Extract/pm_to_blib MAKE=make LIBPERL_A=libperl.a Making Archive::Extract (all) Creating Makefile.PL in cpan/Archive-Extract for Archive::Extract Running Makefile.PL in cpan/Archive-Extract ../../miniperl -I../../lib Makefile.PL INSTALLDIRS=perl INSTALLMAN1DIR=none INSTALLMAN3DIR=none PERL_CORE=1 LIBPERL_A=libperl.a Writing Makefile for Archive::Extract Writing MYMETA.yml make[1]: Entering directory `/home/itjrt/perl5/perlbrew/build/perl-5.14.2/cpan/Archive-Extract' Makefile out-of-date with respect to Makefile.PL Cleaning current config before rebuilding Makefile... make -f Makefile.old clean > /dev/null 2>&1 ../../miniperl "-I../../lib" "-I../../lib" Makefile.PL "INSTALLDIRS=perl" "INSTALLMAN1DIR=none" "INSTALLMAN3DIR=none" "PERL_CORE=1" "LIBPERL_A=libperl.a" Writing Makefile for Archive::Extract Writing MYMETA.yml ==> Your Makefile has been rebuilt. <== ==> Please rerun the make command. <== false make[1]: *** [Makefile] Error 1 make[1]: Leaving directory `/home/itjrt/perl5/perlbrew/build/perl-5.14.2/cpan/Archive-Extract' make config PERL_CORE=1 LIBPERL_A=libperl.a failed, continuing anyway... Making all in cpan/Archive-Extract make all PERL_CORE=1 LIBPERL_A=libperl.a make[1]: Entering directory `/home/itjrt/perl5/perlbrew/build/perl-5.14.2/cpan/Archive-Extract' Makefile out-of-date with respect to Makefile.PL Cleaning current config before rebuilding Makefile... make -f Makefile.old clean > /dev/null 2>&1 ../../miniperl "-I../../lib" "-I../../lib" Makefile.PL "INSTALLDIRS=perl" "INSTALLMAN1DIR=none" "INSTALLMAN3DIR=none" "PERL_CORE=1" "LIBPERL_A=libperl.a" Writing Makefile for Archive::Extract Writing MYMETA.yml ==> Your Makefile has been rebuilt. <== ==> Please rerun the make command. <== false make[1]: *** [Makefile] Error 1 make[1]: Leaving directory `/home/itjrt/perl5/perlbrew/build/perl-5.14.2/cpan/Archive-Extract' Unsuccessful make(cpan/Archive-Extract): code=512 at make_ext.pl line 467. make: *** [cpan/Archive-Extract/pm_to_blib] Error 25
|