> Not sure if this is the right place, if not what group would be more > appropriate,
openssl-users is probably more appropriate than this development list, but... > -rw-r--r-- 1 bin bin 1943752 Apr 17 06:28 libcrypto.a > -r-xr-xr-x 1 bin bin 1329284 Apr 17 06:28 libcrypto.so.0.9.7 > -rw-r--r-- 1 bin bin 301916 Apr 17 06:28 libssl.a > -r-xr-xr-x 1 bin bin 236832 Apr 17 06:28 libssl.so.0.9.7 > > My compiled version of SSL has the following directory structure > > -rw-r--r-- 1 root other 1857536 Sep 3 08:00 libcrypto.a > -rw-r--r-- 1 root other 297588 Sep 3 08:00 libssl.a > > As you can tell I seem to be missing all of the libcrypto files. Was > wondering were they went. <SNIP> > What am I doing wrong. How can I get these libraries to be there > permantently. My non-expert understanding is you're only missing the shared libs (.so) everything else is symlinks. Add "shared" to your ./Configure line. -Nathan ___________________ Hummingbird Ltd. Toronto, Ontario ______________________________________________________________________ OpenSSL Project http://www.openssl.org Development Mailing List [EMAIL PROTECTED] Automated List Manager [EMAIL PROTECTED]
