Home >
Article > Backend Development > linux 下 php的mysql扩展编译成功 显示mysql support yes 下面一切顺利 但是页面上却call undefined functio,该如何解决
linux 下 php的mysql扩展编译成功 显示mysql support yes 下面一切顺利 但是页面上却call undefined functio,该如何解决
WBOYOriginal
2016-06-13 10:12:13817browse
linux 下 php的mysql扩展编译成功 显示mysql support yes 下面一切顺利 但是页面上却call undefined functio linux 下 php的mysql扩展编译成功 显示mysql support yes 下面一切顺利 但是页面上却call undefined function mysql_connect phpinfo()中依然没有 mysql 怎么回事啊?大家们
那你就去下个新的 wget http://sourceforge.net/projects/re2c/files/re2c/0.13.5/re2c-0.13.5.tar.gz/download tar -zxvf re2c-0.13.5.tar.gz cd re2c-0.13.5 ./configure && make && make install
Try adding --with-zlib-dir=.
这里 修改成 --with-zlib-dir=/usr/lib
Statement:
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