Hello all,
I am having 10.04 ubuntu machines that come with openssl 0.9.8k. In my freeRadius, hostapd and wpa_supplicant setup I would like to use openssl 1.0.0a. Since that is not available in ubuntu's repository, I downloaded it from openssl.org and build it just fine (./config, make, make test and make install according to INSTALL file finished successfully). However, when I do openssl version in bash I get 0.9.8k which is ubuntu's version and my /usr/lib/libcrypto and libssl links point to libcrypto.so.0.9.8 and libssl.so.0.9.8 respectively. I noticed that 1.0.0 manual build has not build respective libcrypto.so.1.0.0 and libssl.so.1.0.0 files. How do I make sure that ubuntu is using my /usr/local/ssl 1.0.0 build? Thanks a lot in advance, Panos