LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Solaris / OpenSolaris (https://www.linuxquestions.org/questions/solaris-opensolaris-20/)
-   -   OpenSSL 0.9.6k (https://www.linuxquestions.org/questions/solaris-opensolaris-20/openssl-0-9-6k-101960/)

kojiroh 10-09-2003 02:35 AM

OpenSSL 0.9.6k
 
Hi,

Have anybody managed to compile OpenSSL 0.9.6k?I tried to compile it myself, but I couldn't find the following lib file: libcrypto.so.0.9.6 and libssl.so.0.9.6

Most of the software I downloaded from sunfreeware.com are still using OpenSSL 0.9.6, but the newest OpenSSH is using OpenSSL 0.9.7.

Does anybody know how to create those two lib file?

Thank you.

Regards,

trickykid 10-09-2003 10:05 AM

After compiling and installing, I believe those two lib's will be in /usr/local/ssl/lib/ , you will need to copy them to /usr/lib and then you can chmod 444 libssl.so.0.9.7 libcrypto.so.0.9.7

Hope that helps, but you can't just create those files, they should be created after compiling like mentioned above.

stickman 10-09-2003 10:51 AM

If you get both OpenSSL and OpenSSH from the same place (ie sunfreeware), it should work since they are typically built in pairs. If you are going to build them from scratch, you can always set CFLAGS and CPPFLAGS to ensure that the lib and includes directories are found.


All times are GMT -5. The time now is 04:23 PM.