<div dir="ltr"><div dir="ltr">Hi Evan,<br></div><div>and thank you.</div><div dir="ltr"><br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">it seems like you have a mix of Arrow related libs: 13.0 with ArrowAcero<br> and ArrowDataset in /usr/lib/x86_64-linux-gnu, and 14.0 for arrow and<br> parquet in /usr/local/lib. This is very prone to lead to errors at build<br> time or runtime. You should use libraries coming from one single version<br> for all those libs. </blockquote><div><br></div><div>if I run "dpkg -l | grep arrow"  I have only "13.0.0-1"</div><div><br></div><div>ii  apache-arrow-apt-source           13.0.0-1                           all          GnuPG archive key of the Apache Arrow archive<br>ii  gir1.2-arrow-1.0:amd64            13.0.0-1                           amd64        Apache Arrow is a data processing library for analysis<br>ii  gir1.2-arrow-dataset-1.0:amd64    13.0.0-1                           amd64        Apache Arrow is a data processing library for analysis<br>ii  libarrow-acero-dev:amd64          13.0.0-1                           amd64        Apache Arrow is a data processing library for analysis<br>ii  libarrow-acero1300:amd64          13.0.0-1                           amd64        Apache Arrow is a data processing library for analysis<br>ii  libarrow-dataset-dev:amd64        13.0.0-1                           amd64        Apache Arrow is a data processing library for analysis<br>ii  libarrow-dataset-glib-dev:amd64   13.0.0-1                           amd64        Apache Arrow is a data processing library for analysis<br>ii  libarrow-dataset-glib1300:amd64   13.0.0-1                           amd64        Apache Arrow is a data processing library for analysis<br>ii  libarrow-dataset1300:amd64        13.0.0-1                           amd64        Apache Arrow is a data processing library for analysis<br>ii  libarrow-dev:amd64                13.0.0-1                           amd64        Apache Arrow is a data processing library for analysis<br>ii  libarrow-glib-dev:amd64           13.0.0-1                           amd64        Apache Arrow is a data processing library for analysis<br>ii  libarrow-glib1300:amd64           13.0.0-1                           amd64        Apache Arrow is a data processing library for analysis<br>ii  libarrow1300:amd64                13.0.0-1                           amd64        Apache Arrow is a data processing library for analysis<br></div><div><br></div><div>I have removed from "/usr/local/lib" these files</div><div><br></div><div>./libparquet.so.1400<br>./libarrow.so.1400.0.0<br>./libparquet.so.1400.0.0<br>./libarrow.so.1400<br></div><div><br></div><div>But now, when I run "cmake -D OGR_ENABLE_DRIVER_OGDI:BOOL=OFF  .." I have the below error.</div><div>I have already tried before to run "sudo apt remove libarrow-lite14 libarrow14 libarrow-cpu14 libarrow-gpu14 libparquet14", but I have "E: Unable to locate package" errors.</div><div><br></div><div><br></div><div>Do you have some tips for me, to avoid the reference to 14?</div><div><br></div><div>Thank you</div><div><br></div><div><br></div><div><br></div><div>CMake Error at /usr/local/lib/cmake/Arrow/ArrowTargets.cmake:88 (message):<br>  The imported target "Arrow::arrow_shared" references the file<br><br>     "/usr/local/lib/libarrow.so.1400.0.0"<br><br>  but this file does not exist.  Possible reasons include:<br><br>  * The file was deleted, renamed, or moved to another location.<br><br>  * An install or uninstall procedure did not complete successfully.<br><br>  * The installation package was faulty and contained<br><br>     "/usr/local/lib/cmake/Arrow/ArrowTargets.cmake"<br><br>  but not all the files it references.<br></div><br clear="all"><div><br></div></div>