-
Notifications
You must be signed in to change notification settings - Fork 77
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
GraalVM/Mandrel 20.3 images: libfreetype.so.6: cannot open shared object file: No such file or directory #112
Comments
/me taking it |
I have a fix locally:
Gonna put it in in a PR for the quarkus-images. Lemme try older versions too. And perhaps we should add the dependency to documentation.... |
+1 for docs update |
@rsvoboda FYI 20.3.0.0.Beta2 should work see: quarkus-images/modules/mandrel/20.3.0.0.Beta2-java11/module.yaml Lines 24 to 26 in 982f998
|
matthyx
pushed a commit
to matthyx/quarkus-images
that referenced
this issue
Sep 20, 2021
…-haproxy-config-dot-template Set log-send-hostname in haproxy-config.template
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I have hit
libfreetype.so.6: cannot open shared object file: No such file or directory
error when using GraalVM/Mandrel 20.3 images to compile project which uses graphics.When running 20.3 GraalVM CE installed on my macOS the is no error in compilation.
(There is of course problem of no awt in java.library.path when hitting http://localhost:8080/ping which should be solved in Mandrel as mentioned in oracle/graal#2842)
CC @Karm / @cescoffier / @zakkak
Reproducer:
mvn clean package -Dnative -Dquarkus.native.container-build=true -Dquarkus.native.native-image-xmx=4g -Dquarkus.native.builder-image=quay.io/quarkus/ubi-quarkus-mandrel:20.3.0.0.Beta1-java11
or
mvn clean package -Dnative -Dquarkus.native.container-build=true -Dquarkus.native.native-image-xmx=4g -Dquarkus.native.builder-image=quay.io/quarkus/ubi-quarkus-native-image:20.3.0-java11
More detailed stacktrace:
The text was updated successfully, but these errors were encountered: