Peter Peltonen <peter(dot)peltonen(at)fivetec(dot)com> writes:
> --<snip>--
> checking for openssl/ssl.h... yes
> checking for openssl/err.h... no
> configure: error: header file <openssl/err.h> is required for OpenSSL
> error: Bad exit status from /var/tmp/rpm-tmp.29209 (%build)
> --</snip>--
> I really don't understand this:
Could we see the last few lines of config.log? It might also help to
try hand-compiling the test program for openssl/err.h to see what error
message you get (I don't think config.log will tell you).
An offhand guess is that your version of openssl/err.h depends on some
other header that we're failing to include.
regards, tom lane