libmysqlclient.so.15: cannot open shared object file: No such file or directory

后端 未结 2 629
南笙
南笙 2021-01-28 17:04

All Rails applications are working just fine until today. I am not sure if someone changes the settings on this machine. However does anyone know what could be the fix for this?

2条回答
  •  无人共我
    2021-01-28 17:39

    Okay this saves the day.

    wget -O /usr/lib64/libmysqlclient.so.15 http://files.directadmin.com/services/es_5.0_64/libmysqlclient.so.15
    chmod 755 /usr/lib64/libmysqlclient.so.15
    ldconfig
    

提交回复
热议问题