RE: mesos master 0.27.1 needs g++ to execute ?

2016-03-07 Thread kr di
day, March 7, 2016 7:31 AM To: user<mailto:user@mesos.apache.org> Subject: Re: mesos master 0.27.1 needs g++ to execute ? If you use automake tools to build mesos, the `mesos-master` actually is a warpper of "build/src/.libs/lt-mesos-master". And in the `mesos-master.sh`, g++ is

Re: mesos master 0.27.1 needs g++ to execute ?

2016-03-07 Thread haosdent
ps://go.microsoft.com/fwlink/?LinkId=550986> for > Windows 10 > > > > *From: *haosdent > *Sent: *Sunday, March 6, 2016 8:03 PM > *To: *user > > *Subject: *Re: mesos master 0.27.1 needs g++ to execute ? > > > I think you should not run it by "build/bin/xxx

RE: mesos master 0.27.1 needs g++ to execute ?

2016-03-07 Thread kr di
rg> Subject: Re: mesos master 0.27.1 needs g++ to execute ? I think you should not run it by "build/bin/xxx.sh", it may only work in your build machine. You could try install it by deb/rpm http://open.mesosphere.com/downloads/mesos/#apache-mesos-0.27.0 On Mon, Mar 7, 2016 at 8:51 AM, kr di

Re: mesos master 0.27.1 needs g++ to execute ?

2016-03-06 Thread haosdent
bapr-1.so: No such file or directory > > 1 > > > > Sent from Mail <https://go.microsoft.com/fwlink/?LinkId=550986> for > Windows 10 > > > > *From: *Klaus Ma > *Sent: *Sunday, March 6, 2016 8:17 AM > *To: *user@mesos.apache.org > *Subject: *Re: mesos

RE: mesos master 0.27.1 needs g++ to execute ?

2016-03-06 Thread kr di
kId=550986> for Windows 10 From: Klaus Ma<mailto:klaus1982...@gmail.com> Sent: Sunday, March 6, 2016 8:17 AM To: user@mesos.apache.org<mailto:user@mesos.apache.org> Subject: Re: mesos master 0.27.1 needs g++ to execute ? Hi KR, Can you share the error message? Da (Klaus), Ma (马达)

Re: mesos master 0.27.1 needs g++ to execute ?

2016-03-06 Thread Klaus Ma
Hi KR, Can you share the error message? Da (Klaus), Ma (马达) | PMP® | Advisory Software Engineer Platform OpenSource Technology, STG, IBM GCG +86-10-8245 4084 | klaus1982...@gmail.com | http://k82.me On Sun, Mar 6, 2016 at 8:22 PM, kr di wrote: > I have dockerized amy compiled version of m

mesos master 0.27.1 needs g++ to execute ?

2016-03-06 Thread kr di
I have dockerized amy compiled version of mesos master for version 0.25 successfully. In moving closer to production, I am upgrading to 0.27.1. However, in dockerizing 0.27.1, the mesos master seems to need g++ (plus a few libraries) to execute which was not the case with mesos 0.25. I am not