Regarding libssl, the packages are built on Ubuntu 10.04 LTS which has the 
libssl0.9.8 package.   Ubuntu 11.10 got rid of the libssl0.9.8 package and 
instead went to libssl1.0.0.   Note, these aren't two versions of the same 
package, Ubuntu created two completely separate packages with two different 
names rather than versioning a single libssl package.   Understandably this 
caused some problems with trying to support multiple versions of Ubuntu.   

The decision was made to support as best we could the LTS release as that was 
the most common release used in production.   In addition, the libssl0.9.8 
package can easily be installed along side the libssl1.0.0 package on ubuntu 
11.10 by simply installing it via apt (apt-get install libssl0.9.8) whereas it 
wasn't as easy going the other way and installing libssl1.0.0 on ubuntu 10.04.  
 

For things to work, you need that package, installing via '-f' will crash 
erlang on startup (or whenever it first attempts to use the crypto library).   

The other option you have is to take the source and build your own package on 
Ubuntu 11.10.   You can do this by installing all of the debian packaging tools 
(dch, debhelper, make, gcc, erlang-14b04) and doing a 'make package RELEASE=1' 
in the root directory of the untarred source.

Hope that helps,
Jared


On Feb 18, 2012, at 11:38 AM, Tim Robinson wrote:

> 
> Couple of questions on installation:
> 
> 1. When using the pre-built .deb package I hit an error with dpkg requiring 
> libssl version 0.9.8. I try to maintain the latest which is 1.1.0. While 
> installing 0.9.8 fixed the immediate error is there a problem having multiple 
> versions installed? And why is 0.9.8 required/hard-coded? Shouldn't any 
> libssl be good enough? If I used -f would that cause other problems?  
> 
> 2. I don't see ring_creation_size in the app.config file as per docs 
> (http://wiki.basho.com/Configuration-Files.html). Is there a reason it's 
> missing? How is it implemented? under which option? what format? 
> 
> 3. If I've already started a new cluster, having added no data, but want to 
> change the ring_creation_size, what are the steps? 
> 
> Thanks,
> 
> Tim
> 
> 
> _______________________________________________
> 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