Hi everyone,
Thank you for your amazing software.
I am running metashape on Ubuntu.
I am using the 1.8.4 version, I removed the libgmp.10.so file and everything works find when running metashape in GUI mode.
Now I am trying to use the Java API with maven using the following github repo :
https://github.com/jseinturier/metashape-java-mavenWith version 1.8.2 everything is working except that exporting points is not working as mentioned in this thread :
https://www.agisoft.com/forum/index.php?topic=14336.0So I need to stick with the 1.8.4 version.
I get the following error with 1.8.4 :
SEVERE: Cannot load Metashape library from /tmp/libmetashape.so: /tmp/libmetashape.so: /lib/x86_64-linux-gnu/libgnutls.so.30: undefined symbol: __gmpz_limbs_write
java.lang.UnsatisfiedLinkError: /tmp/libmetashape.so: /lib/x86_64-linux-gnu/libgnutls.so.30: undefined symbol: __gmpz_limbs_write
It is the same tls error produced by the libgmp.10.so file so my guess is : could it be possible that the libmetashape.so used in the Java api was obtained with the wrong gmp version ? I hope its not a stupid guess though.
Thank you very much for your help,