<!DOCTYPE html>
<html>
  <head>
    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
  </head>
  <body>
    <p>Hi Jukka,</p>
    <p>this is a unfortunate move. You may have to create a custom
      package, possibly inspired from src.rpm from recent Fedora
      (<a class="moz-txt-link-freetext" href="https://src.fedoraproject.org/rpms/gdal">https://src.fedoraproject.org/rpms/gdal</a>). I see Markus Neteler
      did one for GDAL 3.0.4 for RHEL 7 in
      <a class="moz-txt-link-freetext" href="https://copr.fedorainfracloud.org/coprs/neteler/GDAL/">https://copr.fedorainfracloud.org/coprs/neteler/GDAL/</a></p>
    <p>Or I assume that you may install it also from conda-forge. I
      believe their Linux binaries should run on RHEL 8.</p>
    <p>Actually, quickly checking with AlmaLinux 8, a free clone of RHEL
      8:<br>
    </p>
    <p># docker run --rm -it almalinux:8</p>
    <p># dnf install wget<br>
      # wget
      <a class="moz-txt-link-freetext" href="https://repo.anaconda.com/miniconda/Miniconda3-latest-Linux-x86_64.sh">https://repo.anaconda.com/miniconda/Miniconda3-latest-Linux-x86_64.sh</a><br>
      # sh Miniconda3-latest-Linux-x86_64.sh   # answer to default
      questions with [Enter]<br>
      # source /root/miniconda3/bin/activate <br>
      # conda install -c conda-forge gdal<br>
      # gdalinfo
--version                                                                                                                                                         
       <br>
      GDAL 3.8.3, released 2024/01/04     <br>
    </p>
    <p>Or if you only use command line utilities, use Docker images</p>
    <p>PS: IT policies are weird. It is paradoxical to trust more an
      outside source for binaries rather than building your own from
      source...<br>
    </p>
    <p>Even<br>
    </p>
    <div class="moz-cite-prefix">Le 30/01/2024 à 16:09, Rahkonen Jukka
      via gdal-dev a écrit :<br>
    </div>
    <blockquote type="cite"
cite="mid:DB9PR09MB6887E163666FFD1B96BD79E2FD7D2@DB9PR09MB6887.eurprd09.prod.outlook.com">
      <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
      <meta name="Generator"
        content="Microsoft Word 15 (filtered medium)">
      <style>@font-face
        {font-family:"Cambria Math";
        panose-1:2 4 5 3 5 4 6 3 2 4;}@font-face
        {font-family:Calibri;
        panose-1:2 15 5 2 2 2 4 3 2 4;}p.MsoNormal, li.MsoNormal, div.MsoNormal
        {margin:0cm;
        font-size:11.0pt;
        font-family:"Calibri",sans-serif;
        mso-fareast-language:EN-US;}a:link, span.MsoHyperlink
        {mso-style-priority:99;
        color:#0563C1;
        text-decoration:underline;}span.Shkpostityyli17
        {mso-style-type:personal-compose;
        font-family:"Calibri",sans-serif;
        color:windowtext;}.MsoChpDefault
        {mso-style-type:export-only;
        font-family:"Calibri",sans-serif;
        mso-ligatures:none;
        mso-fareast-language:EN-US;}div.WordSection1
        {page:WordSection1;}</style><!--[if gte mso 9]><xml>
<o:shapedefaults v:ext="edit" spidmax="1026" />
</xml><![endif]--><!--[if gte mso 9]><xml>
<o:shapelayout v:ext="edit">
<o:idmap v:ext="edit" data="1" />
</o:shapelayout></xml><![endif]-->
      <div class="WordSection1">
        <p class="MsoNormal">Hi,<o:p></o:p></p>
        <p class="MsoNormal"><o:p> </o:p></p>
        <p class="MsoNormal"><span lang="EN-US">The newest GDAL in the
            official RHEL repo is 3.4.3, released 2022-04-22. There used
            to be GDAL 3.7 available from the PostgreSQL repo
            <a href="https://yum.postgresql.org/repopackages/"
              moz-do-not-send="true" class="moz-txt-link-freetext">https://yum.postgresql.org/repopackages/</a>
            and we have been using that, but the version was removed
            recently. Some other user was unhappy as well and created a
            bug
            <o:p></o:p></span></p>
        <p class="MsoNormal"><a
            href="https://redmine.postgresql.org/issues/7943"
            target="_blank"
            title="https://redmine.postgresql.org/issues/7943"
            moz-do-not-send="true"><span lang="EN-US">Bug #7943:
              Providers missing from pgdg-common for GDAL 3.7
              (RHEL/CentOS/AlmaLinux 8) - PostgreSQL YUM Repository -
              Redmine - PostgreSQL community</span></a><span
            lang="EN-US"><br>
            <br>
            <o:p></o:p></span></p>
        <p class="MsoNormal"><span lang="EN-US">That user got this
            feedback:<br>
            “Why did you install GDAL 3.7? The packages are in the repo,
            but they were never required by any released GIS suite. I
            even removed them from git a couple of weeks ago:<br>
          </span><a
href="https://git.postgresql.org/gitweb/?p=pgrpms.git;a=commitdiff;h=059f17f664ab093af35389dc7ec7b62c5a9f3fe2"
            target="_blank"
title="https://git.postgresql.org/gitweb/?p=pgrpms.git;a=commitdiff;h=059f17f664ab093af35389dc7ec7b62c5a9f3fe2"
            moz-do-not-send="true"><span lang="EN-US">https://git.postgresql.org/gitweb/?p=pgrpms.git;a=commitdiff;h=059f17f664ab093af35389dc7ec7b62c5a9f3fe2</span></a><span
            lang="EN-US"><br>
            Commit comment: gdal35 and gdal37: Remove from the repo. Not
            used in any packages.<o:p></o:p></span></p>
        <p class="MsoNormal"><span lang="EN-US"><o:p> </o:p></span></p>
        <p class="MsoNormal"><span lang="EN-US">By our agency’s IT
            policy compiling GDAL by ourselves is not possible. Can
            anyone suggest other acceptable means for getting at least
            GDAL 3.7 for RHEL 8?<o:p></o:p></span></p>
        <p class="MsoNormal"><span lang="EN-US"><o:p> </o:p></span></p>
        <p class="MsoNormal"><span lang="EN-US">-Jukka Rahkonen-<o:p></o:p></span></p>
        <p><span lang="EN-US"> <o:p></o:p></span></p>
        <p class="MsoNormal"><span lang="EN-US"><o:p> </o:p></span></p>
      </div>
      <br>
      <fieldset class="moz-mime-attachment-header"></fieldset>
      <pre class="moz-quote-pre" wrap="">_______________________________________________
gdal-dev mailing list
<a class="moz-txt-link-abbreviated" href="mailto:gdal-dev@lists.osgeo.org">gdal-dev@lists.osgeo.org</a>
<a class="moz-txt-link-freetext" href="https://lists.osgeo.org/mailman/listinfo/gdal-dev">https://lists.osgeo.org/mailman/listinfo/gdal-dev</a>
</pre>
    </blockquote>
    <pre class="moz-signature" cols="72">-- 
<a class="moz-txt-link-freetext" href="http://www.spatialys.com">http://www.spatialys.com</a>
My software is free, but my time generally not.</pre>
  </body>
</html>