On Wed, Jun 24, 2020 at 9:13 AM Sanad Majid <[email protected]> wrote:
> I am trying to build Subverion 1.10.6 on our NAS (Netgear ReadyNAS 104), > but got following issues. Could anyone help me to resolve this issue? Logs > are given below. > (snip) > Q1. How to resolve serf issue? > > Q2. I couldn’t locate apxs script, but mod_dav_svn.so is present in > /usr/lib/apache2/modules. (for trying ./configure > --with-apxs=/usr/local/apache2/bin/apxs) > > Q3. How to resolve UTF8PROC Issues? > Have you tried: ./configure --with-serf=/path/to/serf --with-lz4=internal --with-utf8proc=internal That should help with Q1 and Q3. Not sure about Q2. There might be some other option(s) needed for configure, but let's try these first. Nathan
