mirror of
https://github.com/MariaDB/server.git
synced 2025-01-16 20:12:31 +01:00
659047b820
Due to the way Advance Toolchain before 10.0-3 and 8.0-8 is packaged, shared libraries installed after the library cache advance-toolchain-atX.Y-runtime package aren't updated in /opt/atX.Y/etc/ld.so.cache. This results in mysqld, configured with RUNPATH set to /opt/atX.Y/lib64, resulting in the Advance Toolchain loader being used and if libraries such as jemalloc, libssl or any other library that mysqld uses is installed after Advance Toolchain, these libraries aren't in the cache and therefore won't be found in the RPM postinstall when mysqld is executed by mysql_install_db. Signed-off-by: Daniel Black <daniel.black@au.ibm.com> |
||
---|---|---|
.. | ||
client.cnf | ||
my.cnf | ||
mysql-clients.cnf | ||
server-postin.sh | ||
server-postun.sh | ||
server-prein.sh | ||
server-preun.sh | ||
server.cnf | ||
shared-post.sh |