[openssl-dev] [openssl.org #4373] OS X 10.5, 32-bit PPC, and missing symbols (_ASYNC_get_current_job, _EVP_MD_meth_set_init, _RSA_PKCS1_OpenSSL, _EVP_MD_meth_new...)
Andy Polyakov via RT
rt at openssl.org
Mon Mar 7 16:35:49 UTC 2016
> Working from master:
>
> $ git reset --hard HEAD && git pull
> HEAD is now at e9b1c42 make errors
>
> Then:
>
> $ KERNEL_BITS=32 ./config
> ...
>
> $ make depend && make clean && make
> ...
>
> <fix compile error in chacha.s>
> $ make
> ...
>
> LD_LIBRARY_PATH=..: cc -DDSO_DLFCN -DHAVE_DLFCN_H -DOPENSSL_THREADS
> -DOPENSSL_NO_STATIC_ENGINE -DOPENSSL_PIC -DOPENSSL_BN_ASM_MONT
> -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DAES_ASM -DVPAES_ASM
> -DPOLY1305_ASM -DOPENSSLDIR="/usr/local/ssl"
> -DENGINESDIR="/usr/local/lib/engines" -O3 -D_REENTRANT -arch ppc
> -DB_ENDIAN -Wa,-force_cpusubtype_ALL -arch ppc -bundle -o
> ./dasync.dylib e_dasync.o -L.. -lcrypto
> Undefined symbols:
> "_ASYNC_get_current_job", referenced from:
> _dummy_pause_job in e_dasync.o
Fixed by
http://git.openssl.org/gitweb/?p=openssl.git;a=commitdiff;h=3ed1839dc3ad285ca83609007a18911d3c7bfdbe.
Closing ticket. [As well as re-closing chacha.s ticket.]
--
Ticket here: http://rt.openssl.org/Ticket/Display.html?id=4373
Please log in as guest with password guest if prompted
More information about the openssl-dev
mailing list