Jump to content

installing perl modules


PawelS

Recommended Posts

Hello,

 

I would like to thank you at first for very powerful free hosting service.

 

I am trying to run perl CGI based cgi::application modules. Most of additional modules are installed but "Clone" is returning an error (see below code block).

 

1. How to solve this problem.

2. Additional modules took 84MB disk space - is it possible to make clean after instalation?

 

best regars,

PawelS

 

 

CPAN: File::Temp loaded ok (v0.20)

 CPAN.pm: Going to build R/RD/RDF/Clone-0.29.tar.gz

perl-64bit-hack: enabled
Checking if your kit is complete...
Looks good
'EXTRALIBDIR' is not a known MakeMaker parameter name.
'OTHERLDFLAGS' is not a known MakeMaker parameter name.
Writing Makefile for Clone
cp Clone.pm blib/lib/Clone.pm
AutoSplitting blib/lib/Clone.pm (blib/lib/auto/Clone)
/usr/bin/perl /usr/lib/perl5/5.8.8/ExtUtils/xsubpp  -typemap /usr/lib/perl5/5.8.8/ExtUtils/typemap  Clone.xs > Clone.xsc && mv Clone.xsc Clone.c
cc -c   -fno-strict-aliasing -pipe -Wdeclaration-after-statement -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I/usr/include/gdbm -O3   -DVERSION=\"0.29\" -DXS_VERSION=\"0.29\" -fpic "-I/usr/lib/perl5/5.8.8/x86_64-linux/CORE"   Clone.c
Died at /scripts/cpan_sandbox/x86_64/cc line 24.
make: *** [Clone.o] Error 2
 RDF/Clone-0.29.tar.gz

 /usr/bin/make PREFIX=/home/latbob/perl/usr OTHERLDFLAGS=-L/usr/lib64 LDFLAGS=-L/usr/lib64 EXTRALIBDIR=/usr/lib64 PREFIX=/home/latbob/perl/usr OTHERLDFLAGS=-L/usr/lib64 LDFLAGS=-L/usr/lib64 EXTRALIBDIR=/usr/lib64 -- NOT OK
Running make install
 Make had returned bad status, install seems impossible
perlmod--Install done

Link to comment
Share on other sites

1) I would suggest looking this up with the folks behind the mod. I am not sure why it won't install. Sorry :(

2) Make clean is very simple to duplicate - just delete all the source files and the such from your Perl directory in your account :)

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...