Error loading shared library ld-linux-x86-64.so.2 while running wasp
This is a copy/paste of an issue opened on github at https://github.com/CNES/WASP/issues/11
Hello, I'm using WASP to get some cloud free images of Ukraine and I get this Error :
2022-06-09 14:56:57,154 [DEBUG] Amount of snow in the final image: 0.000%
2022-06-09 14:56:57,155 [DEBUG] Amount of clouds in the final image: 0.151%
2022-06-09 14:56:57,155 [DEBUG] gdal_translate -b 6 -b 5 -b 4 -ot Byte -of JPEG -scale 0 3000 0 255 -outsize 10.98% 10.98% -q /home/planetobs/Documents/Ukraine_48/work/L3A/35TQM/20_UpdateSynthesis_R1.tif /home/planetobs/Documents/Ukraine_48/work/L3A/35TQM/SENTINEL2X_20210731-000000-000_L3A_T35TQM_C_V1-2/SENTINEL2X_20210731-000000-000_L3A_T35TQM_C_V1-2_QKL_ALL.jpg
2022-06-09 14:56:57,671 [DEBUG] Error loading shared library ld-linux-x86-64.so.2: No such file or directory (needed by /home/planetobs/Documents/wasp_installation/bin/../lib/libgdal.so.20)
2022-06-09 14:56:57,671 [DEBUG] Error loading shared library ld-linux-x86-64.so.2: No such file or directory (needed by /home/planetobs/Documents/wasp_installation/bin/../lib/libgeos.so.3.6.1)
2022-06-09 14:56:57,812 [DEBUG] Error relocating /home/planetobs/Documents/wasp_installation/bin/../lib/libmfhdfalt.so.4.2.13: xdr_u_long: symbol not found
2022-06-09 14:56:57,812 [DEBUG] Error relocating /home/planetobs/Documents/wasp_installation/bin/../lib/libmfhdfalt.so.4.2.13: xdr_enum: symbol not found
2022-06-09 14:56:57,812 [DEBUG] Error relocating /home/planetobs/Documents/wasp_installation/bin/../lib/libmfhdfalt.so.4.2.13: xdr_long: symbol not found
2022-06-09 14:56:57,812 [DEBUG] Error relocating /home/planetobs/Documents/wasp_installation/bin/../lib/libmfhdfalt.so.4.2.13: xdr_float: symbol not found
2022-06-09 14:56:57,812 [DEBUG] Error relocating /home/planetobs/Documents/wasp_installation/bin/../lib/libmfhdfalt.so.4.2.13: xdr_opaque: symbol not found
2022-06-09 14:56:57,813 [DEBUG] Error relocating /home/planetobs/Documents/wasp_installation/bin/../lib/libmfhdfalt.so.4.2.13: xdr_double: symbol not found
2022-06-09 14:56:57,813 [DEBUG] Error relocating /home/planetobs/Documents/wasp_installation/bin/../lib/libmfhdfalt.so.4.2.13: xdr_int: symbol not found
2022-06-09 14:56:57,813 [DEBUG] Error relocating /home/planetobs/Documents/wasp_installation/bin/../lib/libtiff.so.5: __rawmemchr: symbol not found
2022-06-09 14:56:57,865 [DEBUG] Error relocating /home/planetobs/Documents/wasp_installation/bin/../lib/libcurl.so: __strtok_r: symbol not found
2022-06-09 14:56:57,866 [DEBUG] Error relocating /home/planetobs/Documents/wasp_installation/bin/../lib/libcurl.so: __rawmemchr: symbol not found
2022-06-09 14:56:57,871 [DEBUG] WARNING: In /wasp/ProductFormatter/src/ProductCreatorAdapter.cpp, line 172
2022-06-09 14:56:57,871 [DEBUG] ProductCreatorSentinelMuscate (0x141a9d0): Error running 2022-06-09 14:56:57,871 [DEBUG] gdal_translate -b 6 -b 5 -b 4 -ot Byte -of JPEG -scale 0 3000 0 255 -outsize 10.98% 10.98% -q /home/planetobs/Documents/Ukraine_48/work/L3A/35TQM/20_UpdateSynthesis_R1.tif /home/planetobs/Documents/Ukraine_48/work/L3A/35TQM/SENTINEL2X_20210731-000000-000_L3A_T35TQM_C_V1-2/SENTINEL2X_20210731-000000-000_L3A_T35TQM_C_V1-2_QKL_ALL.jpg
Although, I get the results I want.
Any ideas about how to solve this ? Thanks in advance. Aafaf