Compile and install PHP prompt cannot find MySQL header files Solution

Source: Internet
Author: User
Tags install php mysql client

PHP configuration file has a line--with-mysql=/usr/local/mysql, installation prompt:
Configure:error:Cannot find MySQL header files under Yes.
Note that the MySQL client library is not bundled anymore.


This is due to the installation of MySQL when the MySQL header file is not installed, or the path is not specified correctly, PHP can not find the header file caused by the error message.

Workaround.
1. Check if your system has the MySQL header installed
Find/-name Mysql.h
If there is. Please specify--with-mysql=/and your normal path.
If you do not have this header file, or you have specified the correct path, the error is still incorrect. Take a look at the next step.

2.redhat Installation
#yum install-y Mysql-devel

Compile and install PHP prompt cannot find MySQL header files Solution

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.