I'm trying to get openssl to link into a shared object library but when starting up the program that uses the .so, I get the following error: Warning: could not load /home/kmayer/as3/bin/nsopenssl.so: ld.so.1: bin/nsd: fatal: relocation error: file /home/kmayer/as3/bin/nsopenssl.so: symbol __udivdi3: referenced symbol not found nsopenssl.so is the loadable module for AOLserver (previously NaviServer and GNNserver), now an opensource project. There's a note in openssl/crypt/bn/bn_div.c about how gcc generates a call to this function, (and a workaround for i386 hardware). Is there another way to make this go away on Solaris box (Ultra-1)? I'm not concerned about performance yet, I'm just doing a feasability study. But if there's a fast way to do it, I won't reject it either! Ken ______________________________________________________________________ OpenSSL Project http://www.openssl.org Development Mailing List [EMAIL PROTECTED] Automated List Manager [EMAIL PROTECTED]
