Re: Fw: Issue with Riak Install from Source under SUSE SLES 11 SP11 Version S390 / Problem solved

2012-05-06 Thread Nobuhiro Iwamatsu
this error?  Any dependency with other packages? > > Thanks in advance for your support. > > Regards, > Claude > > > Claude Falbriard > Certified IT Specialist L2 - Middleware > AMS Hortolândia / SP - Brazil > phone:    +55 19

Fw: Issue with Riak Install from Source under SUSE SLES 11 SP11 Version S390 / Problem solved

2012-04-30 Thread claudef
+55 13 8117 3316 e-mail:clau...@br.ibm.com From: Jared Morrow To: clau...@br.ibm.com Cc: riak-users@lists.basho.com Date: 28/04/2012 01:17 Subject:Re: Issue with Riak Install from Source under SUSE SLES 11 SP11 Version S390 Claude, The issue is not in the rebar.confi

Re: Issue with Riak Install from Source under SUSE SLES 11 SP11 Version S390

2012-04-28 Thread claudef
.ibm.com From: Jared Morrow To: clau...@br.ibm.com Cc: riak-users@lists.basho.com Date: 28/04/2012 01:17 Subject: Re: Issue with Riak Install from Source under SUSE SLES 11 SP11 Version S390 Claude, The issue is not in the rebar.config file for eleveldb, but in a fil

Re: Issue with Riak Install from Source under SUSE SLES 11 SP11 Version S390

2012-04-27 Thread Jared Morrow
Claude, The issue is not in the rebar.config file for eleveldb, but in a file that fetches the original C++ source for leveldb. To fix your issue, simply unpack the riak source as you already did then: $ cd deps/eleveldb And then make the following changes to 'c_src/build_deps.sh': --- c_sr

Re: Issue with Riak Install from Source under SUSE SLES 11 SP11 Version S390

2012-04-27 Thread Kelly McLaughlin
Hi Claude. Most git servers use port 9418. If you are able to open that port on your firewall it should work. Alternatively if you look for files in the riak directory and its subdirectories called 'rebar.config' and edit those and change the git urls to be "http://..."; instead of "git://..." t

Issue with Riak Install from Source under SUSE SLES 11 SP11 Version S390

2012-04-27 Thread claudef
Dear colleagues, Trying to install the RIAK package under a SUSE SLES 11 SP11 Version S390. I've downloaded the .tar.gz install file from the BASHO site. First I've installed the Erlang package with the --with-ssl option and recompiled the openssl package with the "shared" option, as requested