isce-framework / isce2

InSAR Scientific Computing Environment version 2
Other
505 stars 249 forks source link

stripmapApp.py lutan.xml --------ImportError: /lib/libgdal.so.30: undefined symbol: GEOSMakeValidWithParams_r and core dumped:Segmentation Fault #857

Open lstswb opened 2 months ago

lstswb commented 2 months ago

After compiling the latest version of isce2, an error was encountered when running stripmapApp.py in the conda environment where isce2 was compiled.ImportError: /lib/libgdal.so.30: undefined symbol: GEOSMakeValidWithParams_r 微信图片_20240718175733 After consulting the relevant information, the conda environment was replaced and re-run, but an error was encountered when reading the data:core dumped:Segmentation Fault. image

lstswb commented 2 months ago

My attempts to compile with gcc7 and 11 both had this problem.The system I used was ubuntu22.04.