I am trying deploying jpostal artifacts into an EC2 instances so that our web application can use the library. As I understand, jni files in "scr/main/jniLibs" are linking to c libraries in "/usr/local/include/libpostal" and "/usr/local/lib/". However, I do not have permission to write "libpostal.h" into "/usr/local/include/libpostal" and "pkgconfig,libpostal.a,libpostal.la,libpostal.so,libpostal.so.1,libpostal.so.1.0.0" into "/usr/local/lib/" in the EC2 instances. Is there any solution for this?
Hello,
I am trying deploying jpostal artifacts into an EC2 instances so that our web application can use the library. As I understand, jni files in "scr/main/jniLibs" are linking to c libraries in "/usr/local/include/libpostal" and "/usr/local/lib/". However, I do not have permission to write "libpostal.h" into "/usr/local/include/libpostal" and "pkgconfig,libpostal.a,libpostal.la,libpostal.so,libpostal.so.1,libpostal.so.1.0.0" into "/usr/local/lib/" in the EC2 instances. Is there any solution for this?
Thanks.