hi ppl, good holidays! I am trying to build a cli app and I neet to make a request to other apis
I am having trouble with the libsunec.so
I copied it to the same dir as my native bin and everything is working... but I can't find a way to "include" it inside the bin
how do I should deal with this problem?
@iagwanderson What version of GraalVM are you using?
From 19.3.0 on there's no need to deal with these problems anymore
uhmm.. wait a moment.. It seems like I'm using the regular java-8 to build the images and not the java-8graalvm
😕 one -version away.. and I have installed the 19.3.0
@iagwanderson These are the options I'm using: https://github.com/borkdude/babashka/blob/926675d6cd1436e70aba21fddc82130083eefa27/script/compile#L29 And I don't need to include libsunec.so anymore.
thanks for the heads up @borkdude I messed up with the packages while using AUR in arch.. I'll fix it and get back to try it out