Discussion:
config vs Configure
Ken Goldman
2014-09-19 20:04:46 UTC
Permalink
openssl comes with config and Configure. The INSTALL doc implies that
they are equivalent. When would I use one vs. the other?

Specifically, I'm compiling 32-bit on a 64-bit machine. My notes say:

./Configure linux-generic32 -shared -m32

Does that look correct?

______________________________________________________________________
OpenSSL Project http://www.openssl.org
User Support Mailing List openssl-users-MCmKBN63+***@public.gmane.org
Automated List Manager majordomo-MCmKBN63+***@public.gmane.org
Salz, Rich
2014-09-19 20:22:14 UTC
Permalink
Yes. Config tries to guess the platform and then calls Configure.

--
Principal Security Engineer, Akamai Technologies
IM: rsalz-dbVaDHFsUTizQB+***@public.gmane.org Twitter: RichSalz
______________________________________________________________________
OpenSSL Project http://www.openssl.org
User Support Mailing List openssl-users-MCmKBN63+***@public.gmane.org
Automated List Manager majordomo-MCmKBN63+***@public.gmane.org
Loading...