Home > Database > Mysql Tutorial > /PDO_MYSQL-1.0.2/php_pdo_mysql_int.h:25:19: 致命错误_MySQL

/PDO_MYSQL-1.0.2/php_pdo_mysql_int.h:25:19: 致命错误_MySQL

WBOY
Release: 2016-06-01 13:10:24
Original
1825 people have browsed it

故障:

编译安装PDO时出现致命错误:

/home/liujijun/software/PDO_MYSQL-1.0.2/php_pdo_mysql_int.h:25:19: 致命错误:mysql.h:没有那个文件或目录
 #include
                   ^
编译中断。
make: *** [pdo_mysql.lo] 错误 1

解决:

在编译时需要MySQL的头的文件,默认搜索找不到头文件的位置,需要建立个软连接:
# ln -s /usr/local/mysql/include/* /usr/local/include/

source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template