CentOS php - configure: error: Cannot find MySQL header files under yes. Note that the MySQL client library is not bundled anymore!

Материал из Wiki - Iphoster - the best ever hosting and support. 2005 - 2023
Версия от 16:33, 26 января 2016; Admin iph (обсуждение | вклад) (Новая страница: « link=https://bit.ly/3tbFsd6| Самые выгодные сервера? в рунете === CentOS php - configure: error: …»)
(разн.) ← Предыдущая | Текущая версия (разн.) | Следующая → (разн.)
Перейти к:навигация, поиск

Самые выгодные сервера? в рунете


CentOS php - configure: error: Cannot find MySQL header files under yes. Note that the MySQL client library is not bundled anymore!

checking size of long... (cached) 8
checking for working const... yes
checking whether time.h and sys/time.h may both be included... yes
checking for working alloca.h... (cached) yes
checking for alloca... (cached) yes
checking for 8-bit clean memcmp... yes
checking for stdarg.h... (cached) yes
checking for mcrypt support... yes
checking for libmcrypt version... >= 2.5.6
checking for mcrypt_module_open in -lmcrypt... no
checking for mcrypt_module_open in -lmcrypt... yes
checking for MSSQL support via FreeTDS... no
checking for MySQL support... yes
checking for specified location of the MySQL UNIX socket... no
configure: error: Cannot find MySQL header files under yes.
Note that the MySQL client library is not bundled anymore!

Решение - доустановить mysql-devel:

# yum --enablerepo=remi install mysql-devel