jinchengchenghh opened a new pull request, #9559:
URL: https://github.com/apache/incubator-gluten/pull/9559

   Before that, if we move the velox home directory, execution failed. And we 
also need to copy the cudf dependency library to `/lib64`, you can use `ldd 
./release/_deps/cudf-build/libcudf.so` to show the dependency library.
   ```
   [root@785a4f75d34b _build]# ldd ./release/_deps/cudf-build/libcudf.so 
        linux-vdso.so.1 (0x00007fff0412c000)
        libz.so.1 => /lib64/libz.so.1 (0x00007f731e970000)
        libnvcomp.so.4 => not found
        libkvikio.so => not found
        libcudart.so.12 => /usr/local/cuda-12.8/lib64/libcudart.so.12 
(0x00007f731e6ba000)
        librapids_logger.so => not found
   
   
./release/_deps/nvcomp_proprietary_binary-src/lib64/[libnvcomp.so](http://libnvcomp.so/)
   ./release/_deps/kvikio-build/[libkvikio.so](http://libkvikio.so/)
   
./release/_deps/rapids_logger-build/[librapids_logger.so](http://librapids_logger.so/)
   ```


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


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to