openvenues / jpostal

Java/JNI bindings to libpostal for for fast international street address parsing/normalization
MIT License
106 stars 44 forks source link

Deploy jpostal into an EC2 instances #30

Open ZwiiDoan opened 6 years ago

ZwiiDoan commented 6 years ago

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.