Dear Monks,
I'm trying to install Perl 5.10.0 without root permissions. I've downloaded the source and extracted it to a suitable directory: ($HOME/modules_perl).
README, INSTALL and everything I've found on the web so far says that the next step is to cd to that directory, type './Configure -des -Dprefix="$HOME/Perl-5-10"' (or wherever you want to install it..)
However, this doesn't seem to be working for me. Here are the things I've tried, and the results:
- ./Configure -des -Dprefix="$HOME/Perl-5-10"
-->./Configure: Command not found.
- ./Configure
-->./Configure: Command not found.
- sh ./Configure -des -Dprefix="$HOME/Perl-5-10"
A long (infinite?) loop of:
-->: No such file or directory
-->: command not found:
-->: command not found9:
-->: command not found2:
I've also tried editing the Configure file to remove the comments, rewriting the #! line in the Configure file and (after Googling Configure: command not found) searching for stray ^M characters in the Configure file.. I've tried typing Configure rather than ./Configure in each of the above cases.. I really don't have a clue what's going on here but I expect it's something stupid and obvious, and I'd really appreciate a hint!
I have gcc and I'm working on what I thought was a UNIX server (but printenv shows: OSTYPE=linux; MACHTYPE=x86_64 ..?). Anything else you need to know, please ask, I don't really know what information is appropriate to give
cheers
why_bird
........
Those are my principles. If you don't like them I have others.
-- Groucho Marx
.......
Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
Read Where should I post X? if you're not absolutely sure you're posting in the right place.
Please read these before you post! —
Posts may use any of the Perl Monks Approved HTML tags:
- a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
| |
For: |
|
Use: |
| & | | & |
| < | | < |
| > | | > |
| [ | | [ |
| ] | | ] |
Link using PerlMonks shortcuts! What shortcuts can I use for linking?
See Writeup Formatting Tips and other pages linked from there for more info.