<!DOCTYPE html>
<html>
  <head>
    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
  </head>
  <body>
    <br>
    <div class="moz-cite-prefix">On 24/04/24 10:32 pm, Even Rouault via
      grass-dev wrote:<br>
    </div>
    <blockquote type="cite"
      cite="mid:da368d7e-2fde-40a7-8718-77405f972b56@spatialys.com">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
      <br>
    </blockquote>
    <br>
    That's indeed the case.  <span
    class="selectable-text copyable-text" style="white-space: pre-wrap;">ldd shows two versions of </span><span
    class="selectable-text copyable-text" style="white-space: pre-wrap;">libproj (22 and 25) being </span><span
    class="selectable-text copyable-text" style="white-space: pre-wrap;">linked / </span><span
    class="selectable-text copyable-text" style="white-space: pre-wrap;">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
</span>
  </body>
</html>