On 11/4/05, Rainer Jung <rainer.jung@xxxxxxxxxxx> wrote: > I had the same problem a few days ago with 2.0.55 and OpenSSL 0.9.8a on > Solaris SPARC. In our case, we got the error only once, more exactly it > occured when linking mod_ssl. It turned out, that the OpenSSL developers > rearranged a SPARC assembler file and the new file only works, when you > add -Bsymbolic to link mod_ssl. > > To link mod_ssl with -Bsymbolic I added "-Wl,-Bsymbolic " to modules.mk in > modules/ssl. > > If that solves your problem, it would be nice to post it to the list. I > don't have it subscribed, so I can't post. > > In case you really get the error more often: > > - use gcc 3.x > - use Suns ld/as > - use gnu make Thank you for your response. I solved this by using GNU binutils package and ld that comes with it. regards Akash