Re: [QGIS-Developer] undefined symbol: GDALAutoCreateWarpedVRTEx

2021-01-19 Thread Jorge Gustavo Rocha
Hi Even, Thanks for the feedback. You are absolutely right. My test scripts were introducing a dependency that install the old libgdal26. Easy to fix, after your feedback. Regards, Jorge Às 10:06 de 19/01/21, Even Rouault escreveu: > On mardi 19 janvier 2021 09:55:46 CET Jorge Gustavo Rocha wr

Re: [QGIS-Developer] undefined symbol: GDALAutoCreateWarpedVRTEx

2021-01-19 Thread Even Rouault
On mardi 19 janvier 2021 09:55:46 CET Jorge Gustavo Rocha wrote: > Hi, > > Just an additional comment. The GDALAutoCreateWarpedVRTEx is there, as > far as I can see. > > nm -g libqgis_core.so.3.16.3 | grep GDALAutoCreateWarpedVRTEx > U GDALAutoCreateWarpedVRTEx > > But if the sy

Re: [QGIS-Developer] undefined symbol: GDALAutoCreateWarpedVRTEx

2021-01-19 Thread Jorge Gustavo Rocha
Hi, Just an additional comment. The GDALAutoCreateWarpedVRTEx is there, as far as I can see. nm -g libqgis_core.so.3.16.3 | grep GDALAutoCreateWarpedVRTEx U GDALAutoCreateWarpedVRTEx But if the symbol is defined in the library, why do I get this error? File "/usr/local/share/qg

[QGIS-Developer] undefined symbol: GDALAutoCreateWarpedVRTEx

2021-01-19 Thread Jorge Gustavo Rocha
Hi, Sometimes I use QGIS running from docker (both the server and desktop), using the docker maintained by camp2camp [1]. The docker gets the gdal image and compiles QGIS. Recently (no more than a week), I 'm having a run time error (caused by a linkage issue), when using qgis.core in Python: F