The attached patch builds and tests pass with both openssl 1.0.2 and openssl 1.1.0. At least Debian and Fedora are in the middle of trying to switch to openssl 1.1.0.
OpenDkim still shows error while configuring before make.
OpenSSL used was 1.1.1d
I have made the changes as given in openssl_1.1.0_compat.patch
The output in the terminal screen shows the error after executing configure
checking openssl/ssl.h usability... yes
checking openssl/ssl.h presence... yes
checking for openssl/ssl.h... yes
checking for library containing ERR_peek_error... none required
checking for library containing SSL_library_init... no
configure: error: Cannot build shared opendkim
against static openssl libraries.
Configure with --disable-shared
to get this working or obtain a
shared libssl library for
opendkim to use.
Last edit: Fury 2020-03-03
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Applied for next release.
OpenDkim still shows error while configuring before make.
OpenSSL used was 1.1.1d
I have made the changes as given in openssl_1.1.0_compat.patch
The output in the terminal screen shows the error after executing configure
The error shown was:
Last edit: Fury 2020-03-03
The above compile issue worked with the following
Now, I have made libopendkim.so. But, while compiling with my program, linker shows the below error (ignore the warning):
I have made symlink file like following, but it did not work:
While compiling lookup of openssl include files was not proper. It took the header files of older openssl version.
Last edit: Fury 2020-04-07