Re: OpenBSD build 'OPENSSL_VERSION' undeclared

2016-08-23 Thread Jim Reid
> On 23 Aug 2016, at 20:44, David Benfell wrote: > > What I have now, which should not be considered complete because the dovecot > part isn't working I’d bet money on that being caused by a broken OpenSSL installation too. Check your OpenSSL setup before you do *anything* else. References to

Re: OpenBSD build 'OPENSSL_VERSION' undeclared

2016-08-23 Thread Jim Reid
> On 23 Aug 2016, at 20:16, Wietse Venema wrote: > > David Benfell: >> So now I have: >> >> make tidy \ >>&& make makefiles CCARGS="-DUSE_TLS >> -I/usr/local/include/eopenssl/openssl > > Try: -I/usr/local/include/eopenssl Looks like the OP made a typo when they orginally installed Ope

Re: OpenBSD build 'OPENSSL_VERSION' undeclared

2016-08-23 Thread Wietse Venema
David Benfell: > So now I have: > > make tidy \ > && make makefiles CCARGS="-DUSE_TLS > -I/usr/local/include/eopenssl/openssl Try: -I/usr/local/include/eopenssl Wietse

Re: OpenBSD build 'OPENSSL_VERSION' undeclared

2016-08-23 Thread David Benfell
I have OpenSSL from the port: openssl-1.0.2fp1. Looking at that packing list and following the apparently indicated directories seems to yield: home% ls -al /usr/local/include/eopenssl/openssl total 3596 drwxr-xr-x 2 root wheel2048 Aug 17 18:50 . drwxr-xr-x 3 root wheel 512 Aug 17 18:5

Re: OpenBSD build 'OPENSSL_VERSION' undeclared

2016-08-23 Thread Viktor Dukhovni
On Tue, Aug 23, 2016 at 11:10:38AM -0700, David Benfell wrote: > Thinking that OpenBSD's packages incorporated assumptions that are > inapplicable to how I use postfix, I am attempting to build it myself. > > Based on what I saw in the READMEs and what I found on the system, I am > using: > > ma

Re: OpenBSD build 'OPENSSL_VERSION' undeclared

2016-08-23 Thread Wietse Venema
David Benfell: > tls_misc.c: In function 'tls_run_version': > tls_misc.c:984: error: 'OPENSSL_VERSION' undeclared (first use in this > function) Perhaps that is because OpenBSD does not use OpenSSL? Wietse