raulcd commented on code in PR #37311:
URL: https://github.com/apache/arrow/pull/37311#discussion_r1302710174
##########
cpp/examples/tutorial_examples/run.sh:
##########
@@ -45,6 +45,8 @@ echo "== Running example project"
echo "=="
echo
+export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/usr/local/lib
Review Comment:
Thanks @kou ! I had to add `CMAKE_PREFIX_PATH` too otherwise I was getting:
```
CMake Error at CMakeLists.txt:22 (find_package):
By not providing "FindArrow.cmake" in CMAKE_MODULE_PATH this project has
asked CMake to find a package configuration file provided by "Arrow", but
CMake did not find one.
Could not find a package configuration file provided by "Arrow" with any of
the following names:
ArrowConfig.cmake
arrow-config.cmake
Add the installation prefix of "Arrow" to CMAKE_PREFIX_PATH or set
"Arrow_DIR" to a directory containing one of the above files. If "Arrow"
provides a separate development package or SDK, be sure it has been
installed.
-- Configuring incomplete, errors occurred!
```
with all these changes it is still failing to find `libarrow_acero.so.1300`
when executing.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]