Hi guys, I think I need some advice to compile and build the vanitygen against openssl 1.0+ on osx Mavericks 10.9.1
I 'make' it after upgrade openssl but it says:
WARNING: Built with OpenSSL 0.9.8y 5 Feb 2013
WARNING: Use OpenSSL 1.0.0d+ for best performance
if I then check the openssl version i got:
OpenSSL 1.0.1f 6 Jan 2014
so i symlinked the new openssl to the include and retried the 'make'
this is the output:
cc vanitygen.o pattern.o util.o -o vanitygen -ggdb -O3 -Wall -I/tmp/openssl-1.0.0j/include -L/tmp/openssl-1.0.0j -lpcre -lcrypto -lm -lpthread
ld: warning: directory not found for option '-L/tmp/openssl-1.0.0j'
undef: _PKCS5_PBKDF2_HMAC
Undefined symbols for architecture x86_64:
"_PKCS5_PBKDF2_HMAC", referenced from:
_vg_output_match_console in lto.o
ld: symbol(s) not found for architecture x86_64
clang: error: linker command failed with exit code 1 (use -v to see invocation)
make: *** [vanitygen] Error 1
I think i have to modify the Makefile to adapt it to 10.9.1 but i'm not so skilled to do it by myself,
can anyone help?
Thanks
jaap