On 24/04/24 10:32 pm, Even Rouault via grass-dev wrote:
this is quite typical of a program linking to 2 different version of libproj at the same time, often when mixing repositories, where some components of one haven't been rebuilt against updated components of the other one

That's indeed the case. ldd shows two versions of libproj (22 and 25) being linked / loaded: ldd /usr/lib/grass83/bin/g.proj | grep proj libgrass_gproj.8.3.so => /usr/lib/grass83/lib/libgrass_gproj.8.3.so (0x00007fac2322e000) libproj.so.25 => /usr/lib/x86_64-linux-gnu/libproj.so.25 (0x00007fac21600000) libproj.so.22 => /usr/lib/x86_64-linux-gnu/libproj.so.22 (0x00007fac1d200000) How do I get out of this? Asim
_______________________________________________
grass-dev mailing list
grass-dev@lists.osgeo.org
https://lists.osgeo.org/mailman/listinfo/grass-dev

Reply via email to