https://issues.apache.org/bugzilla/show_bug.cgi?id=51581
Rainer Jung <rainer.j...@kippdata.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |INVALID --- Comment #1 from Rainer Jung <rainer.j...@kippdata.de> 2011-07-29 08:59:34 UTC --- The compiler complains about your OpenSSL build and suggests tu use other flags for that. Please check your OpenSSL. There are usually two ways to fx this: - either provide shared libraries for OpenSSL. Check OpenSSL-Docs how to do this. - or if you want to build against statically linked OpenSSL (the complicated way), you might try with "-fPIC" added when compiling OpenSSL, but I don't think it'll help - I expect you can work around the problem by linking against OpenSSL with -Bdirect (or -Wl,-Bdirect depending on where you set the flag). It's a known problem with OpenSSl which pops up every now and then in variations: http://rt.openssl.org/Ticket/Display.html?id=1226 http://rt.openssl.org/Ticket/Display.html?id=1521 http://rt.openssl.org/Ticket/Display.html?id=2466 etc. -- Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org