Hello John, On Mon, Nov 05, 2018 at 09:52:43PM -0500, John J. Karcher wrote: > The library depends on several external libraries; so far all of them are > already in "libports". But one of the dependencies is "openssl", and I get > the following error when running "make": > > "Library-description file openssl.mk is missing" > > This indeed appears to be the case, both in my local source tree and on > GitHub. > > Do I need to do something different for "openssl", or is it really a missing > file?
This is just a naming issue as the Genode library is not named 'openssl' but libssl. For reference you may look into the SSL test repos/libports/src/test/libports/libssl/target.mk:2:LIBS = libc libcrypto libssl The naming on Linux etc. is likely confusing /usr/lib/x86_64-linux-gnu/libssl.so Greets -- Christian Helmuth Genode Labs https://www.genode-labs.com/ · https://genode.org/ https://twitter.com/GenodeLabs · /ˈdʒiː.nəʊd/ Genode Labs GmbH · Amtsgericht Dresden · HRB 28424 · Sitz Dresden Geschäftsführer: Dr.-Ing. Norman Feske, Christian Helmuth _______________________________________________ Genode users mailing list [email protected] https://lists.genode.org/listinfo/users
