[openssl-dev] [openssl.org #4601] install_sw does not honor --openssldir

Richard Levitte via RT rt at openssl.org
Thu Jun 30 15:12:50 UTC 2016


That's correct for 1.1.0. install_sw honors --prefix. We made that change to
get away from all the weird magic around the combinations of --prefix and
--openssldir that happened in previous versions.

In other words, it's not a bug, it's a feature. Closing this ticket.

Cheers,
Richard

On Thu Jun 30 14:31:33 2016, noloader at gmail.com wrote:
> Working on OS 10.8.5. Working from Master,
> 8a3c000c8f621cd01929313fcb7d0cc23fb516a6.
>
> Using the following configure line:
>
> $ KERNEL_BITS=64 ./config no-shared enable-ec_nistp_64_gcc_128
> --openssldir=/usr/local/ssl/1.1.0
>
> Later, when I attempt to compile:
>
> $ gcc -I/usr/local/ssl/1.1.0/include test.cc -o test.exe
> /usr/local/ssl/1.1.0/lib/libcrypto.a
> clang: error: no such file or directory:
> '/usr/local/ssl/1.1.0/lib/libcrypto.a'
>
> And:
>
> $ ls /usr/local/ssl/1.1.0/
> misc
>
> **********
>
> $ sudo make install_sw
> /opt/local/bin/perl5.22 "-I." -Mconfigdata "util/dofile.pl" \
> "-oMakefile" crypto/include/internal/bn_conf.h.in >
> crypto/include/internal/bn_conf.h
> /opt/local/bin/perl5.22 "-I." -Mconfigdata "util/dofile.pl" \
> "-oMakefile" crypto/include/internal/dso_conf.h.in >
> crypto/include/internal/dso_conf.h
> /opt/local/bin/perl5.22 "-I." -Mconfigdata "util/dofile.pl" \
> "-oMakefile" include/openssl/opensslconf.h.in >
> include/openssl/opensslconf.h
> /opt/local/bin/perl5.22 util/mkbuildinf.pl "cc -DDSO_DLFCN
> -DHAVE_DLFCN_H -DNDEBUG -DOPENSSL_THREADS -DOPENSSL_NO_DYNAMIC_ENGINE
> -DOPENSSL_PIC -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT
> -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM
> -DSHA512_ASM -DMD5_ASM -DAES_ASM -DVPAES_ASM -DBSAES_ASM -DGHASH_ASM
> -DECP_NISTZ256_ASM -DPOLY1305_ASM
> -DOPENSSLDIR=\"\\\"/usr/local/ssl/1.1.0\\\"\"
> -DENGINESDIR=\"\\\"/usr/local/lib/engines\\\"\" " "darwin64-x86_64-cc"
> > crypto/buildinf.h
> cc -Iinclude -I. -Icrypto/include -Icrypto -DDSO_DLFCN -DHAVE_DLFCN_H
> -DNDEBUG -DOPENSSL_THREADS -DOPENSSL_NO_DYNAMIC_ENGINE -DOPENSSL_PIC
> -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5
> -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DMD5_ASM
> -DAES_ASM -DVPAES_ASM -DBSAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM
> -DPOLY1305_ASM -DOPENSSLDIR="\"/usr/local/ssl/1.1.0\""
> -DENGINESDIR="\"/usr/local/lib/engines\"" -O3 -D_REENTRANT -arch
> x86_64 -DL_ENDIAN -Wall -fPIC -MMD -MF crypto/cversion.d.tmp -MT
> crypto/cversion.o -c -o crypto/cversion.o crypto/cversion.c
> ar r libcrypto.a crypto/cversion.o
> /usr/bin/ranlib: file: libcrypto.a(async_null.o) has no symbols
> /usr/bin/ranlib: file: libcrypto.a(async_win.o) has no symbols
> /usr/bin/ranlib: file: libcrypto.a(cms_cd.o) has no symbols
> /usr/bin/ranlib: file: libcrypto.a(dso_dl.o) has no symbols
> /usr/bin/ranlib: file: libcrypto.a(dso_openssl.o) has no symbols
> /usr/bin/ranlib: file: libcrypto.a(dso_vms.o) has no symbols
> /usr/bin/ranlib: file: libcrypto.a(dso_win32.o) has no symbols
> /usr/bin/ranlib: file: libcrypto.a(ebcdic.o) has no symbols
> /usr/bin/ranlib: file: libcrypto.a(e_rc5.o) has no symbols
> /usr/bin/ranlib: file: libcrypto.a(m_md2.o) has no symbols
> /usr/bin/ranlib: file: libcrypto.a(rand_egd.o) has no symbols
> /usr/bin/ranlib: file: libcrypto.a(rand_vms.o) has no symbols
> /usr/bin/ranlib: file: libcrypto.a(rand_win.o) has no symbols
> /usr/bin/ranlib: file: libcrypto.a(threads_none.o) has no symbols
> /usr/bin/ranlib: file: libcrypto.a(threads_win.o) has no symbols
> ranlib -c libcrypto.a || echo Never mind.
> ranlib: file: libcrypto.a(async_null.o) has no symbols
> ranlib: file: libcrypto.a(async_win.o) has no symbols
> ranlib: file: libcrypto.a(cms_cd.o) has no symbols
> ranlib: file: libcrypto.a(dso_dl.o) has no symbols
> ranlib: file: libcrypto.a(dso_openssl.o) has no symbols
> ranlib: file: libcrypto.a(dso_vms.o) has no symbols
> ranlib: file: libcrypto.a(dso_win32.o) has no symbols
> ranlib: file: libcrypto.a(ebcdic.o) has no symbols
> ranlib: file: libcrypto.a(e_rc5.o) has no symbols
> ranlib: file: libcrypto.a(m_md2.o) has no symbols
> ranlib: file: libcrypto.a(rand_egd.o) has no symbols
> ranlib: file: libcrypto.a(rand_vms.o) has no symbols
> ranlib: file: libcrypto.a(rand_win.o) has no symbols
> ranlib: file: libcrypto.a(threads_none.o) has no symbols
> ranlib: file: libcrypto.a(threads_win.o) has no symbols
> rm -f apps/openssl
> make -f ./Makefile.shared -e \
> PERL="/opt/local/bin/perl5.22" SRCDIR=. \
> APPNAME=apps/openssl OBJECTS="apps/app_rand.o apps/apps.o
> apps/asn1pars.o apps/ca.o apps/ciphers.o apps/cms.o apps/crl.o
> apps/crl2p7.o apps/dgst.o apps/dhparam.o apps/dsa.o apps/dsaparam.o
> apps/ec.o apps/ecparam.o apps/enc.o apps/engine.o apps/errstr.o
> apps/gendsa.o apps/genpkey.o apps/genrsa.o apps/nseq.o apps/ocsp.o
> apps/openssl.o apps/opt.o apps/passwd.o apps/pkcs12.o apps/pkcs7.o
> apps/pkcs8.o apps/pkey.o apps/pkeyparam.o apps/pkeyutl.o apps/prime.o
> apps/rand.o apps/rehash.o apps/req.o apps/rsa.o apps/rsautl.o
> apps/s_cb.o apps/s_client.o apps/s_server.o apps/s_socket.o
> apps/s_time.o apps/sess_id.o apps/smime.o apps/speed.o apps/spkac.o
> apps/srp.o apps/ts.o apps/verify.o apps/version.o apps/x509.o" \
> LIBDEPS='-Wl,-search_paths_first '" -L. -lssl -L. -lcrypto"' ' \
> CC='cc' CFLAGS='-DDSO_DLFCN -DHAVE_DLFCN_H -DNDEBUG
> -DOPENSSL_THREADS -DOPENSSL_NO_DYNAMIC_ENGINE -DOPENSSL_PIC
> -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5
> -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DMD5_ASM
> -DAES_ASM -DVPAES_ASM -DBSAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM
> -DPOLY1305_ASM -DOPENSSLDIR="\"/usr/local/ssl/1.1.0\""
> -DENGINESDIR="\"/usr/local/lib/engines\"" -O3 -D_REENTRANT -arch
> x86_64 -DL_ENDIAN -Wall ' \
> LDFLAGS='' LIBRPATH='/usr/local/lib' \
> link_app.
> make[1]: Entering directory '/Users/jwalton/openssl'
> ( :; LIBDEPS="${LIBDEPS:--Wl,-search_paths_first -L. -lssl -L.
> -lcrypto }"; LDCMD="${LDCMD:-cc}"; LDFLAGS="${LDFLAGS:--DDSO_DLFCN
> -DHAVE_DLFCN_H -DNDEBUG -DOPENSSL_THREADS -DOPENSSL_NO_DYNAMIC_ENGINE
> -DOPENSSL_PIC -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT
> -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM
> -DSHA512_ASM -DMD5_ASM -DAES_ASM -DVPAES_ASM -DBSAES_ASM -DGHASH_ASM
> -DECP_NISTZ256_ASM -DPOLY1305_ASM
> -DOPENSSLDIR="\"/usr/local/ssl/1.1.0\""
> -DENGINESDIR="\"/usr/local/lib/engines\"" -O3 -D_REENTRANT -arch
> x86_64 -DL_ENDIAN -Wall }"; LIBPATH=`for x in $LIBDEPS; do echo $x;
> done | sed -e 's/^ *-L//;t' -e d | uniq`; LIBPATH=`echo $LIBPATH | sed
> -e 's/ /:/g'`; echo LD_LIBRARY_PATH=$LIBPATH:$LD_LIBRARY_PATH ${LDCMD}
> ${LDFLAGS} -o ${APPNAME:=apps/openssl} apps/app_rand.o apps/apps.o
> apps/asn1pars.o apps/ca.o apps/ciphers.o apps/cms.o apps/crl.o
> apps/crl2p7.o apps/dgst.o apps/dhparam.o apps/dsa.o apps/dsaparam.o
> apps/ec.o apps/ecparam.o apps/enc.o apps/engine.o apps/errstr.o
> apps/gendsa.o apps/genpkey.o apps/genrsa.o apps/nseq.o apps/ocsp.o
> apps/openssl.o apps/opt.o apps/passwd.o apps/pkcs12.o apps/pkcs7.o
> apps/pkcs8.o apps/pkey.o apps/pkeyparam.o apps/pkeyutl.o apps/prime.o
> apps/rand.o apps/rehash.o apps/req.o apps/rsa.o apps/rsautl.o
> apps/s_cb.o apps/s_client.o apps/s_server.o apps/s_socket.o
> apps/s_time.o apps/sess_id.o apps/smime.o apps/speed.o apps/spkac.o
> apps/srp.o apps/ts.o apps/verify.o apps/version.o apps/x509.o
> ${LIBDEPS}; LD_LIBRARY_PATH=$LIBPATH:$LD_LIBRARY_PATH ${LDCMD}
> ${LDFLAGS} -o ${APPNAME:=apps/openssl} apps/app_rand.o apps/apps.o
> apps/asn1pars.o apps/ca.o apps/ciphers.o apps/cms.o apps/crl.o
> apps/crl2p7.o apps/dgst.o apps/dhparam.o apps/dsa.o apps/dsaparam.o
> apps/ec.o apps/ecparam.o apps/enc.o apps/engine.o apps/errstr.o
> apps/gendsa.o apps/genpkey.o apps/genrsa.o apps/nseq.o apps/ocsp.o
> apps/openssl.o apps/opt.o apps/passwd.o apps/pkcs12.o apps/pkcs7.o
> apps/pkcs8.o apps/pkey.o apps/pkeyparam.o apps/pkeyutl.o apps/prime.o
> apps/rand.o apps/rehash.o apps/req.o apps/rsa.o apps/rsautl.o
> apps/s_cb.o apps/s_client.o apps/s_server.o apps/s_socket.o
> apps/s_time.o apps/sess_id.o apps/smime.o apps/speed.o apps/spkac.o
> apps/srp.o apps/ts.o apps/verify.o apps/version.o apps/x509.o
> ${LIBDEPS} )
> LD_LIBRARY_PATH=.: cc -DDSO_DLFCN -DHAVE_DLFCN_H -DNDEBUG
> -DOPENSSL_THREADS -DOPENSSL_NO_DYNAMIC_ENGINE -DOPENSSL_PIC
> -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5
> -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DMD5_ASM
> -DAES_ASM -DVPAES_ASM -DBSAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM
> -DPOLY1305_ASM -DOPENSSLDIR="/usr/local/ssl/1.1.0"
> -DENGINESDIR="/usr/local/lib/engines" -O3 -D_REENTRANT -arch x86_64
> -DL_ENDIAN -Wall -o apps/openssl apps/app_rand.o apps/apps.o
> apps/asn1pars.o apps/ca.o apps/ciphers.o apps/cms.o apps/crl.o
> apps/crl2p7.o apps/dgst.o apps/dhparam.o apps/dsa.o apps/dsaparam.o
> apps/ec.o apps/ecparam.o apps/enc.o apps/engine.o apps/errstr.o
> apps/gendsa.o apps/genpkey.o apps/genrsa.o apps/nseq.o apps/ocsp.o
> apps/openssl.o apps/opt.o apps/passwd.o apps/pkcs12.o apps/pkcs7.o
> apps/pkcs8.o apps/pkey.o apps/pkeyparam.o apps/pkeyutl.o apps/prime.o
> apps/rand.o apps/rehash.o apps/req.o apps/rsa.o apps/rsautl.o
> apps/s_cb.o apps/s_client.o apps/s_server.o apps/s_socket.o
> apps/s_time.o apps/sess_id.o apps/smime.o apps/speed.o apps/spkac.o
> apps/srp.o apps/ts.o apps/verify.o apps/version.o apps/x509.o
> -Wl,-search_paths_first -L. -lssl -L. -lcrypto
> make[1]: Leaving directory '/Users/jwalton/openssl'
> *** Installing development files
> install ./include/openssl/aes.h -> /usr/local/include/openssl/aes.h
> install ./include/openssl/asn1.h -> /usr/local/include/openssl/asn1.h
> install ./include/openssl/asn1_mac.h ->
> /usr/local/include/openssl/asn1_mac.h
> install ./include/openssl/asn1t.h ->
> /usr/local/include/openssl/asn1t.h
> install ./include/openssl/async.h ->
> /usr/local/include/openssl/async.h
> install ./include/openssl/bio.h -> /usr/local/include/openssl/bio.h
> install ./include/openssl/blowfish.h ->
> /usr/local/include/openssl/blowfish.h
> install ./include/openssl/bn.h -> /usr/local/include/openssl/bn.h
> install ./include/openssl/buffer.h ->
> /usr/local/include/openssl/buffer.h
> install ./include/openssl/camellia.h ->
> /usr/local/include/openssl/camellia.h
> install ./include/openssl/cast.h -> /usr/local/include/openssl/cast.h
> install ./include/openssl/cmac.h -> /usr/local/include/openssl/cmac.h
> install ./include/openssl/cms.h -> /usr/local/include/openssl/cms.h
> install ./include/openssl/comp.h -> /usr/local/include/openssl/comp.h
> install ./include/openssl/conf.h -> /usr/local/include/openssl/conf.h
> install ./include/openssl/conf_api.h ->
> /usr/local/include/openssl/conf_api.h
> install ./include/openssl/crypto.h ->
> /usr/local/include/openssl/crypto.h
> install ./include/openssl/ct.h -> /usr/local/include/openssl/ct.h
> install ./include/openssl/des.h -> /usr/local/include/openssl/des.h
> install ./include/openssl/dh.h -> /usr/local/include/openssl/dh.h
> install ./include/openssl/dsa.h -> /usr/local/include/openssl/dsa.h
> install ./include/openssl/dtls1.h ->
> /usr/local/include/openssl/dtls1.h
> install ./include/openssl/e_os2.h ->
> /usr/local/include/openssl/e_os2.h
> install ./include/openssl/ebcdic.h ->
> /usr/local/include/openssl/ebcdic.h
> install ./include/openssl/ec.h -> /usr/local/include/openssl/ec.h
> install ./include/openssl/ecdh.h -> /usr/local/include/openssl/ecdh.h
> install ./include/openssl/ecdsa.h ->
> /usr/local/include/openssl/ecdsa.h
> install ./include/openssl/engine.h ->
> /usr/local/include/openssl/engine.h
> install ./include/openssl/err.h -> /usr/local/include/openssl/err.h
> install ./include/openssl/evp.h -> /usr/local/include/openssl/evp.h
> install ./include/openssl/hmac.h -> /usr/local/include/openssl/hmac.h
> install ./include/openssl/idea.h -> /usr/local/include/openssl/idea.h
> install ./include/openssl/kdf.h -> /usr/local/include/openssl/kdf.h
> install ./include/openssl/lhash.h ->
> /usr/local/include/openssl/lhash.h
> install ./include/openssl/md2.h -> /usr/local/include/openssl/md2.h
> install ./include/openssl/md4.h -> /usr/local/include/openssl/md4.h
> install ./include/openssl/md5.h -> /usr/local/include/openssl/md5.h
> install ./include/openssl/mdc2.h -> /usr/local/include/openssl/mdc2.h
> install ./include/openssl/modes.h ->
> /usr/local/include/openssl/modes.h
> install ./include/openssl/obj_mac.h ->
> /usr/local/include/openssl/obj_mac.h
> install ./include/openssl/objects.h ->
> /usr/local/include/openssl/objects.h
> install ./include/openssl/ocsp.h -> /usr/local/include/openssl/ocsp.h
> install ./include/openssl/opensslconf.h ->
> /usr/local/include/openssl/opensslconf.h
> install ./include/openssl/opensslv.h ->
> /usr/local/include/openssl/opensslv.h
> install ./include/openssl/ossl_typ.h ->
> /usr/local/include/openssl/ossl_typ.h
> install ./include/openssl/pem.h -> /usr/local/include/openssl/pem.h
> install ./include/openssl/pem2.h -> /usr/local/include/openssl/pem2.h
> install ./include/openssl/pkcs12.h ->
> /usr/local/include/openssl/pkcs12.h
> install ./include/openssl/pkcs7.h ->
> /usr/local/include/openssl/pkcs7.h
> install ./include/openssl/rand.h -> /usr/local/include/openssl/rand.h
> install ./include/openssl/rc2.h -> /usr/local/include/openssl/rc2.h
> install ./include/openssl/rc4.h -> /usr/local/include/openssl/rc4.h
> install ./include/openssl/rc5.h -> /usr/local/include/openssl/rc5.h
> install ./include/openssl/ripemd.h ->
> /usr/local/include/openssl/ripemd.h
> install ./include/openssl/rsa.h -> /usr/local/include/openssl/rsa.h
> install ./include/openssl/safestack.h ->
> /usr/local/include/openssl/safestack.h
> install ./include/openssl/seed.h -> /usr/local/include/openssl/seed.h
> install ./include/openssl/sha.h -> /usr/local/include/openssl/sha.h
> install ./include/openssl/srp.h -> /usr/local/include/openssl/srp.h
> install ./include/openssl/srtp.h -> /usr/local/include/openssl/srtp.h
> install ./include/openssl/ssl.h -> /usr/local/include/openssl/ssl.h
> install ./include/openssl/ssl2.h -> /usr/local/include/openssl/ssl2.h
> install ./include/openssl/ssl3.h -> /usr/local/include/openssl/ssl3.h
> install ./include/openssl/stack.h ->
> /usr/local/include/openssl/stack.h
> install ./include/openssl/symhacks.h ->
> /usr/local/include/openssl/symhacks.h
> install ./include/openssl/tls1.h -> /usr/local/include/openssl/tls1.h
> install ./include/openssl/ts.h -> /usr/local/include/openssl/ts.h
> install ./include/openssl/txt_db.h ->
> /usr/local/include/openssl/txt_db.h
> install ./include/openssl/ui.h -> /usr/local/include/openssl/ui.h
> install ./include/openssl/whrlpool.h ->
> /usr/local/include/openssl/whrlpool.h
> install ./include/openssl/x509.h -> /usr/local/include/openssl/x509.h
> install ./include/openssl/x509_vfy.h ->
> /usr/local/include/openssl/x509_vfy.h
> install ./include/openssl/x509v3.h ->
> /usr/local/include/openssl/x509v3.h
> install ./include/openssl/aes.h -> /usr/local/include/openssl/aes.h
> install ./include/openssl/asn1.h -> /usr/local/include/openssl/asn1.h
> install ./include/openssl/asn1_mac.h ->
> /usr/local/include/openssl/asn1_mac.h
> install ./include/openssl/asn1t.h ->
> /usr/local/include/openssl/asn1t.h
> install ./include/openssl/async.h ->
> /usr/local/include/openssl/async.h
> install ./include/openssl/bio.h -> /usr/local/include/openssl/bio.h
> install ./include/openssl/blowfish.h ->
> /usr/local/include/openssl/blowfish.h
> install ./include/openssl/bn.h -> /usr/local/include/openssl/bn.h
> install ./include/openssl/buffer.h ->
> /usr/local/include/openssl/buffer.h
> install ./include/openssl/camellia.h ->
> /usr/local/include/openssl/camellia.h
> install ./include/openssl/cast.h -> /usr/local/include/openssl/cast.h
> install ./include/openssl/cmac.h -> /usr/local/include/openssl/cmac.h
> install ./include/openssl/cms.h -> /usr/local/include/openssl/cms.h
> install ./include/openssl/comp.h -> /usr/local/include/openssl/comp.h
> install ./include/openssl/conf.h -> /usr/local/include/openssl/conf.h
> install ./include/openssl/conf_api.h ->
> /usr/local/include/openssl/conf_api.h
> install ./include/openssl/crypto.h ->
> /usr/local/include/openssl/crypto.h
> install ./include/openssl/ct.h -> /usr/local/include/openssl/ct.h
> install ./include/openssl/des.h -> /usr/local/include/openssl/des.h
> install ./include/openssl/dh.h -> /usr/local/include/openssl/dh.h
> install ./include/openssl/dsa.h -> /usr/local/include/openssl/dsa.h
> install ./include/openssl/dtls1.h ->
> /usr/local/include/openssl/dtls1.h
> install ./include/openssl/e_os2.h ->
> /usr/local/include/openssl/e_os2.h
> install ./include/openssl/ebcdic.h ->
> /usr/local/include/openssl/ebcdic.h
> install ./include/openssl/ec.h -> /usr/local/include/openssl/ec.h
> install ./include/openssl/ecdh.h -> /usr/local/include/openssl/ecdh.h
> install ./include/openssl/ecdsa.h ->
> /usr/local/include/openssl/ecdsa.h
> install ./include/openssl/engine.h ->
> /usr/local/include/openssl/engine.h
> install ./include/openssl/err.h -> /usr/local/include/openssl/err.h
> install ./include/openssl/evp.h -> /usr/local/include/openssl/evp.h
> install ./include/openssl/hmac.h -> /usr/local/include/openssl/hmac.h
> install ./include/openssl/idea.h -> /usr/local/include/openssl/idea.h
> install ./include/openssl/kdf.h -> /usr/local/include/openssl/kdf.h
> install ./include/openssl/lhash.h ->
> /usr/local/include/openssl/lhash.h
> install ./include/openssl/md2.h -> /usr/local/include/openssl/md2.h
> install ./include/openssl/md4.h -> /usr/local/include/openssl/md4.h
> install ./include/openssl/md5.h -> /usr/local/include/openssl/md5.h
> install ./include/openssl/mdc2.h -> /usr/local/include/openssl/mdc2.h
> install ./include/openssl/modes.h ->
> /usr/local/include/openssl/modes.h
> install ./include/openssl/obj_mac.h ->
> /usr/local/include/openssl/obj_mac.h
> install ./include/openssl/objects.h ->
> /usr/local/include/openssl/objects.h
> install ./include/openssl/ocsp.h -> /usr/local/include/openssl/ocsp.h
> install ./include/openssl/opensslconf.h ->
> /usr/local/include/openssl/opensslconf.h
> install ./include/openssl/opensslv.h ->
> /usr/local/include/openssl/opensslv.h
> install ./include/openssl/ossl_typ.h ->
> /usr/local/include/openssl/ossl_typ.h
> install ./include/openssl/pem.h -> /usr/local/include/openssl/pem.h
> install ./include/openssl/pem2.h -> /usr/local/include/openssl/pem2.h
> install ./include/openssl/pkcs12.h ->
> /usr/local/include/openssl/pkcs12.h
> install ./include/openssl/pkcs7.h ->
> /usr/local/include/openssl/pkcs7.h
> install ./include/openssl/rand.h -> /usr/local/include/openssl/rand.h
> install ./include/openssl/rc2.h -> /usr/local/include/openssl/rc2.h
> install ./include/openssl/rc4.h -> /usr/local/include/openssl/rc4.h
> install ./include/openssl/rc5.h -> /usr/local/include/openssl/rc5.h
> install ./include/openssl/ripemd.h ->
> /usr/local/include/openssl/ripemd.h
> install ./include/openssl/rsa.h -> /usr/local/include/openssl/rsa.h
> install ./include/openssl/safestack.h ->
> /usr/local/include/openssl/safestack.h
> install ./include/openssl/seed.h -> /usr/local/include/openssl/seed.h
> install ./include/openssl/sha.h -> /usr/local/include/openssl/sha.h
> install ./include/openssl/srp.h -> /usr/local/include/openssl/srp.h
> install ./include/openssl/srtp.h -> /usr/local/include/openssl/srtp.h
> install ./include/openssl/ssl.h -> /usr/local/include/openssl/ssl.h
> install ./include/openssl/ssl2.h -> /usr/local/include/openssl/ssl2.h
> install ./include/openssl/ssl3.h -> /usr/local/include/openssl/ssl3.h
> install ./include/openssl/stack.h ->
> /usr/local/include/openssl/stack.h
> install ./include/openssl/symhacks.h ->
> /usr/local/include/openssl/symhacks.h
> install ./include/openssl/tls1.h -> /usr/local/include/openssl/tls1.h
> install ./include/openssl/ts.h -> /usr/local/include/openssl/ts.h
> install ./include/openssl/txt_db.h ->
> /usr/local/include/openssl/txt_db.h
> install ./include/openssl/ui.h -> /usr/local/include/openssl/ui.h
> install ./include/openssl/whrlpool.h ->
> /usr/local/include/openssl/whrlpool.h
> install ./include/openssl/x509.h -> /usr/local/include/openssl/x509.h
> install ./include/openssl/x509_vfy.h ->
> /usr/local/include/openssl/x509_vfy.h
> install ./include/openssl/x509v3.h ->
> /usr/local/include/openssl/x509v3.h
> install libcrypto.a -> /usr/local/lib/libcrypto.a
> ranlib: file: /usr/local/lib/libcrypto.a.new(async_null.o) has no
> symbols
> ranlib: file: /usr/local/lib/libcrypto.a.new(async_win.o) has no
> symbols
> ranlib: file: /usr/local/lib/libcrypto.a.new(cms_cd.o) has no symbols
> ranlib: file: /usr/local/lib/libcrypto.a.new(dso_dl.o) has no symbols
> ranlib: file: /usr/local/lib/libcrypto.a.new(dso_openssl.o) has no
> symbols
> ranlib: file: /usr/local/lib/libcrypto.a.new(dso_vms.o) has no symbols
> ranlib: file: /usr/local/lib/libcrypto.a.new(dso_win32.o) has no
> symbols
> ranlib: file: /usr/local/lib/libcrypto.a.new(ebcdic.o) has no symbols
> ranlib: file: /usr/local/lib/libcrypto.a.new(e_rc5.o) has no symbols
> ranlib: file: /usr/local/lib/libcrypto.a.new(m_md2.o) has no symbols
> ranlib: file: /usr/local/lib/libcrypto.a.new(rand_egd.o) has no
> symbols
> ranlib: file: /usr/local/lib/libcrypto.a.new(rand_vms.o) has no
> symbols
> ranlib: file: /usr/local/lib/libcrypto.a.new(rand_win.o) has no
> symbols
> ranlib: file: /usr/local/lib/libcrypto.a.new(threads_none.o) has no
> symbols
> ranlib: file: /usr/local/lib/libcrypto.a.new(threads_win.o) has no
> symbols
> install libssl.a -> /usr/local/lib/libssl.a
> ranlib: file: /usr/local/lib/libssl.a.new(ssl_utst.o) has no symbols
> ranlib: file: /usr/local/lib/libssl.a.new(t1_trce.o) has no symbols
> install libcrypto.pc -> /usr/local/lib/pkgconfig/libcrypto.pc
> install libssl.pc -> /usr/local/lib/pkgconfig/libssl.pc
> install openssl.pc -> /usr/local/lib/pkgconfig/openssl.pc
> *** Installing engines
> *** Installing runtime files
> : ;
> install apps/openssl -> /usr/local/bin/openssl
> install ./tools/c_rehash -> /usr/local/bin/c_rehash
>
>
> **********
>
> Operating system: x86_64-apple-darwinDarwin Kernel Version 12.6.0: Wed
> Mar 18 16:23:48 PDT 2015; root:xnu-2050.48.19~1/RELEASE_X86_64
> Configuring for darwin64-x86_64-cc
> Configuring OpenSSL version 1.1.0-pre6-dev (0x0x10100006L)
> no-asan [default] OPENSSL_NO_ASAN (skip dir)
> no-crypto-mdebug [default] OPENSSL_NO_CRYPTO_MDEBUG (skip dir)
> no-crypto-mdebug-backtrace [default]
> OPENSSL_NO_CRYPTO_MDEBUG_BACKTRACE (skip dir)
> no-dynamic-engine [forced]
> no-egd [default] OPENSSL_NO_EGD (skip dir)
> no-fuzz-afl [default] OPENSSL_NO_FUZZ_AFL (skip dir)
> no-fuzz-libfuzzer [default] OPENSSL_NO_FUZZ_LIBFUZZER (skip dir)
> no-heartbeats [default] OPENSSL_NO_HEARTBEATS (skip dir)
> no-md2 [default] OPENSSL_NO_MD2 (skip dir)
> no-rc5 [default] OPENSSL_NO_RC5 (skip dir)
> no-sctp [default] OPENSSL_NO_SCTP (skip dir)
> no-shared [option]
> no-ssl-trace [default] OPENSSL_NO_SSL_TRACE (skip dir)
> no-ssl3 [default] OPENSSL_NO_SSL3 (skip dir)
> no-ssl3-method [default] OPENSSL_NO_SSL3_METHOD (skip dir)
> no-ubsan [default] OPENSSL_NO_UBSAN (skip dir)
> no-unit-test [default] OPENSSL_NO_UNIT_TEST (skip dir)
> no-weak-ssl-ciphers [default] OPENSSL_NO_WEAK_SSL_CIPHERS (skip
> dir)
> no-zlib [default]
> no-zlib-dynamic [default]
> Configuring for darwin64-x86_64-cc
> CC =cc
> CFLAG =-O3 -D_REENTRANT -arch x86_64 -DL_ENDIAN -Wall
> SHARED_CFLAG =-fPIC
> DEFINES =DSO_DLFCN HAVE_DLFCN_H NDEBUG OPENSSL_THREADS
> OPENSSL_NO_DYNAMIC_ENGINE OPENSSL_PIC OPENSSL_IA32_SSE2
> OPENSSL_BN_ASM_MONT OPENSSL_BN_ASM_MONT5 OPENSSL_BN_ASM_GF2m SHA1_ASM
> SHA256_ASM SHA512_ASM MD5_ASM AES_ASM VPAES_ASM BSAES_ASM GHASH_ASM
> ECP_NISTZ256_ASM POLY1305_ASM
> LFLAG =
> PLIB_LFLAG =-Wl,-search_paths_first
> EX_LIBS =
> APPS_OBJ =
> CPUID_OBJ =x86_64cpuid.o
> UPLINK_OBJ =
> BN_ASM =asm/x86_64-gcc.o x86_64-mont.o x86_64-mont5.o
> x86_64-gf2m.o rsaz_exp.o rsaz-x86_64.o rsaz-avx2.o
> EC_ASM =ecp_nistz256.o ecp_nistz256-x86_64.o
> DES_ENC =des_enc.o fcrypt_b.o
> AES_ENC =aes-x86_64.o vpaes-x86_64.o bsaes-x86_64.o
> aesni-x86_64.o aesni-sha1-x86_64.o aesni-sha256-x86_64.o
> aesni-mb-x86_64.o
> BF_ENC =bf_enc.o
> CAST_ENC =c_enc.o
> RC4_ENC =rc4-x86_64.o rc4-md5-x86_64.o
> RC5_ENC =rc5_enc.o
> MD5_OBJ_ASM =md5-x86_64.o
> SHA1_OBJ_ASM =sha1-x86_64.o sha256-x86_64.o sha512-x86_64.o
> sha1-mb-x86_64.o sha256-mb-x86_64.o
> RMD160_OBJ_ASM=
> CMLL_ENC =cmll-x86_64.o cmll_misc.o
> MODES_OBJ =ghash-x86_64.o aesni-gcm-x86_64.o
> PADLOCK_OBJ =e_padlock-x86_64.o
> CHACHA_ENC =chacha-x86_64.o
> POLY1305_OBJ =poly1305-x86_64.o
> BLAKE2_OBJ =
> PROCESSOR =
> RANLIB =ranlib -c
> ARFLAGS =
> PERL =/opt/local/bin/perl5.22
>
> SIXTY_FOUR_BIT_LONG mode
>
> Configured for darwin64-x86_64-cc.


--
Richard Levitte
levitte at openssl.org

-- 
Ticket here: http://rt.openssl.org/Ticket/Display.html?id=4601
Please log in as guest with password guest if prompted



More information about the openssl-dev mailing list