argh - sorry! ${MESOS_HOME}/build/bin (I'd mixed the two around)
*Marco Massenzio* *Distributed Systems Engineerhttp://codetrips.com <http://codetrips.com>* On Fri, Sep 4, 2015 at 2:39 PM, Marco Massenzio <ma...@mesosphere.io> wrote: > I think you are looking into the wrong bin/ folder (the one under > top-level mesos/) - the actual binaries are in ${MESOS_HOME}/bin/build > > I am positive that the instructions work on CentOS 7.1 as I had to run all > those recently on a VM of mine. > > BTW - If you are looking for the libmesos and various includes, they will > be under /usr/local (you can change that by using something like: > > ../configure --prefix /path/to/install/dir > > > > *Marco Massenzio* > > *Distributed Systems Engineerhttp://codetrips.com <http://codetrips.com>* > > On Fri, Sep 4, 2015 at 2:10 PM, Stephen Boesch <java...@gmail.com> wrote: > >> >> After following the directions here: >> http://mesos.apache.org/gettingstarted/ >> >> Which for centos7 includes the following: >> >> >> >> >> # Change working directory. >> $ cd mesos >> >> # Bootstrap (Only required if building from git repository). >> $ ./bootstrap >> >> # Configure and build. >> $ mkdir build >> $ cd build >> $ ../configure >> $ make >> >> In order to speed up the build and reduce verbosity of the logs, you can >> append-j <number of cores> V=0 to make. >> >> # Run test suite. >> $ make check >> >> # Install (Optional). >> $ make install >> >> >> >> But the installation is not correct afterwards: here is the bin directory: >> >> $ ll bin >> total 92 >> -rw-r--r--. 1 stack stack 1769 Jul 17 23:14 valgrind-mesos-tests.sh.in >> -rw-r--r--. 1 stack stack 1769 Jul 17 23:14 valgrind-mesos-slave.sh.in >> -rw-r--r--. 1 stack stack 1772 Jul 17 23:14 valgrind-mesos-master.sh.in >> -rw-r--r--. 1 stack stack 1769 Jul 17 23:14 valgrind-mesos-local.sh.in >> -rw-r--r--. 1 stack stack 1026 Jul 17 23:14 mesos-tests.sh.in >> -rw-r--r--. 1 stack stack 901 Jul 17 23:14 mesos-tests-flags.sh.in >> -rw-r--r--. 1 stack stack 1019 Jul 17 23:14 mesos-slave.sh.in >> -rw-r--r--. 1 stack stack 1721 Jul 17 23:14 mesos-slave-flags.sh.in >> -rw-r--r--. 1 stack stack 1366 Jul 17 23:14 mesos.sh.in >> -rw-r--r--. 1 stack stack 1026 Jul 17 23:14 mesos-master.sh.in >> -rw-r--r--. 1 stack stack 858 Jul 17 23:14 mesos-master-flags.sh.in >> -rw-r--r--. 1 stack stack 1023 Jul 17 23:14 mesos-local.sh.in >> -rw-r--r--. 1 stack stack 935 Jul 17 23:14 mesos-local-flags.sh.in >> -rw-r--r--. 1 stack stack 1466 Jul 17 23:14 lldb-mesos-tests.sh.in >> -rw-r--r--. 1 stack stack 1489 Jul 17 23:14 lldb-mesos-slave.sh.in >> -rw-r--r--. 1 stack stack 1492 Jul 17 23:14 lldb-mesos-master.sh.in >> -rw-r--r--. 1 stack stack 1489 Jul 17 23:14 lldb-mesos-local.sh.in >> -rw-r--r--. 1 stack stack 1498 Jul 17 23:14 gdb-mesos-tests.sh.in >> -rw-r--r--. 1 stack stack 1527 Jul 17 23:14 gdb-mesos-slave.sh.in >> -rw-r--r--. 1 stack stack 1530 Jul 17 23:14 gdb-mesos-master.sh.in >> -rw-r--r--. 1 stack stack 1521 Jul 17 23:14 gdb-mesos-local.sh.in >> drwxr-xr-x. 2 stack stack 4096 Jul 17 23:21 . >> drwxr-xr-x. 11 stack stack 4096 Sep 4 20:08 .. >> >> So .. two things: >> >> (a) what is missing from the installation instructions? >> >> (b) Is there an *up to date *rpm/yum installation for centos7? >> >> >> >> >> >> >> >