Network Security Internet Technology Development Database Servers Mobile Phone Android Software Apple Software Computer Software News IT Information

In addition to Weibo, there is also WeChat

Please pay attention

WeChat public account

Shulou

Error while loading shared libraries: what is the libmysqlclient.so.18 solution?

2025-01-19 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Servers >

Share

Shulou(Shulou.com)06/01 Report--

Error while loading shared libraries: what is the libmysqlclient.so.18 solution? many novices are not very clear about it. In order to help you solve this problem, the following editor will explain it in detail. People with this need can come and learn. I hope you can get something.

Today, after compiling php to the company's server, when I was going to start php-fpm, I was unexpectedly reported to me: error while loading shared libraries: libmysqlclient.so.18: cannot open shared object file: No such file or directory this error, my mysql is a binary package, the location is / usr/local/mysql, and then I looked under / usr/local/mysql/lib/ there is a libmysqlclient.so.18 this file.

Solution.

1. First make sure that there is a libmysqlclient.so.18 file under / usr/local/mysql/lib/.

The code is as follows:

Ll / usr/local/mysql/lib/ | grep libmysqlclient.so.18

two。 Modify the ld.so.conf file

The code is as follows:

Echo "/ usr/local/mysql/lib" > > / etc/ld.so.conf

Then execute ldconfig to make it effective.

Is it helpful for you to read the above content? If you want to know more about the relevant knowledge or read more related articles, please follow the industry information channel, thank you for your support.

Welcome to subscribe "Shulou Technology Information " to get latest news, interesting things and hot topics in the IT industry, and controls the hottest and latest Internet news, technology news and IT industry trends.

Views: 0

*The comments in the above article only represent the author's personal views and do not represent the views and positions of this website. If you have more insights, please feel free to contribute and share.

Share To

Servers

Wechat

© 2024 shulou.com SLNews company. All rights reserved.

12
Report