raulcd commented on code in PR #37311:
URL: https://github.com/apache/arrow/pull/37311#discussion_r1301854380


##########
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:
   @kou I am slightly confused on why if I don't add the `/usr/local/lib` to 
`LD_LIBRARY_PATH` the job fails with:
   ```
   /build/example/dataset_example: error while loading shared libraries: 
libarrow_acero.so.1300: cannot open shared object file: No such file or 
directory
   ```
   Any idea if I am missing something?



-- 
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]

Reply via email to