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 <[email protected]> wrote: > That would be great if installing erlang didn't require sudo... > > Dave > > > > On Fri, Oct 11, 2013 at 11:50 AM, Jon Meredith <[email protected]>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 <[email protected]> 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 >>> [email protected] >>> http://lists.basho.com/mailman/listinfo/riak-users_lists.basho.com >>> >>> >> >> >> -- >> Jon Meredith >> VP, Engineering >> Basho Technologies, Inc. >> [email protected] >> > > > _______________________________________________ > riak-users mailing list > [email protected] > http://lists.basho.com/mailman/listinfo/riak-users_lists.basho.com > > -- /* Sincerely -------------------------------------------------------------- Pedram Nimreezi - Chief Technology Officer */ // The hardest part of design … is keeping features out. - Donald Norman
_______________________________________________ riak-users mailing list [email protected] http://lists.basho.com/mailman/listinfo/riak-users_lists.basho.com
