<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
</head>
<body>
<p><br>
</p>
<div class="moz-cite-prefix">Le 08/05/2025 à 19:15, Fengting Chen
via gdal-dev a écrit :<br>
</div>
<blockquote type="cite"
cite="mid:PH0PR10MB7061473FA16278BDB73346B1938BA@PH0PR10MB7061.namprd10.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:PMingLiU;
panose-1:2 2 5 0 0 0 0 0 0 0;}@font-face
{font-family:"Cambria Math";
panose-1:2 4 5 3 5 4 6 3 2 4;}@font-face
{font-family:Aptos;
panose-1:2 11 0 4 2 2 2 2 2 4;}@font-face
{font-family:"\@PMingLiU";
panose-1:2 1 6 1 0 1 1 1 1 1;}p.MsoNormal, li.MsoNormal, div.MsoNormal
{margin:0in;
font-size:12.0pt;
font-family:"Aptos",sans-serif;
mso-ligatures:standardcontextual;}p.MsoListParagraph, li.MsoListParagraph, div.MsoListParagraph
{mso-style-priority:34;
margin-top:0in;
margin-right:0in;
margin-bottom:0in;
margin-left:.5in;
font-size:12.0pt;
font-family:"Aptos",sans-serif;
mso-ligatures:standardcontextual;}span.EmailStyle17
{mso-style-type:personal-compose;
font-family:"Aptos",sans-serif;
color:windowtext;}.MsoChpDefault
{mso-style-type:export-only;}div.WordSection1
{page:WordSection1;}ol
{margin-bottom:0in;}ul
{margin-bottom:0in;}</style>
<div class="WordSection1">
<p class="MsoNormal"><span style="font-size:11.0pt">I have a
couple questions regarding to building GDAL 3.10.3:
<o:p></o:p></span></p>
<p class="MsoNormal"><span style="font-size:11.0pt"><o:p> </o:p></span></p>
<ol style="margin-top:0in" type="1" start="1">
<li class="MsoListParagraph"
style="margin-left:0in;mso-list:l0 level1 lfo1"><span
style="font-size:11.0pt">Error about CURL:
<o:p></o:p></span></li>
</ol>
<p class="MsoListParagraph"><span style="font-size:11.0pt">Could
NOT find CURL: Found unsuitable version "7.61.1", but
required is at least "7.68" (found /usr/lib64/libcurl.so,
)<o:p></o:p></span></p>
<p class="MsoListParagraph"><span style="font-size:11.0pt"><o:p> </o:p></span></p>
<p class="MsoListParagraph"><span style="font-size:11.0pt">Any
reason that curl 7.68 and higher is required?
</span></p>
</div>
</blockquote>
<p>Cf
<a class="moz-txt-link-freetext" href="https://gdal.org/en/stable/development/rfc/rfc98_build_requirements_gdal_3_9.html">https://gdal.org/en/stable/development/rfc/rfc98_build_requirements_gdal_3_9.html</a>
. Maybe you can modify the minimum version to 7.61.1 but that
isn't tested in CI.<br>
</p>
<p><br>
</p>
<blockquote type="cite"
cite="mid:PH0PR10MB7061473FA16278BDB73346B1938BA@PH0PR10MB7061.namprd10.prod.outlook.com">
<div class="WordSection1">
<p class="MsoListParagraph"><span style="font-size:11.0pt"><o:p></o:p></span></p>
<p class="MsoListParagraph"><span style="font-size:11.0pt"><o:p> </o:p></span></p>
<ol style="margin-top:0in" type="1" start="2">
<li class="MsoListParagraph"
style="margin-left:0in;mso-list:l0 level1 lfo1"><span
style="font-size:11.0pt">In the build of GDAL 3.10.3,
GDAL_USE_ARROW, GDAL_USE_ARROWDATASET and
GDAL_USE_PARQUET are on. The Arrow_ROOT, Parquet_ROOT and
ArrowDataset_ROOT are set to the installation of arrow.
But the build gave error: <o:p></o:p></span></li>
</ol>
<p class="MsoNormal"><span style="font-size:11.0pt"><o:p> </o:p></span></p>
</div>
</blockquote>
<p>I doubt those variables are honored. Try setting
CMAKE_PREFIX_PATH to the installation prefix of libarrow, or set
Arrow_DIR, Parquet_DIR, ArrowDataset_DIR and ArrowAcero_DIR
similar to below:</p>
<p>ArrowAcero_DIR=/home/even/install-arrow-20.0.0/lib/cmake/ArrowAcero<br>
ArrowDataset_DIR=/home/even/install-arrow-20.0.0/lib/cmake/ArrowDataset<br>
Arrow_DIR=/home/even/install-arrow-20.0.0/lib/cmake/Arrow<br>
Parquet_DIR=/home/even/install-arrow-20.0.0/lib/cmake/Parquet<span
style="white-space: pre-wrap">
</span></p>
<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>