Where did you see --with-zookeeper and --with-webui? I don't see those in our configure.ac file.
On Sat, Apr 20, 2013 at 6:54 PM, benoit ciceron <[email protected]>wrote: > hello, > after having been able to build mesos with all default and able to run it, > we wanted to rebuild but have it use our exisitng zookeeper since we > already have a separate one up (zookeeper 3.4.5 package for ubuntu 12.04), > so i tried to build mesos doing the following: > using the latest mesos from github git checkout 0.12.x > ./configure LDFLAGS='-L/usr/lib' LIBS='-lzookeeper_mt' CXXFLAGS='-I > /usr/include/zookeeper/' CPPFLAGS='-I /usr/include/zookeeper/' CFLAGS='-I > /usr/include/zookeeper/' --with-webui --without-included-zookeeper > --prefix=/home/install/mesos3 --with-zookeeper=/usr/share/zookeeper/ > --with-curl --disable-perftools > but then still fails trying to build zookeeper:g++: error: > /home/mesos/third_party/zookeeper-3.3.4/src/c/.libs/libzookeeper_mt.a: No > such file or directorybut we already have that lib :+1: $ ls -l > /usr/lib/libzookeeper_mt.a-rwxr-xr-x 1 root root 645800 Nov 29 09:34 > /usr/lib/libzookeeper_mt.a > anyone has integrated their existing zookeeper with mesos yet ? > thanks,ben- > [email protected] >
