Re: mesos-containerizer: error while loading shared libraries: libmesos-0.24.0.so

2015-09-23 Thread Joris Van Remoortere
Can you run the slave and executor with GLOG_v=1 set on the environment and try to provide some more context for this error: > mesos-containerizer: error while loading shared libraries: > libmesos-0.24.0.so: cannot open shared object file: No such file or > directory Are there any logs on the

Re: mesos-containerizer: error while loading shared libraries: libmesos-0.24.0.so

2015-09-17 Thread haosdent
Does libmesos-0.24.0.so exists in LD_LIBRARY_PATH=/path/to/mesos/lib? On Thu, Sep 17, 2015 at 5:01 PM, F21 wrote: > I am building mesos 0.24.0 with the goal to compress the binaries into an > archive and distribute them onto other machines to run. > > Mesos is configured

Re: mesos-containerizer: error while loading shared libraries: libmesos-0.24.0.so

2015-09-17 Thread F21
Yes, it exists. I can also see a libmesos.so that is symlinked to libmesos-0.24.0.so On 17/09/2015 7:08 PM, haosdent wrote: Does libmesos-0.24.0.so exists in LD_LIBRARY_PATH=/path/to/mesos/lib? On Thu, Sep 17, 2015 at 5:01 PM, F21

Re: mesos-containerizer: error while loading shared libraries: libmesos-0.24.0.so

2015-09-17 Thread haosdent
How about pass --executor_environment_variables when start slave? I think maybe because LD_LIBRARY_PATH not work. On Thu, Sep 17, 2015 at 5:11 PM, F21 wrote: > Yes, it exists. I can also see a libmesos.so that is symlinked to > libmesos-0.24.0.so > > > On 17/09/2015 7:08

Re: mesos-containerizer: error while loading shared libraries: libmesos-0.24.0.so

2015-09-17 Thread F21
I have that set using the environment variable: MESOS_EXECUTOR_ENVIRONMENT_VARIABLES={"LD_LIBRARY_PATH": "/path/to/mesos/lib"} However, it doesn't seem to have any effect. On 18/09/2015 12:27 AM, haosdent wrote: MESOS_EXECUTOR_ENVIRONMENT_VARIABLES={"LD_LIBRARY_PATH": "/path/to/mesos/lib"}

Re: mesos-containerizer: error while loading shared libraries: libmesos-0.24.0.so

2015-09-17 Thread F21
Hey haosdent, I was the one that opened the issue :) On 18/09/2015 1:52 PM, haosdent wrote: Hi, @F21 You problems is similar to https://issues.apache.org/jira/browse/MESOS-3462? I would test it tonight and give you feedback later. On Fri, Sep 18, 2015 at 5:59 AM, F21