Niklas Quarfot Nielsen created MESOS-2480:
---------------------------------------------
Summary: Protobuf jar is required for unbundled protobuf
regardless of --disable-java flag.
Key: MESOS-2480
URL: https://issues.apache.org/jira/browse/MESOS-2480
Project: Mesos
Issue Type: Bug
Environment: Ubuntu 14.04
Reporter: Niklas Quarfot Nielsen
{code}
$ ../configure --with-glog=/usr/local --with-protobuf=/usr/local
--with-boost=/usr/local --disable-java --disable-python --disable-optimize
--without-included-zookeeper
...
checking glog/logging.h presence... yes
checking for glog/logging.h... yes
checking google/protobuf/message.h usability... yes
checking google/protobuf/message.h presence... yes
checking for google/protobuf/message.h... yes
checking for _init in -lprotobuf... yes
checking for /usr/local/share/java/protobuf.jar... no
configure: error: cannot find PROTOBUF_JAR=/usr/local/share/java/protobuf.jar
{code}
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)