Thank you Daniel, I ran ./configure --without-apxs and make install completed successfully. CC='gcc' CPP='gcc -E' ./configure --prefix=/opt/eai/ci/subversion-1.9.5/svn --without-apxs --with-apr=/opt/eai/ci/httpd2.2.32/srclib/apr/apr-1-config --with-apr-util=/opt/eai/ci/httpd-2.2.32/srclib/apr-util/apu-1-config --disable-nls
-----Original Message----- From: Daniel Shahaf [mailto:d...@daniel.shahaf.name] Sent: Tuesday, May 16, 2017 6:18 PM To: Joseph, Anselm Cc: users@subversion.apache.org Subject: Re: Error running make for subversion CAUTION - EXTERNAL EMAIL Joseph, Anselm wrote on Tue, May 16, 2017 at 21:04:57 +0000: > chmod: /opt/eai/ci/subversion-1.9.5/svn/libexec/mod_dav_svn.so: A file or > directory in the path name does not exist. > apxs:Error: Command failed with rc=65536 Note that if you use svn:// or svn+ssh://, you don't need mod_dav_svn and can disable building it with --without-apxs to configure. I don't have time to look into the actual problem right now, sorry.