apache+php+mysql的问题,请高手帮忙!
我在编译php-4.3.8的时候
./configure --prefix=/usr/local/php --with-mysql=/usr/bin/mysql --enable-force-cgi-redirect --with-freetype-dir=/usr --with-png-dir=/usr --with-gd --enable-gd-native-ttf --with-ttf --with-gdbm --with-gettext --with-iconv --with-jpeg-dir=/usr --with-png --with-zlib --with-xml --enable-calendar --with-apxs=/usr/sbin/apxs
以后报错。为:
configure: error: Cannot find MySQL header files under /usr/bin/mysql
请问这是为什么?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
top
请高手支持呀。谢谢了
你mysql装哪里了
你的mysql header files没有安装到/usr/bin/mysql 目录下,
--with-mysql=/usr/bin/mysql 要修改一下