[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: 0.37.0 build fails --with-ssl on Solaris 9

From: Joe Orton <joe_at_manyfish.co.uk>
Date: 2004-02-17 22:42:31 CET

On Tue, Feb 17, 2004 at 12:57:47PM -0600, Andrew A. Raines wrote:
> Text relocation remains referenced
> against symbol offset in file
> <unknown> 0xd44 /usr/local/ssl/lib/libssl.a(t1_enc.o)

That's the error you get from trying to link a static library into a
shared library on Solaris if the objects in the static library weren't
compiled using -fPIC. "Don't do that" is the answer :)

Did you configure OpenSSL with "./Configure solaris-shared"?

joe

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Tue Feb 17 22:42:59 2004

This is an archived mail posted to the Subversion Users mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.