Beefy Boxes and Bandwidth Generously Provided by pair Networks
Don't ask to ask, just ask
 
PerlMonks  

Re: Issues with installing Inline::Python

by Anneq (Vicar)
on May 20, 2013 at 20:43 UTC ( [id://1034404]=note: print w/replies, xml ) Need Help??


in reply to Issues with installing Inline::Python

Try the following to bring it up to the latest version, and your error may go away:

$ cpan ExtUtils::MakeMaker

Anne

Replies are listed 'Best First'.
Re^2: Issues with installing Inline::Python
by sbc (Initiate) on May 20, 2013 at 22:39 UTC
    Unfortunately, I do not have root permissions to write to the standard perl path used by mycorp. Hence, i see this error at the end:
    /usr/bin/make test -- OK Running make install !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! +!! ERROR: Can't create '/usr/bin' Do not have write permissions on '/usr/bin' !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! +!! at -e line 1 make: *** [pure_perl_install] Error 255 /usr/bin/make install -- NOT OK You may have to su to root to install the package

      Try this:

      $ cpan cpan>look ExtUtils::MakeMaker [/path/to/the/module/build/directory]#

      If the path to the build directory is not under your user directory, then you will have to download the CPAN tar.gz file into a directory and unpack it. Then:

      $ cd /path/to/the/module/build/directory $ perl Makefile.PL $ make $ make test $ make install

      I'm not an expert with CPAN or modules, so I don't know if this will work for you. Good luck.

      Anne

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://1034404]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others exploiting the Monastery: (6)
As of 2024-03-29 14:03 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found