Advertisement
If you have a new account but are having problems posting or verifying your account, please email us on hello@boards.ie for help. Thanks :)
Hello all! Please ensure that you are posting a new thread or question in the appropriate forum. The Feedback forum is overwhelmed with questions that are having to be moved elsewhere. If you need help to verify your account contact hello@boards.ie
Hi there,
There is an issue with role permissions that is being worked on at the moment.
If you are having trouble with access or permissions on regional forums please post here to get access: https://www.boards.ie/discussion/2058365403/you-do-not-have-permission-for-that#latest

installin perl - terminal problems

  • 08-12-2007 5:00pm
    #1
    Closed Accounts Posts: 636 ✭✭✭


    http://borel.slu.edu/gramadoir/

    trying to install that

    but i get permission denied error

    i am root user

    what am i doing wrong?


Comments

  • Registered Users, Registered Users 2 Posts: 3,230 ✭✭✭Breezer


    To run a terminal command as root, you need to put the word 'sudo' before the command. You will then be prompted for your password. Are you doing this and still getting the error?


  • Closed Accounts Posts: 636 ✭✭✭conor2007


    thanks

    i do that = it say cant open perl script ''makefile.pl'' : no such file or directory exists


  • Closed Accounts Posts: 4,842 ✭✭✭steveland?


    Is it Perl itself you're trying to install to run that one in the link?

    If so:
    MacPorts!

    http://www.macports.org/

    Install MacPorts, go to terminal, type "sudo port install perl5.9"

    Sit back and relax


  • Closed Accounts Posts: 636 ✭✭✭conor2007


    lol - i just tried to respond there and i typex into into terminal - duh

    ye , perl should be installed - should and is i think

    im trying to install an irish grammer checker in perl


  • Registered Users, Registered Users 2 Posts: 3,230 ✭✭✭Breezer


    You have to be in the right directory for it to work. Follow this exactly and see if it works:

    Download Lingua-GA-Gramadoir-0.60.tar.gz from that site.
    Double-click on it to extract it.
    Move the extracted folder to your Desktop.
    Type the following in Terminal (all case-sensitive):
    cd ~/Desktop/Lingua-GA-Gramadoir-0.60
    perl Makefile.PL
    make
    sudo make install
    


  • Advertisement
  • Closed Accounts Posts: 636 ✭✭✭conor2007


    1st two worked
    second two did not

    ''command not found''


  • Closed Accounts Posts: 636 ✭✭✭conor2007


    cheers

    this seems to be working , nearly


  • Closed Accounts Posts: 636 ✭✭✭conor2007


    ''

    warning prerequisite string::approx 3.19 not found.
    writing makefile for lingua::gramadoir

    ''


  • Registered Users, Registered Users 2 Posts: 3,230 ✭✭✭Breezer


    Hmm, not a big authority on the command line unfortunately. I tried a few things there myself but not really getting anywhere. I know you need to install String::Approx but I can't get that working - maybe someone else here will have a few ideas.


  • Closed Accounts Posts: 636 ✭✭✭conor2007


    well thanks

    you got me a lot closer than i was getiing


  • Advertisement
  • Closed Accounts Posts: 4,842 ✭✭✭steveland?


    I was trying to install a unix app there a while ago and make wouldn't work but gnumake did.

    Did you try that?


  • Closed Accounts Posts: 636 ✭✭✭conor2007


    just type gnu in front of the make command ?


Advertisement