Install perl on arm-linux..

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • skyy
    New Member
    • May 2007
    • 109

    Install perl on arm-linux..

    Hi anybody got tried installing perl in arm-linux?

    installed perl 5.8.8 on arm-linux and i got some problem running it.

    command such as

    perl -V
    perl -e "use strict"

    gives me error such as:

    Attempt to free unreferenced scalar

    Any idea?
  • Motoma
    Recognized Expert Specialist
    • Jan 2007
    • 3236

    #2
    I have moved this from the Linux forum to the Perl forum with the hope that the folks there will have more experience with your problem.

    Comment

    • miller
      Recognized Expert Top Contributor
      • Oct 2006
      • 1086

      #3
      Originally posted by Motoma
      I have moved this from the Linux forum to the Perl forum with the hope that the folks there will have more experience with your problem.
      Greetings Motoma,

      He already has a similar thread going in perl, and so far we are unable to help him. I suggest that we leave this thread in linux, just in case someone with more sysadm experienced eyes happens to have any specific knowledge about this OS.

      - Miller

      Comment

      • akutenshi
        New Member
        • Jun 2007
        • 1

        #4
        Originally posted by skyy
        Hi anybody got tried installing perl in arm-linux?

        installed perl 5.8.8 on arm-linux and i got some problem running it.

        command such as

        perl -V
        perl -e "use strict"

        gives me error such as:

        Attempt to free unreferenced scalar

        Any idea?
        i had the same error before, maybe this will help:

        change optimize='-O2' to optimize='-O1' under config.sh or config.sh-arm-linux (which ever you are using), then run Configure -S, then make.

        --amir

        Comment

        • Motoma
          Recognized Expert Specialist
          • Jan 2007
          • 3236

          #5
          Originally posted by miller
          Greetings Motoma,

          He already has a similar thread going in perl, and so far we are unable to help him. I suggest that we leave this thread in linux, just in case someone with more sysadm experienced eyes happens to have any specific knowledge about this OS.

          - Miller
          Ok, sorry for the confusion, and thanks for putting it back.

          Comment

          Working...