Carl,
Use apt to install libssl 0.9.x. This will solve your issues.

-Sean

On Jan 22, 2012, at 6:04 PM, Carl <asyn...@hotmail.com> wrote:

> I am trying to install Riak 1.0.3 on my Linux Mint 12 system.  Linux
> Mint is basically Ubuntu but with a more pure GNOME user interface.
>
> I wanted to be able to run multiple instances on one node so first I
> tried to build from source.  I have Erlang R15B installed.  I modified
> the various rebar.config files to allow that platform, but it never got
> that far, first getting a few 'fatal' errors about git, and then
> stopping claiming it could not find a libssl >= 0.9.8.
>
> So then I tried the prebuilt install using the i386 .deb file.  This got
> the same errors:
>
> ...
> ==> riak-1.0.3 (get-deps)
> ./rebar compile generate
> fatal: Not a git repository (or any parent up to mount parent )
> Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set).
> fatal: Not a git repository (or any parent up to mount parent )
> Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set).
> fatal: Not a git repository (or any parent up to mount parent )
> Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set).
> ==> cluster_info (compile)
> Compiled src/cluster_info_ex.erl
> Compiled src/cluster_info.erl
> Compiled src/cluster_info_basic.erl
> ==> skerl (compile)
> Compiled src/skerl.erl
> Compiled src/hex.erl
> Compiling c_src/skein.c
> Compiling c_src/skein_api.c
> Compiling c_src/skein_block.c
> Compiling c_src/skein_debug.c
> Compiling c_src/skerl_nifs.c
> /usr/bin/ld: cannot find -lstdc++
> collect2: ld returned 1 exit status
> ERROR: cc c_src/skein.o c_src/skein_api.o c_src/skein_block.o
> c_src/skein_debug.o c_src/skerl_nifs.o  -lstdc++ -shared
> -L/usr/lib/erlang/lib/erl_interface-3.7.6/lib -lerl_interface -lei -o
> priv/skerl_nifs.so failed with error: 1 and output:
> /usr/bin/ld: cannot find -lstdc++
> collect2: ld returned 1 exit status
>
> make: *** [rel] Error 1
>
> But according to 'aptitude' I have libssl 1.0.0 installed.  So then I go
> look in /usr/lib and find these files.
>
> /build/riak-1.0.3> find /usr/lib -name 'libstdc*'
> /usr/lib/ure/lib/libstdc++.so.6
> /usr/lib/i386-linux-gnu/libstdc++.so.6.0.16
> /usr/lib/i386-linux-gnu/libstdc++.so.6
>
>
> _______________________________________________
> riak-users mailing list
> riak-users@lists.basho.com
> http://lists.basho.com/mailman/listinfo/riak-users_lists.basho.com

_______________________________________________
riak-users mailing list
riak-users@lists.basho.com
http://lists.basho.com/mailman/listinfo/riak-users_lists.basho.com

Reply via email to