Displaying 1 result from an estimated 1 matches for "1000001f".
Did you mean:
0000001f
2010 Sep 01
2
[Bug 1813] New: Cannot compile on Mac OS X with non-default OpenSSL
...4-cc
...
$ make
$ make install
$ cd ..
$ tar zxf openssh-SNAP-20100901.tar.gz
$ cd openssh
$ ./configure --prefix=/Users/dstebila/Downloads/dev/build
--with-ssl-dir=/Users/dstebila/Downloads/dev/build
...
checking build system type... x86_64-apple-darwin10.4.0
...
checking OpenSSL header version... 1000001f (OpenSSL 1.0.0a 1 Jun 2010)
checking OpenSSL library version... 9080cf (OpenSSL 0.9.8l 5 Nov 2009)
checking whether OpenSSL's headers match the library... no
configure: error: Your OpenSSL headers do not match your
library. Check config.log for details.
...
I also tried adding LDFLAGS and CPPF...