Fork me on GitHub
#graalvm
<
2019-12-28
>
bartuka22:12:57

hi ppl, good holidays! I am trying to build a cli app and I neet to make a request to other apis

bartuka22:12:16

I am having trouble with the libsunec.so

bartuka22:12:49

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

bartuka22:12:58

how do I should deal with this problem?

borkdude22:12:45

@iagwanderson What version of GraalVM are you using?

borkdude22:12:58

From 19.3.0 on there's no need to deal with these problems anymore

bartuka22:12:04

uhmm.. wait a moment.. It seems like I'm using the regular java-8 to build the images and not the java-8graalvm

bartuka22:12:21

😕 one -version away.. and I have installed the 19.3.0

bartuka00:12:20

after fixing my environment, everything went fine! Thanks

bartuka23:12:20

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