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" <[email protected]> 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 
> <[email protected]>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 <[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
>
>
_______________________________________________
riak-users mailing list
[email protected]
http://lists.basho.com/mailman/listinfo/riak-users_lists.basho.com

Reply via email to