Hmm, I check again in http://opensource.wandisco.com/centos/7/svn-1.9/RPMS/x86_64/ The interesting thing in only have subversion-1.9 in that repo. But your log show you install 1.8
And I try again in a fresh CentOS 7 machine. I disable wandisco-svn.repo. And execute $ yum install -y subversion-libs subversion subversion-devel Could install these packages subversion-libs-1.7.14-10.el7.x86_64 subversion-devel-1.7.14-10.el7.x86_64 subversion-1.7.14-10.el7.x86_64 successfully. And it also could used when compile mesos. On Tue, Mar 8, 2016 at 4:17 PM, Walter Heestermans (TME) < [email protected]> wrote: > [root@lxdocapt01 docker]# yum install cyrus-sasl-lib > Loaded plugins: ulninfo > Package cyrus-sasl-lib-2.1.26-20.el7_2.x86_64 already installed and latest > version > Nothing to do > > Seems to be installed > Walter > > > -----Original Message----- > From: haosdent [mailto:[email protected]] > Sent: 08 March 2016 09:16 > To: dev > Subject: Re: Compile failure > > Sorry, CentOS should be > > libsasl2.so.2 (libc6,x86-64) => /usr/lib64/libsasl2.so.2 > > > Could you try `yum install cyrus-sasl-lib` in your machine? > > On Tue, Mar 8, 2016 at 4:12 PM, haosdent <[email protected]> wrote: > > > I use CentOS 7. Usually could see it after > > > > $ ldconfig -p | grep libsasl2.so.2 > > libsasl2.so.2 (libc6,x86-64) => > > /usr/lib/x86_64-linux-gnu/libsasl2.so.2 > > > > On Tue, Mar 8, 2016 at 4:10 PM, Walter Heestermans (TME) < > > [email protected]> wrote: > > > >> Nothing > >> > >> So I'm still missing some package, but installed all the ones > >> specified inside the doc. We are running Oracle Linux 7 > >> > >> Walter > >> > >> -----Original Message----- > >> From: haosdent [mailto:[email protected]] > >> Sent: 08 March 2016 09:06 > >> To: dev > >> Subject: Re: Compile failure > >> > >> Does > >> > >> ``` > >> ldconfig -p | grep libsasl2.so.2 > >> ``` > >> > >> return anything in your machine? > >> > >> On Tue, Mar 8, 2016 at 3:30 PM, Walter Heestermans (TME) < > >> [email protected]> wrote: > >> > >> > I did this but now getting > >> > > >> > sh-4.2# yum install subversion-devel Loaded plugins: ulninfo > >> > Resolving Dependencies > >> > --> Running transaction check > >> > ---> Package subversion-devel.x86_64 0:1.8.15-1 will be installed > >> > --> Processing Dependency: subversion = 1.8.15-1 for package: > >> > subversion-devel-1.8.15-1.x86_64 > >> > --> Running transaction check > >> > ---> Package subversion.x86_64 0:1.7.14-10.el7 will be updated > >> > ---> Package > >> > ---> subversion.x86_64 0:1.8.15-1 will be an update > >> > --> Processing Dependency: libdb-4.7.so()(64bit) for package: > >> > subversion-1.8.15-1.x86_64 > >> > --> Processing Dependency: libserf-1.so.1()(64bit) for package: > >> > subversion-1.8.15-1.x86_64 > >> > --> Processing Dependency: libsasl2.so.2()(64bit) for package: > >> > subversion-1.8.15-1.x86_64 > >> > --> Running transaction check > >> > ---> Package compat-db47.x86_64 0:4.7.25-28.el7 will be installed > >> > --> Processing Dependency: compat-db-headers = 4.7.25-28.el7 for > >> package: > >> > compat-db47-4.7.25-28.el7.x86_64 > >> > ---> Package serf.x86_64 0:1.3.7-1 will be installed Package > >> > ---> subversion.x86_64 0:1.8.15-1 will be an update > >> > --> Processing Dependency: libsasl2.so.2()(64bit) for package: > >> > subversion-1.8.15-1.x86_64 > >> > --> Running transaction check > >> > ---> Package compat-db-headers.noarch 0:4.7.25-28.el7 will be > >> > ---> installed Package subversion.x86_64 0:1.8.15-1 will be an > >> > ---> update > >> > --> Processing Dependency: libsasl2.so.2()(64bit) for package: > >> > subversion-1.8.15-1.x86_64 > >> > --> Finished Dependency Resolution > >> > Error: Package: subversion-1.8.15-1.x86_64 (WANdiscoSVN) > >> > Requires: libsasl2.so.2()(64bit) You could try using > >> > --skip-broken to work around the problem You could try running: > >> > rpm -Va --nofiles --nodigest > >> > > >> > I installed the sasl related packages too > >> > > >> > sh-4.2# yum install cyrus-sasl-devel cyrus-sasl-md5 apr-devel > >> > Loaded > >> > plugins: ulninfo Package cyrus-sasl-devel-2.1.26-20.el7_2.x86_64 > >> > already installed and latest version Package > >> > cyrus-sasl-md5-2.1.26-20.el7_2.x86_64 already installed and latest > >> > version Package apr-devel-1.4.8-3.el7.x86_64 already installed and > >> > latest version Nothing to do > >> > > >> > Walter > >> > > >> > > >> > -----Original Message----- > >> > From: Joris Van Remoortere [mailto:[email protected]] > >> > Sent: 07 March 2016 16:44 > >> > To: [email protected] > >> > Subject: Re: Compile failure > >> > > >> > Hello Walter, > >> > > >> > Did you see this section on the Getting Started < > >> > http://mesos.apache.org/gettingstarted/> page? > >> > > >> > # 'Mesos > 0.21.0' requires 'subversion > 1.8' devel package, # > >> > which is not available in the default repositories. > >> > # Create a WANdisco SVN repo file to install the correct version: > >> > $ sudo cat > /etc/yum.repos.d/wandisco-svn.repo <<EOF [WANdiscoSVN] > >> > name=WANdisco SVN Repo 1.9 > >> > enabled=1 > >> > baseurl=http://opensource.wandisco.com/centos/7/svn-1.9/RPMS/$basea > >> > rch > >> > / > >> > gpgcheck=1 > >> > gpgkey=http://opensource.wandisco.com/RPM-GPG-KEY-WANdisco > >> > EOF > >> > > >> > > >> > — > >> > *Joris Van Remoortere* > >> > Mesosphere > >> > > >> > On Mon, Mar 7, 2016 at 7:01 AM, Walter Heestermans (TME) < > >> > [email protected]> wrote: > >> > > >> > > Hi, > >> > > > >> > > Trying to build the mesos apache-mesos-0.27.1 on Oracle Linux 7 > >> > > > >> > > configure: error: cannot find libsvn_subr-1 headers > >> > > ----------------------------------------------------------------- > >> > > -- > >> > > libsubversion-1 is required for mesos to build. > >> > > > >> > > I search for packages to install , and found the subversion-devel > >> > > one, but doesn't seems to exist when I yum > >> > > > >> > > sh-4.2# yum install subversion-devel Loaded plugins: ulninfo No > >> > > package subversion-devel available. > >> > > Error: Nothing to do > >> > > > >> > > Can somebody advise what to install? > >> > > > >> > > Walter > >> > > > >> > > > >> > > > >> > > This e-mail may contain confidential information. If you are not > >> > > an addressee or otherwise authorised to receive this message, you > >> > > should not use, copy, disclose or take any action based on this > >> > > e-mail. If you have received this e-mail in error, please inform > >> > > the sender promptly and delete this message and any attachments > >> immediately. > >> > > > >> > This e-mail may contain confidential information. If you are not an > >> > addressee or otherwise authorised to receive this message, you > >> > should not use, copy, disclose or take any action based on this > >> > e-mail. If you have received this e-mail in error, please inform > >> > the sender promptly and delete this message and any attachments > immediately. > >> > > >> > >> > >> > >> -- > >> Best Regards, > >> Haosdent Huang > >> This e-mail may contain confidential information. If you are not an > >> addressee or otherwise authorised to receive this message, you should > >> not use, copy, disclose or take any action based on this e-mail. If > >> you have received this e-mail in error, please inform the sender > >> promptly and delete this message and any attachments immediately. > >> > > > > > > > > -- > > Best Regards, > > Haosdent Huang > > > > > > -- > Best Regards, > Haosdent Huang > This e-mail may contain confidential information. If you are not an > addressee or otherwise authorised to receive this message, you should not > use, copy, disclose or take any action based on this e-mail. If you have > received this e-mail in error, please inform the sender promptly and delete > this message and any attachments immediately. > -- Best Regards, Haosdent Huang
