Thanks to everyone for all their help.
I have now managed to get subversion to build - albeit without http/https
support. That will be for another day.
I downloaded serf-1.3.9 and built it using
scons APR=/home/jonny/subversion APU=/home/jonny/subversion
ZLIB=/home/jonny/subversion OPENSSL=/home/jonny/subversion
PREFIX=/home/jonny/subversion
I then ran a scons check and got the following
There were 14 failures:
1) test_ssl_trust_rootca: test/test_
Just downloaded serf-1.3.2 (by editing get-deps.sh).
Trying to build serf give the same error as per my original post.
I think I will send a message to the serf mailing list to see if they can
shed any light on the matter.
I have now built openssl-1.1.c successfully.
Trying to build serf gives the same error as my original post.
I think that get-deps.sh download serf-1.3.8
I have just downloaded https://www.openssl.org/source/openssl-1.1.1c.tar.gz
Thanks for all the replies.
I haven't got quoting right in gmail.
Nathan Hartman
I used git clone git://git.openssl.org/openssl.git ., so I guess I am
using the latest development version.
I will see if I can use a tagged version.
Daniel Shahaf
I will try Nathan Hartman's suggestion of usin
Once again, I forgot to use ReplyAll - sorry
-- Forwarded message -
From: swdev
Date: Tue, 3 Sep 2019 at 18:12
Subject: Re: Trying to build svn 1.12.2 from tarball
To: Nathan Hartman
Rebuilding openssl with the PREFIX and OPENSSLDIRS both set to
/homejonny/subversion builds
I forgot to use ReplyAll - sorry
-- Forwarded message -
From: swdev
Date: Tue, 3 Sep 2019 at 17:13
Subject: Re: Trying to build svn 1.12.2 from tarball
To: Nathan Hartman
Thanks for the link.
I have only one bio_lcl.h file and it is in
/home/jonny/subversion/subversion-1.12.2
Hi
I downloaded the following tarball
http://mirrors.netix.net/apache/subversion/subversion-1.12.2.tar.bz2 and
verified its checksum.
I want to be able to build subversin so that I can run the static analysis
tool PVS-Studio (https://www.viva64.com/en/pvs-studio/).
I ran get-deps.sh.
I built the