From: Daniel Shahaf [mailto:d...@daniel.shahaf.name] 
>> >I gather you build 1.9.5.
>> 
>> Confirmed. That is the version I build, based on Apache httpd 2.4.27 and APR 
>> 1.6.2.
>
>1.9.5 has a known security issue (https://subversion.apache.org/security/ -> 
>CVE-2017-9800); you should use 1.9.7 instead.

Thank you for pointing out. I will make use of that new version.

>> It seems this helps to set the run path in the executables and 
>> libraries, but I am still trying to figure out whether Subversion was 
>> compiled using the correct libraries.
>
>'svn --version --verbose' prints the build-time and run-time versions of zlib.

With my currently compiled version I get this output. So this indicates that 
svn was compiled with the correct library, and my tweaks meanwhile to modify 
the run path were successful as well.

* linked dependencies:
  - APR 1.6.2 (compiled with 1.6.2)
  - APR-Util 1.6.0 (compiled with 1.6.0)
  - Expat 2.2.1 (compiled with 2.2.1)
  - SQLite 3.19.3 (compiled with 3.19.3)
  - Utf8proc 1.1.5 (compiled with 1.1.5)
  - ZLib 1.2.11 (compiled with 1.2.11)

While it might be more comfortable to have the run path being set automatically 
when specifying a specific zlib version it seems my problem is resolved.
:-)

Hiran

Reply via email to