|
I have a live svn server. I am trying to install SVN::Web for better web interface.
After reading the README file, I am following the installation steps.
At the first step to install SVN::Web
% perl Makefile.PL
I am getting following error
---------------------------
[root@SVN-SERVER SVN-Web-0.53]# perl Makefile.PL
# running Build.PL
/usr/bin/perl Build.PL
===> Warning: SVN::Core is missing or outdated.
Please manually install SVN::Core by compiling Subversion
(version 1.4.0 or above) with SWIG/Perl bindings,
and try this installation process again.
Couldn't run Build.PL: at /usr/lib/perl5/site_perl/5.8.8/Module/Build/Compat.pm line 295.
---------------------------
I already have Subversion installed and it is live and hence I want to make sure that installing SVN::Web does not break anything.
Can somebody pls help me in solving this error.
|