You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A recommended practice for the shared libraries deployed in the unix-like systems is have the libraries suffixed with version, along with the symbolic links pointing to them.
Something like -
It would be good to update the CMake build to generate them. This could be a build breaking change - as libopentelemetry_trace.so would now become the sym link, and not the actual file. so this could be introduced under separate cmake option.
This issue is specifically for CMake. The bazel build change can be introduced with separate issue.
The text was updated successfully, but these errors were encountered:
A recommended practice for the shared libraries deployed in the unix-like systems is have the libraries suffixed with version, along with the symbolic links pointing to them.
Something like -
It would be good to update the CMake build to generate them. This could be a build breaking change - as libopentelemetry_trace.so would now become the sym link, and not the actual file. so this could be introduced under separate cmake option.
This issue is specifically for CMake. The bazel build change can be introduced with separate issue.
The text was updated successfully, but these errors were encountered: