From: Karsten O. <wid...@t-...> - 2019-02-18 02:14:42
|
Hi, check out the newest trunk commits. I have no smart card handy right now for tests, but it compiles. If you can, please check it out. Karsten Am 10.02.2019 um 10:31 schrieb Justin Solms: > Hi > > after successful `./configure` I run `make` globalplatform-6.0.0 on > Ubuntu 18.04. > > I get allot of compile errors all similar to: > crypto.c:48:17: error: storage size of ‘ctx’ isn’t known > EVP_CIPHER_CTX ctx; > ... folowed by many more similar lines as above > > This all ends with > > Makefile:463: recipe for target 'libglobalplatform_la-crypto.lo' failed > make[1]: *** [libglobalplatform_la-crypto.lo] Error 1 > make[1]: Leaving directory > '/home/justin/Downloads/globalplatform-6.0.0/src' > Makefile:295: recipe for target 'all-recursive' failed > make: *** [all-recursive] Error 1 > > Let me know if you require more info about the above. > > Apparently this has to do with Ububtu using OpenSSL 1.1.1. > See https://stackoverflow.com/questions/42662733/evp-md-ctx-error-storage-size-of-ctx-isn-t-known > > I would appreciate it if anyone could show me how to direct the > compile to an alternative library installation such as > ~/local/lib/<other library>. I would put OpenSSL 1.0 there. > > In fact if anyone has managed to install globalplatform on Ubuntu > 18.04 I would really appreciate advice very much > > Kind regards, Justin > -- > Justin > +27 83 441 8883 - mobile > > > > > > > _______________________________________________ > Globalplatform-users mailing list > Glo...@li... > https://lists.sourceforge.net/lists/listinfo/globalplatform-users |