• Daniel Black's avatar
    MDEV-11386: Advance Toochain library cache workaround (temporary) · 659047b8
    Daniel Black authored
    
    
    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: default avatarDaniel Black <daniel.black@au.ibm.com>
    659047b8
server-postin.sh 3.42 KB