perl modules installation

V

Vivek Menon

Hello All,
I am a beginner and I am trying to install a bioinformatics
utility(Interproscan) on a Sun Solaris machine. This software is based
on Perl packages and I am having problems installing some specific
perl modules. Can someone help??
I need to install the following perl modules:
Module XML::parser
Module XML::Quote
Module Mail::Send
Module DB_File
Module IO::Scalar
Module URI::Escape
Module IO::String
-------
I have tried installing as per the instructions on
http://www.rcbowen.com/imho/perl/modules.html#Installing_modules_on_Unix
using CPAN. However I have this error:
Writing Makefile for ---(module)
-- NOT OK
Running make test
Can't test without successful make
Running make install
make had returned bad status, install seems impossible
I had another error that asked me to declare the LIBEXPAT and
LIBEXPATINC path..even after declaring these paths, I could not
install the modules.
 
J

Jens Thoms Toerring

Vivek Menon said:
I am a beginner and I am trying to install a bioinformatics
utility(Interproscan) on a Sun Solaris machine. This software is based
on Perl packages and I am having problems installing some specific
perl modules. Can someone help??
I need to install the following perl modules:
Module XML::parser
Module XML::Quote
Module Mail::Send
Module DB_File
Module IO::Scalar
Module URI::Escape
Module IO::String
-------
I have tried installing as per the instructions on
http://www.rcbowen.com/imho/perl/modules.html#Installing_modules_on_Unix
using CPAN. However I have this error:
Writing Makefile for ---(module)
-- NOT OK

Did you try to install without being the root user?
Running make test
Can't test without successful make
Running make install
make had returned bad status, install seems impossible
I had another error that asked me to declare the LIBEXPAT and
LIBEXPATINC path..even after declaring these paths, I could not
install the modules.

There are several methids losted in that section and it's unclear
what you have been using. You write that you were "using "CPAN"
but I can't recognize it from the output you post.

First of all you of course need a C compiler installed. If that
is the case you should log in as root and then do

perl -MCPAN -e "install XML::parser"

to install the XML::parser module. If this works repeat for
the other modules, otherwise please post the exact output
you got.
Regards, Jens
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,755
Messages
2,569,536
Members
45,012
Latest member
RoxanneDzm

Latest Threads

Top