Re: [openssl-users] How to compile the static binary version of openssl

2017-03-07 Thread Viktor Dukhovni
> On Mar 7, 2017, at 5:28 AM, Yu Chen wrote: > > Currently I'm trying to get a static binary of openssl command via > compilng the openssl-1.1.0e. What do you mean by "static binary"? Is it enough for the "ssl" and "crypto" libraries to be statically linked into the "openssl" executable? Or d

[openssl-users] How to compile the static binary version of openssl

2017-03-07 Thread Yu Chen
Hi, Currently I'm trying to get a static binary of openssl command via compilng the openssl-1.1.0e. I've tried to configure with no-shared, but the bin/openssl is still dynamic linked. Thus I added -static to the end of CFLAG, it just can not get compiled. Anyone know how to get a static openssl co