|
Message-ID: <20110617141800.GA9862@openwall.com> Date: Fri, 17 Jun 2011 18:18:00 +0400 From: Solar Designer <solar@...nwall.com> To: john-dev@...ts.openwall.com Subject: Re: Error with static linking in jumbo 6 Robert, On Fri, Jun 17, 2011 at 10:11:12AM -0400, rs904c@...scape.net wrote: > ok, I added the LDFLAGS with the -lz. Now I get some other errors. It looks like something else is needed/needs to be modified. Yes. > /usr/lib/libcrypto.a(dso_dlfcn.o): In function `dlfcn_load': > (.text+0x73): undefined reference to `dlopen' Add "-ldl". > /usr/lib/libssl.a(ssl_err2.o): In function `SSL_load_error_strings': > (.text+0xd): undefined reference to `ERR_load_crypto_strings' Now, these are puzzling to me. What build of OpenSSL are you using? Anyway, try adding "-ldl" and see where this gets you... Thanks, Alexander
Powered by blists - more mailing lists
Confused about mailing lists and their use? Read about mailing lists on Wikipedia and check out these guidelines on proper formatting of your messages.