confluentinc / common-docker

Confluent Commons with support for building and testing Docker images.
Apache License 2.0
4 stars 69 forks source link

CPBR-1695: setting LD_LIBRARY_PATH correctly for both amd and arm images #545

Closed rahejaprince closed 3 weeks ago

rahejaprince commented 3 weeks ago

Change Description

This PR updates env variable LD_LIBRARY_PATH to /usr/local/lib64:/usr/local/lib:$LD_LIBRARY_PATH Previously it was set to /usr/local/lib:$LD_LIBRARY_PATH. This was working correctly for arm64 based machines as the libssl.so.3 file is present in /usr/local/lib directory. But for amd64 image, this file is present in /usr/local/lib64 directory.

Testing

confluent-cla-assistant[bot] commented 3 weeks ago

:tada: All Contributor License Agreements have been signed. Ready to merge.
Please push an empty commit if you would like to re-run the checks to verify CLA status for all contributors.