http://qs321.pair.com?node_id=807460


in reply to how to install perl 5.10.1 on ubuntu9.10?

Hello and welcome to the monastery. Please enclose your code examples and similar between <code> tags</code> for the sake of readability.

What is the exact Configure and make option you used? Did you follow the README and INSTALL instructions?

  • Comment on Re: how to install perl 5.10.1 on ubuntu9.10?

Replies are listed 'Best First'.
Re^2: how to install perl 5.10.1 on ubuntu9.10?
by fxbird (Initiate) on Nov 17, 2009 at 11:41 UTC
    Hi, I do as the install file says,
    1)sh Configure 2)make ,the installation path is /opt/perl, other options are kept + default, then I encounter those errors . I don't know what other inf +o I can offer.
    The perl within ubuntu 9.10 only have core modules ,so I try to install a new one. Actually I'm new to linux too.:-)

      Unless you have a good reason to replace the version of Perl shipped with your OS, I'd suggest you leave it alone and build another version elsewhere on your system. Every now and then someone does this and causes problems for their OS. See Re: Uninstalling / installing perl for further discussion on this topic.

      You haven't given us enough information, as Corion suggested, you need to show us the output make produces, the part you have posted isn't enough for us to help. I think it's likely that you have a lot information output by make relating to this issue. See Writeup Formatting Tips regarding how to format posts properly. The easier it is for people to read, the more likely they'll be able to help you.

      Martin