Beefy Boxes and Bandwidth Generously Provided by pair Networks
"be consistent"
 
PerlMonks  

Re^2: Issues with installing Inline::Python

by sbc (Initiate)
on May 20, 2013 at 22:39 UTC ( [id://1034420]=note: print w/replies, xml ) Need Help??


in reply to Re: Issues with installing Inline::Python
in thread Issues with installing Inline::Python

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

Replies are listed 'Best First'.
Re^3: Issues with installing Inline::Python
by aitap (Curate) on May 21, 2013 at 07:26 UTC
Re^3: Issues with installing Inline::Python
by Anneq (Vicar) on May 20, 2013 at 23:10 UTC

    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://1034420]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others rifling through the Monastery: (4)
As of 2024-04-19 03:20 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found