Hi, @Yu Yei Mesos requires JDK not only JRE. Please follow https://github.com/apache/mesos/blob/master/docs/getting-started.md#ubuntu-1404 to getting start
``` # Install the latest OpenJDK. $ sudo apt-get install -y openjdk-7-jdk ``` On Sun, Aug 7, 2016 at 12:30 AM, Yu Wei <[email protected]> wrote: > Hi guys, > > > I tried to build mesos 1.0.0 from source on Ubuntu. > > I met following problem when tried to configure. > > checking for curl_global_init in -lcurl... yes > configure: error: failed to determine linker flags for using Java (bad > JAVA_HOME or missing support for your architecture?) > > > My JAVA_HOME is actually set to "/usr/lib/jvm/java-8-oracle/jre". > > > Any hints about this issue? > > > Thx, > > > Jared, (??) > Software developer > Interested in open source software, big data, Linux > -- Best Regards, Haosdent Huang
