Changes between Version 1 and Version 2 of Ticket #759, comment 16


Ignore:
Timestamp:
09/10/17 17:19:47 (7 years ago)
Author:
pgnd
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #759, comment 16

    v1 v2  
    124124        ...
    125125}}}
     126and, config.log:
     127{{{
     128        egrep -i "ssl|crypto" config.log  | grep -vi fstack-protector
     129                $ ./configure --prefix=/usr/local/openvpn --libdir=/usr/local/openvpn/lib64 --enable-shared --disable-static --with-gnu-ld --with-crypto-library=openssl --enable-crypto --enable-x509-alt-username --enable-systemd --disable-multihome --enable-iproute2 --with-mem-check=no --disable-selinux --enable-lzo --enable-lz4
     130                PATH: /usr/local/openssl11/bin
     131                configure:16555: checking additionally if OpenSSL is available and version >= 1.0.1
     132                configure:16589: checking for SSL_CTX_new
     133                | #define HAVE_SSL_CTX_NEW 1
     134                configure:16681: checking for SSL_CTX_get_default_passwd_cb
     135                configure:16681: checking for SSL_CTX_get_default_passwd_cb_userdata
     136                ac_cv_env_OPENSSL_CFLAGS_set=set
     137                ac_cv_env_OPENSSL_CFLAGS_value='-I/usr/local/include  -I/usr/local/openssl11/include  -I/usr/include'
     138                ac_cv_env_OPENSSL_LIBS_set=set
     139                ac_cv_env_OPENSSL_LIBS_value=' -L/usr/local/openssl11/lib64  -Wl,-rpath,/usr/local/openssl11/lib64   -lssl -lcrypto '
     140                ac_cv_env_PKG_CONFIG_PATH_value=/usr/local/openssl11/lib64/pkgconfig:/usr/local/lib64/pkgconfig:/usr/local/lib/pkgconfig:/usr/lib64/pkgconfig:/usr/lib/pkgconfig
     141                ac_cv_func_SSL_CTX_get_default_passwd_cb=yes
     142                ac_cv_func_SSL_CTX_get_default_passwd_cb_userdata=yes
     143                ac_cv_func_SSL_CTX_new=yes
     144                ENABLE_CRYPTO_FALSE='#'
     145                ENABLE_CRYPTO_TRUE=''
     146                OPENSSL_CFLAGS='-I/usr/local/include  -I/usr/local/openssl11/include  -I/usr/include'
     147                OPENSSL_LIBS=' -L/usr/local/openssl11/lib64  -Wl,-rpath,/usr/local/openssl11/lib64   -lssl -lcrypto '
     148                OPTIONAL_CRYPTO_CFLAGS=' -I/usr/local/include  -I/usr/local/openssl11/include  -I/usr/include'
     149                OPTIONAL_CRYPTO_LIBS='  -L/usr/local/openssl11/lib64  -Wl,-rpath,/usr/local/openssl11/lib64   -lssl -lcrypto '
     150                PKG_CONFIG_PATH='/usr/local/openssl11/lib64/pkgconfig:/usr/local/lib64/pkgconfig:/usr/local/lib/pkgconfig:/usr/lib64/pkgconfig:/usr/lib/pkgconfig'
     151                #define HAVE_SSL_CTX_NEW 1
     152                #define HAVE_SSL_CTX_GET_DEFAULT_PASSWD_CB 1
     153                #define HAVE_SSL_CTX_GET_DEFAULT_PASSWD_CB_USERDATA 1
     154                #define ENABLE_CRYPTO_OPENSSL 1
     155                #define ENABLE_CRYPTO 1
     156                #define CONFIGURE_DEFINES "enable_async_push=no enable_comp_stub=no enable_crypto=yes enable_crypto_ofb_cfb=yes enable_debug=yes enable_def_auth=yes enable_dlopen=unknown enable_dlopen_self=unknown enable_dlopen_self_static=unknown enable_fast_install=needless enable_fragment=yes enable_iproute2=yes enable_libtool_lock=yes enable_lz4=yes enable_lzo=yes enable_management=yes enable_multihome=no enable_pam_dlopen=no enable_pedantic=no enable_pf=yes enable_pkcs11=no enable_plugin_auth_pam=yes enable_plugin_down_root=yes enable_plugins=yes enable_port_share=yes enable_selinux=no enable_server=yes enable_shared=yes enable_shared_with_static_runtimes=no enable_small=no enable_static=no enable_strict=no enable_strict_options=no enable_systemd=yes enable_werror=no enable_win32_dll=yes enable_x509_alt_username=yes with_aix_soname=aix with_crypto_library=openssl with_gnu_ld=yes with_mem_check=no with_sysroot=no"
     157}}}