On Wed, Jun 11, 2014 at 2:50 AM, Rahul Godbole <rahulmg1...@gmail.com> wrote:
> Hi
>
> I want to install OpenSSL 1.0.1e on my CentOS 6.4. I downloaded the souce
> and built it by running
> ./config
> make
> make install
>
> The make install is not installing libcrypto.so, libssl.so and openssl
> binary into /usr/bin and /usr/lib64. I need it to be installed there.
>
By default, the library is installed at /usr/local/ssl.

./config --openssldir=XXX allows you to control the directory. I think
in your case, ./config shared --openssldir=/usr might do the tirck. I
don't believe its a recommended practice, though.

It might be a better idea to build the library, then copy
libssl-1.0.1e.so and libcrypto-1.0.1e.so by hand, and then change the
links for libssl.so and libcrypto.so.

lib64/ may give you trouble. You might have to copy from /usr/lib/ to
/usr/lib64/.

Jeff
______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
User Support Mailing List                    openssl-users@openssl.org
Automated List Manager                           majord...@openssl.org

Reply via email to