Question for ya'll.... Does anyone know of any problems with trying to link the crypto and ssl libraries with a shared library (example: gcc -G -o mylib.so myfile.o -lcrypto -lssl) on Solaris?  Its about the only think left that I can think of that would explain the behavior we're seeing -- all our test code runs fine when everything is static, but as soon as we start loading things dynamically all hell breaks loose.  I've tried recompiling everything with -fpic, but still seeing strange failures (why would RAND_seed just hang???)
 
I suppose next thing to try is build libcrypto and libssl as shared libraries....

Reply via email to