--------------------------------------------------------
make: *** [dbdimp.o] Error 1
  CAPTTOFU/DBD-mysql-4.016.tar.gz
  /usr/bin/make -- NOT OK
Skipping test because of notest pragma
Running make install
  Make had returned bad status, install seems impossible

 

Solution: if you install mysql (what version ?), make sure your lib*.so and "linked" files are in a directoy, in case you install mysql from RPM check the file path and locate the directory where your RPM install the *.so library. If you did install from source wich is the best solution (in my case) by default everything is installed in /usr/local/mysql.

After you successfully install mysql, add you /usr/mysql/lib/mysql directory to the /etc/ld.so.conf and save it, then load it by running "ldconfig -f /etc/ld.so.conf", and walla!, all your *.so files are accessible from any where in the I hope all of these lines help you

 

相关文章:

  • 2021-11-27
  • 2022-01-26
  • 2021-09-02
  • 2021-07-16
  • 2022-02-15
  • 2021-06-13
  • 2022-12-23
猜你喜欢
  • 2021-06-02
  • 2022-02-27
  • 2021-04-19
  • 2021-04-03
  • 2021-09-22
  • 2021-07-04
  • 2021-11-26
相关资源
相似解决方案