On Sat, Nov 11, 2023 at 04:34:07PM +0100, Stefan Sperling wrote:
> On Sat, Nov 11, 2023 at 04:23:52PM +0100, Daniel Sahlberg wrote:
> > As for the original problem, updating to the latest version of the Neon
> > library doesn't help, I still get the same linking error. I''m sure there
> > is something fishy with my Debian install...
> 
> Which libssl is your build trying to use?
> 
> There is nothing in Makefile.svn that would try to pick a particular
> version of OpenSSL. It just expects that a compatible version is
> already installed.
> 
> Maybe you have multiple versions installed and that confuses things?
 
What is the output of this command on your system (in the ~/svn
build dir):

 nm objdir/neon-0.32.5/src/ne_openssl.o | grep -i SSL_library_init

This doesn't print anything for me. If this shows the symbol
on your system that would indicate a wrong OPENSSL_VERSION macro
being used during the build.

Reply via email to