Those RPMs are built for CentOS 6 i think. For testing, you can get it to start up by just dropping in a symlink :
/lib64/libsasl2.so.2 -> /lib64/libsasl2.so.3 On 26 January 2015 at 01:33, Yu Wenhua <[email protected]> wrote: > [root@zone1_0 ~]# uname -a > > Linux zone1_0 3.10.0-123.el7.x86_64 #1 SMP Mon Jun 30 12:09:22 UTC 2014 > x86_64 x86_64 x86_64 GNU/Linux > > > > I use CentOS7 and install the rpm from > > https://mesosphere.com/2014/07/17/mesosphere-package-repositories/ > > then got this error message: > > mesos-slave --master=192.168.3.5:5050 > > mesos-slave: error while loading shared libraries: libsasl2.so.2: cannot > open shared object file: No such file or directory > > > > [root@zone1_0 ~]# ls /usr/lib64/libsasl2.so* -l > > lrwxrwxrwx. 1 root root 17 Nov 28 04:31 /usr/lib64/libsasl2.so.3 -> > libsasl2.so.3.0.0 > > -rwxr-xr-x. 1 root root 121296 Jun 10 2014 /usr/lib64/libsasl2.so.3.0.0 > > [root@zone1_0 ~]# > > > > Maybe I have to build a rpm from the src file. Right? > > > > > > From: Tim St Clair [mailto:[email protected]] > Sent: 2015年1月23日 22:59 > To: [email protected] > Subject: Re: how to create rpm package > > > > What's your distro+version? > > > > Cheers, > > Tim > > > > ________________________________ > > From: "Yu Wenhua" <[email protected]> > To: [email protected] > Sent: Friday, January 23, 2015 3:27:36 AM > Subject: how to create rpm package > > > > Hi, > > Can anyone tell me how to build a mesos rpm package? So I can deploy it to > slave node easily > > Thanks. > > > > Yu. > > > > > > -- > > Cheers, > Timothy St. Clair > Red Hat Inc.

