<html><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; ">Hi,&nbsp;<div><br></div><div>I'm trying to install Bioperl but I'm a bit lost. I know I have perl installed becaused I have already write some scripts but I'm biologist so... not pretty sure about what messages say.</div><div><br></div><div><div>My perl version:</div><div>This is perl, v5.8.8 built for darwin-thread-multi-2level</div></div><div>My computer:</div><div>Mac OS X Vesion 10.5.8</div><div><br></div><div>I was following this preliminary steps:</div><div><br></div><div><span class="Apple-style-span" style="font-family: Times; "><pre style="word-wrap: break-word; white-space: pre-wrap; ">--------------</pre></span><span class="Apple-style-span" style="font-family: Times; "><pre style="word-wrap: break-word; white-space: pre-wrap; ">PRELIMINARY PREPARATION

   This is optional, but regardless of your subsequent choice of
   installation method, it will help to carry out the following steps.
   They will increase the likelyhood of installation success
   (especially of optional dependencies).

     * Upgrade CPAN:

 &gt;perl -MCPAN -e shell
 cpan&gt;install Bundle::CPAN
 cpan&gt;q<span class="Apple-tab-span" style="white-space:pre">                                </span>

     * Install/upgrade Module::Build, and make it your preferred
       installer:

 &gt;cpan
 cpan&gt;install Module::Build
 cpan&gt;o conf prefer_installer MB
 cpan&gt;o conf commit
 cpan&gt;q

     * Install the expat library by whatever method is
       appropriate for your system.

     * If your expat library is installed in a non-standard location,
       tell CPAN about it:

 &gt;cpan
 cpan&gt;o conf makepl_arg "EXPATLIBPATH=/non-standard/lib EXPATINCPATH=/non-standard/include"
 cpan&gt;o conf commit
</pre></span><pre style="font-family: Times; word-wrap: break-word; white-space: pre-wrap; ">--------------</pre><div>And I think I did "Upgrade CPAN properly" but when I tried the next one it started asking too many things to me, and finally it stopped due to "some problems". In text file you can see the whole process.</div><div>What did I do wrong?</div><div></div></div></body></html>