And yes you will need an erlang with OpenSSL. Like Pedram suggested, just statically link in SSL with the flags found in ./configure --help
On Friday, October 11, 2013, Pedram Nimreezi wrote: > You should be able to install openssl to your home directory as well, then > use the erlang configure flag to disable dynamic lookup of the ssl lib and > specify its location > On Oct 11, 2013 5:24 PM, "Dave King" <djk...@gmail.com> wrote: > > Sorry guys I should have been more clear. I can build Erlang without out > root with kerl, but I can't install the dependancies. So it builds but > doesn't have Open SSL. Not sure what else is missing. > > So I'm basically looking for the install from source instructions, but > without sudo for any of the steps. > > If it was java I'd be looking for an all-jar that has the dependancies in > place. Docker has this approach, but isn't on SLES11-SP2. > > I know it's a crazy request, but corporate shops are crazy places. > > - Peace > Dave > > > > On Fri, Oct 11, 2013 at 2:00 PM, Pedram Nimreezi > <m...@majorcomputing.com>wrote: > > Installing erlang doesn't require sudo either... just --prefix=~/erlang > ie. git clone git://github.com/erlang/otp > git checkout OTP_R15B0? > ./otp_build autoconf > ./configure --prefix=~/erlang --libdir=~/erlang/lib64 --enable-m64-build > --enable-hipe --enable-smp-support --enable-threads --enable-kernel-poll && > make && make install > > PATH=$PATH:~/erlang/lib64/erlang/bin > > tada you're a riak kungfu master.. > erlang also doesn't require any ports < 1024 > > > On Fri, Oct 11, 2013 at 3:10 PM, Dave King <djk...@gmail.com> wrote: > > That would be great if installing erlang didn't require sudo... > > Dave > > > > On Fri, Oct 11, 2013 at 11:50 AM, Jon Meredith <jmered...@basho.com>wrote: > > You should be able to to build from source and run it as your user. It > doesn't require any ports below 1024. > > http://docs.basho.com/riak/latest/ops/building/installing/from-source/ > > > On Fri, Oct 11, 2013 at 11:31 AM, Dave King <djk...@gmail.com> wrote: > > Need to get Riak up and running on SLES11-SP2, without access to sudo or > root. Any ideas? > > - Peace > Dave > > > _______________________________________________ > riak-users mailing list > riak-users@lists.basho.com > http://lists.basho.com/mailman/listinfo/riak-users_lists.basho.com > > > > > -- > Jon Meredith > VP, Engineering > Basho Technologies, Inc. > jmered...@basho.com > > > > _______________________________________________ > riak-users mailing list > >
_______________________________________________ riak-users mailing list riak-users@lists.basho.com http://lists.basho.com/mailman/listinfo/riak-users_lists.basho.com