While running a spring boot 3 native application on bellsoft-liberica-vm-core-openjdk17-22.3.0 I'm getting this following error after creating the image.
./target/blog: error while loading shared libraries: libfreetype.so: cannot open shared object file: No such file or directory
mvn -Pnative native:compile
to create the image.
./target/blog
to start the image.