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
|