On Fri, 1 Feb 2002, Taeik Kim wrote:

> First of all, thank you very much for your fast response.
> Unfortunately, since I didn't involve installation, I don't have any
> information about errors when
> Perl was installed and installation procedure.
> 
> Do I need only "Inline.pm" for using Inline command?

You need to install the Inline distribution from CPAN.  
http://www.cpan.org/.  It doesn't ship with perl by default.

This is probably done automatically by typing

[root@yourbox] perl -MCPAN -e 'install'

cpan> install Inline

This should download and install Inline, as simple as that.

There are three potential problems here:

 1. CPAN is not configured on your system.  In this case you must answer 
    all the questions it asks you so it can work out what software it can
    make use of and what is the closest mirror to you.  Then it should 
    work okay.

 2. Inline does not compile with your compiler.  Inline must be compiled 
    with the same compiler that compiled perl for your system.  This could 
    be a problem if

       a) Your compiler isn't very good (gcc will do, but you might be 
          using the sun compiler - I don't know if that works or not)

       b) You have a binary version of perl for your system that was 
          downloaded and compiled with a different compiler than the one 
          on your system.

    In this case you will probably need to install a new compiler 
    (probably gcc) and reinstall perl.  I doubt you'll have to do this.

  3. CPAN is broken.  CPAN has suffered the first failure for many 
     years over the last few days which has caused some problems on the 
     system.  Try again later, or download from source and install by hand
     from http://inline.perl.org

Later.

Mark.

-- 
s''  Mark Fowler                                     London.pm   Bath.pm
     http://www.twoshortplanks.com/              [EMAIL PROTECTED]
';use Term'Cap;$t=Tgetent Term'Cap{};print$t->Tputs(cl);for$w(split/  +/
){for(0..30){$|=print$t->Tgoto(cm,$_,$y)." $w";select$k,$k,$k,.03}$y+=2}

Reply via email to