Srdjan Grubor created MESOS-8854:
------------------------------------

             Summary: Building on OpenJDK 9+ systems fails in configure step
                 Key: MESOS-8854
                 URL: https://issues.apache.org/jira/browse/MESOS-8854
             Project: Mesos
          Issue Type: Bug
          Components: build
    Affects Versions: 1.5.0
         Environment: Ubuntu 18.04 LTS Docker image
            Reporter: Srdjan Grubor
         Attachments: 0001-Added-support-for-OpenJDK9-in-configure.ac.patch

OpenJDK paths have changed in v9+ (no `jre/` nor arch leading to `libjvm.so`) 
so on those machines, Mesos fails to configure.

 

Ubuntu 18.04 image with OpenJDK11 and OpenJDK8 installed:
{code:java}
/usr/lib/jvm# find . -name 'libjvm*'
./java-11-openjdk-amd64/lib/server/libjvm.so
./java-8-openjdk-amd64/jre/lib/amd64/server/libjvm.so{code}
 

I've attached a patch that seems to work in this setup



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

Reply via email to