daeden opened a new issue, #41784:
URL: https://github.com/apache/arrow/issues/41784

   ### Describe the bug, including details regarding any error messages, 
version, and platform.
   
   **Version**: 16.1.0
   
   **Platform**: Details about the operating system or environment where the 
bug was found
   
   **Summary**: The version number in the library name does not match the 
version of the package that is installed. This causes load time issues where we 
fail to find library dependencies even when version mismatch is only on minor 
version change, which should backwards compatible.
   
   **Steps to Reproduce**:
   1. Install the package for version 16.1.0
   2. List the installed libraries (`ls /lib64/libarrow.so*`)
   
   **Expected Result**: The libraries should be labeled with the correct 
version number (16.1.0) with symlinks for major version and non versioned.
   
   For example, I would expect to find:
   
   ```
   $ ls  /lib64/libarrow.so*
   /lib64/libarrow.so@  /lib64/libarrow.so.16@  /lib64/libarrow.so.16.1.0*
   ```
   
   **Actual Result**: The libraries are labeled with an incorrect version 
number (1601.0.0)
   
   ```
   $ ls  /lib64/libarrow.so*
   /lib64/libarrow.so@  /lib64/libarrow.so.1601@  /lib64/libarrow.so.1601.0.0*
   ```
   
   ### Component(s)
   
   Packaging


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