On Jul 13, 4:27 pm, [EMAIL PROTECTED] (Vivek Menon) wrote:
> 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 
> onhttp://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

Repeat the install long-hand (rather than using CPAN) so that you can
see the errors (see link above).

> I had another error that asked me to declare the LIBEXPAT and
> LIBEXPATINC path..even after declaring these paths,

When you say you declared these variables does that mean you actually
set them to point to where Expat was installed on your computer?


-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
http://learn.perl.org/


Reply via email to