[GRASS-dev] Crash in g.proj on Ubuntu
Asim
asimrp at lavabit.com
Thu Apr 25 03:06:10 PDT 2024
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
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osgeo.org/pipermail/grass-dev/attachments/20240425/4e72442b/attachment.htm>
More information about the grass-dev
mailing list