Not sure if this helps, but we've been using docker to run Mesos on Centos 7 
hosts.

________________________________
From: craig w [codecr...@gmail.com]
Sent: 23 March 2015 12:06
To: user@mesos.apache.org
Subject: Unable to install subversion-devel 1.8+ on CentOS 7

Mesos 0.21.0+ requires subversion-devel 1.8+, which can be installed by adding 
the Wandisco yum repo. However, it appears that subversion-devel 1.8+ requires 
libsasl2.so.2, which is not available on CentOS7.

I've seen one person try to create a symlink to libsasl2.so.3 and it worked 
[1], while another person found it did not work [2].

I created a CentOS 7 droplet on DigitalOcean, added the Wandisco repo and tried 
to install subversion-devel and it failed b/c of the libsasl2.so.2 missing. I 
tried creating a symlink (ln -s /usr/lib64/libsasl2.so.3 
/usr/lib64/libsasl2.so.2), restarting the server and installing 
subversion-devel still failed b/c of the libsasl issue:

Error: Package: subversion-1.8.11-1.x86_64 (WandiscoSVN)
           Requires: libsasl2.so.2()(64bit)

Anyone had any success on CentOS 7 with Mesos 0.21+?

[1] - did work: http://unix.stackexchange.com/a/178408

[2] - did not 
work:http://www.wandisco.com/svnforum/forum/smartsvn-community/smartsvn-help-and-support/69834-installing-subversion-command-line-client-on-centos-7

Reply via email to