
3 Mar
2005
3 Mar
'05
4:56 a.m.
Greg Matthews wrote:
excellent! compilation almost completes now. It falls over at the linking stage: [cut] ld32: ERROR 33: Unresolved text symbol "ENGINE_load_builtin_engines" -- 1st referenced by ssl.o.
It looks like your OpenSSL library is not compiled with engines enabled: ./Configure no-engine Just reconfigure/rebuild OpenSSL with engine code or remove: /usr/local/ssl/include/openssl/engine.h file. Best regards, Mike