Matt Ross wrote: > > This is a bit odd. I've been compiling OpenSSL to use with OpenLDAP > (v2.0.19). Previously I have never tried to compile or use the shared > libraries as I haven't needed them, but now when I do: > > ./Configure --prefix=/usr/local shared > make depend > make > make test > > Everything appears to compile and test correctly but the shared > libraries libssl.so.0.9.6 and libcrypto.so.0.9.6 are only 9KB each > (about 9517 bytes to be more precise, but not identical). As there were > no errors I assumed this was okay, but of course OpenLDAP says it can't > find the TLS/SSL package if I have these files in my /usr/local/lib > directory. LDD says all the necessary libraries are linked in to these > files. > > Using the exact same steps on a Debian Linux PC the shared libraries are > about 140KB and OpenLDAP finds them fine. > > Any tips or clues as to how I can get this working? >
Since you don't provide much info I am only guessing. If you are using GNU compilers then make sure you are linking with the GNU linker and not the Solaris linker. I know that sometime config with other packages picks the wrong linker. We need more info to help though. Bruce Forsberg ______________________________________________________________________ OpenSSL Project http://www.openssl.org User Support Mailing List [EMAIL PROTECTED] Automated List Manager [EMAIL PROTECTED]
