WillAyd opened a new pull request, #2735:
URL: https://github.com/apache/arrow-adbc/pull/2735

   Not sure how this was working before, but on main I get the following issues 
without this:
   
   ```
   adbc_driver_manager.cc:(.text.AdbcLoadDriver+0xbe): undefined reference to 
`dlopen'
   
/home/willayd/miniforge3/envs/pandas-dev/bin/../lib/gcc/x86_64-conda-linux-gnu/13.3.0/../../../../x86_64-conda-linux-gnu/bin/ld:
 adbc_driver_manager.cc:(.text.AdbcLoadDriver+0xf8): undefined reference to 
`dlsym'
   
/home/willayd/miniforge3/envs/pandas-dev/bin/../lib/gcc/x86_64-conda-linux-gnu/13.3.0/../../../../x86_64-conda-linux-gnu/bin/ld:
 adbc_driver_manager.cc:(.text.AdbcLoadDriver+0x33e): undefined reference to 
`dlsym'
   
/home/willayd/miniforge3/envs/pandas-dev/bin/../lib/gcc/x86_64-conda-linux-gnu/13.3.0/../../../../x86_64-conda-linux-gnu/bin/ld:
 adbc_driver_manager.cc:(.text.AdbcLoadDriver+0x43b): undefined reference to 
`dlerror'
   
/home/willayd/miniforge3/envs/pandas-dev/bin/../lib/gcc/x86_64-conda-linux-gnu/13.3.0/../../../../x86_64-conda-linux-gnu/bin/ld:
 adbc_driver_manager.cc:(.text.AdbcLoadDriver+0x6b0): undefined reference to 
`dlopen'
   
/home/willayd/miniforge3/envs/pandas-dev/bin/../lib/gcc/x86_64-conda-linux-gnu/13.3.0/../../../../x86_64-conda-linux-gnu/bin/ld:
 adbc_driver_manager.cc:(.text.AdbcLoadDriver+0xab6): undefined reference to 
`dlerror'
   
/home/willayd/miniforge3/envs/pandas-dev/bin/../lib/gcc/x86_64-conda-linux-gnu/13.3.0/../../../../x86_64-conda-linux-gnu/bin/ld:
 adbc_driver_manager.cc:(.text.AdbcLoadDriver+0xd34): undefined reference to 
`dlerror'
   
/home/willayd/miniforge3/envs/pandas-dev/bin/../lib/gcc/x86_64-conda-linux-gnu/13.3.0/../../../../x86_64-conda-linux-gnu/bin/ld:
 adbc_driver_manager.cc:(.text.AdbcLoadDriver+0xfbe): undefined reference to 
`dlerror'
   
/home/willayd/miniforge3/envs/pandas-dev/bin/../lib/gcc/x86_64-conda-linux-gnu/13.3.0/../../../../x86_64-conda-linux-gnu/bin/ld:
 adbc_driver_manager.cc:(.text.AdbcLoadDriver+0x108f): undefined reference to 
`dlsym'
   
/home/willayd/miniforge3/envs/pandas-dev/bin/../lib/gcc/x86_64-conda-linux-gnu/13.3.0/../../../../x86_64-conda-linux-gnu/bin/ld:
 adbc_driver_manager.cc:(.text.AdbcLoadDriver+0x1148): undefined reference to 
`dlerror'
   collect2: error: ld returned 1 exit status
   ```


-- 
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: github-unsubscr...@arrow.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to