[prev in list] [next in list] [prev in thread] [next in thread] 

List:       openssl-users
Subject:    Re: Install openssl without root rights
From:       Kyle Hamilton <aerowolf () gmail ! com>
Date:       2010-09-29 4:07:35
Message-ID: AANLkTimQPWiYFMN6e4KLBKUAdzuUe7bgumWcAJubQM9M () mail ! gmail ! com
[Download RAW message or body]

First, check to see that you're not able to have root rights via
'sudo'.  If you can, you can just install it as a package.  If you
can't...

Use './config --prefix=$HOME' (or whatever you want the installation's
root to be), set 'export
LD_LIBRARY_PATH=$HOME/ssl/lib:$HOME/lib:$LD_LIBRARY_PATH' in your
~/.profile or ~/.bash_profile script, and 'make install' when you're
ready to go.  Get ready to compile everything you need to use the
library yourself.  You will also need to use --with-ssl=$HOME with
most autoconf-generated configure scripts.

You can avoid setting LD_LIBRARY_PATH by linking everything
statically, but I don't recommend it.

(For additional information about issues you will likely encounter,
and the meaning of the LD_LIBRARY_PATH variable as well as important
caveats on its use, see the manpages for ld.so(1) and ldconfig(8).)

-Kyle H

On Mon, Sep 27, 2010 at 11:57 PM, fabermundi <fabersoft@hotmail.com> wrote:
> 
> Hello,
> I have to install openssl on a Computer with openSUSE where I don't have any
> root rights.
> Is this possible? How?
> 
> Thanks in advance
> --
> View this message in context: \
> http://old.nabble.com/Install-openssl-without-root-rights-tp29825759p29825759.html \
> Sent from the OpenSSL - User mailing list archive at Nabble.com. \
> ______________________________________________________________________ OpenSSL \
> Project                                 http://www.openssl.org User Support Mailing \
> List                    openssl-users@openssl.org Automated List Manager            \
> majordomo@openssl.org 
______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
User Support Mailing List                    openssl-users@openssl.org
Automated List Manager                           majordomo@openssl.org


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic