Compile (./configure) Error - Opendkim 2.10.3 & Openssl 1.1.1d
by DSH_NH from LinuxQuestions.org on (#4YFK2)
I am trying install opendkim on a sendmail mail server and have run into an error during the ./configure portion of the compile. When I run ./configure on opendkim it fails, and the error given is as follows.
checking for library containing SSL_library_init... no
configure: error: Cannot build shared opendkim
A search on those terms indicates there is a known problem with finding "SSL_library_init.." using the latest version of the SSL library and there is a patch on the opendkim web site that can be applied that should eliminate the error. I applied the patch and confirmed that it was applied correctly by using diff to compare the patched file it to a non patched file. Unfortunately when I run ./configure after applying the patch, the error is still there.
Has anyone else had this problem and found a solution.
The OS and software used is as follows
Slackware 14.2 x86_64 (-current)
Linux 5.4.14 x86_64
opendkim-2.10.3
openssl-1.1.1d
opendkim-patch.txt (#278 2019-06-28)
Thanks


checking for library containing SSL_library_init... no
configure: error: Cannot build shared opendkim
A search on those terms indicates there is a known problem with finding "SSL_library_init.." using the latest version of the SSL library and there is a patch on the opendkim web site that can be applied that should eliminate the error. I applied the patch and confirmed that it was applied correctly by using diff to compare the patched file it to a non patched file. Unfortunately when I run ./configure after applying the patch, the error is still there.
Has anyone else had this problem and found a solution.
The OS and software used is as follows
Slackware 14.2 x86_64 (-current)
Linux 5.4.14 x86_64
opendkim-2.10.3
openssl-1.1.1d
opendkim-patch.txt (#278 2019-06-28)
Thanks