J Gomez
2017-04-27 21:11:12 UTC
Followed the directions on installing MXE using binary install at
http://pkg.mxe.cc using Debian Jessie 8.7.1 x64.
Did the following:
sudo apt-get install mxe-i686-w64-mingw32.static-openssl install
mxe-i686-w64-mingw32.static-zlib mxe-i686-w64-mingw32.static-gcc
Also added export PATH=$PATH:/usr/lib/mxe/usr/bin to ~/.profile.
Then attempted to compile OpenSSH-7.5p1 using:
./configure --host=i686-w64-mingw32.static --build=i686
But it fails with:
<snip>
configure: error: *** Can't find recent OpenSSL libcrypto (see config.log
for details) ***
I'm guessing I have to compile libcryto since I don't see it at
http://mxe.cc/build-matrix.html?
Thanks for the help!
Jose
http://pkg.mxe.cc using Debian Jessie 8.7.1 x64.
Did the following:
sudo apt-get install mxe-i686-w64-mingw32.static-openssl install
mxe-i686-w64-mingw32.static-zlib mxe-i686-w64-mingw32.static-gcc
Also added export PATH=$PATH:/usr/lib/mxe/usr/bin to ~/.profile.
Then attempted to compile OpenSSH-7.5p1 using:
./configure --host=i686-w64-mingw32.static --build=i686
But it fails with:
<snip>
configure: error: *** Can't find recent OpenSSL libcrypto (see config.log
for details) ***
I'm guessing I have to compile libcryto since I don't see it at
http://mxe.cc/build-matrix.html?
Thanks for the help!
Jose