Ok thanks guys! I've actually gotten over the hurdle of getting LWP installed.
[root@uszmpaplp005lc ~]# perl -e 'while (<@INC>) { while (<$_/*.pm>) { + print "$_\n"; } }' | grep -i lwp /usr/local/lib/perl5/site_perl/5.20.0/LWP.pm


And I'm now to a point where I can attempt to install SVN::Core. And when I do I cam running into a new error:
checking for APR-util... no configure: WARNING: APRUTIL not found The Apache Portable Runtime Utility (APRUTIL) library cannot be found. Either install APRUTIL on this system and supply the appropriate --with-apr-util option or get it with SVN and put it in a subdirectory of this source: svn co \ http://svn.apache.org/repos/asf/apr/apr-util/branches/1.3.x \ apr-util Run that right here in the top level of the Subversion tree. Afterwards, run apr-util/buildconf in that subdirectory and then run configure again here. configure: error: no suitable APRUTIL found configuring SVN failed at inc/My/SVN/Builder.pm line 118, <STDIN> line + 3. Something went wrong with the Subversion configuration. Please attempt to correct it and re-run Build.PL. Warning: No success on command[/usr/local/bin/perl Build.PL] MSCHWERN/Alien-SVN-v1.7.17.1.tar.gz /usr/local/bin/perl Build.PL -- NOT OK


It looks like at this point the installation process can't find my APRUTIL install.

I do have RPM installs of apr and apr-util installed.
root@uszmpaplp005lc Alien-SVN-v1.7.17.1# rpm -qa | grep apr
apr-1.2.7-11.el5_6.5
apr-util-1.4.1-2.1
apr-devel-1.2.7-11.el5_6.5


Can someone please help me get past this point? Thanks

In reply to Re^2: trouble installing LWP and SVN::Core by bluethundr
in thread trouble installing LWP and SVN::Core by bluethundr

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.