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@lists.basho.com
> 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
riak-users@lists.basho.com
http://lists.basho.com/mailman/listinfo/riak-users_lists.basho.com

Reply via email to