Well, having force-removed perl, you're probably in a very general bind in that you have a whole bunch of packages that expect perl to be there when it isn't. Is your system irremediably broken? Not necessarily. You can probably reinstall RH's perl, and install your own somewhere else., say, in /usr/local/. That's going to be a chore, because there's a lot of questions you need to know the answer to that you probably won't. A starting point is to figure out what is "broken" vis a vis RH perl and scoop. I believe that scoop runs under mod_perl, and there might be issues with the prerelease of mod_perl RH has shipped since version 8. So it may not be perl as such that needs to be recompiled, only mod_perl (and apache, since RH's apache is v.2.0, and mod_perl 1.x won't run with that). Once you get that part figured out, come back and ask again as a reply here (or to your original message) and I'll do what I can to help you out -- although keep in mind I had better see evidence of a fishing pole (aka research) as I'm willing to help, but not willing to do the work for you =)

If not P, what? Q maybe?
"Sidney Morgenbesser"


In reply to Re: Re: Re: Starting again by arturo
in thread Starting again installing Perl by irvken

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post, it's "PerlMonks-approved HTML":



  • 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:
    & &amp;
    < &lt;
    > &gt;
    [ &#91;
    ] &#93;
  • Link using PerlMonks shortcuts! What shortcuts can I use for linking?
  • See Writeup Formatting Tips and other pages linked from there for more info.