Ravi Roy wrote on Wed, 07 Jun 2017 20:14 +0530: > I've successfully built subversion 1.6 on CentOS 5.9 in past and using it > for years now., now we plan to upgrade it to Subversion 1.9.5. > > Version of CentOS is also upgraded to 7 but i'm getting the following error > while I run : > > sudo ./autogen.sh
Why are you running autogen.sh? If you build from a released tarball, you don't need to run autogen at all; just configure and make. (And none of them needs to be run as root) Running autogen.sh is only needed when building from a working copy of /repos/asf/subversion/tags/*/.