`
yuanfen860913
  • 浏览: 119860 次
  • 性别: Icon_minigender_1
  • 来自: 深圳
文章分类
社区版块
存档分类
最新评论

linux下面安装PHP时,提示:configure: error: Cannot find MySQL header files

阅读更多
./configure --with-mysql --with-apxs2=/usr/local/apache/bin/apxs --enable-track-vars --with-xml


.........................................
checking for msession support... no
checking for mSQL support... no
checking for MSSQL support via FreeTDS... no
checking for MySQL support... yes
checking for specified location of the MySQL UNIX socket... no
checking for MySQL UNIX socket location... /tmp/mysql.sock
configure: error: Cannot find MySQL header files under yes
昵称: chengxin119 时间: 2003-01-23 21:43:00
很长时间没进村子了,没想到现在有多了很多不熟悉的朋友.
新朋友们?能帮我吗?
昵称: chengxin119 时间: 2003-01-23 21:46:00
up,up
昵称: chengxin119 时间: 2003-01-24 02:30:00
./configure --with-mysql=/usr/local/mysql(你的安装mysql的prefix) --with-apxs2=/usr/local/apache/bin/apxs --enable-track-vars --with-xml
昵称: hisunweb 时间: 2003-01-24 02:35:00
太感谢了,我来试一下.
昵称: chengxin119 时间: 2003-01-24 03:01:00
测试成功了,到现在为止,已经成功地在LINUX上安装了最新的服务器环境:apache2.0.47+php5+mysql4.1,朋友们需要我写出配置过程么?
昵称: chengxin119 时间: 2003-01-24 13:44:00
不用了吧。呵呵。好像你的PHP配置时没有加上
gd,shmop,socket,支持哦。

而且PHP5正式版还没出来呢。期待PHP4.3.4

MySQL4.1也是alpha版,还是用4.0.15吧

apache2.0.47的apachebenck在redhat9上面运行不起来,怪。
昵称: hisunweb 时间: 2003-01-24 13:52:00
分享到:
评论

相关推荐

    CentOS下编译php时的一些典型错误及解决办法.

    11. configure: error: Cannot find MySQL header files under /usr.Note that the MySQL client library is not bundled anymore! 解决方法: yum install mysql-devel 此错误是由于缺少 mysql-devel 库文件所...

    编译PHP报错configure error Cannot find libmysqlclient under usr的解决方法

    在Linux系统中,当尝试编译PHP以与MySQL数据库交互时,可能会遇到“configure error Cannot find libmysqlclient under /usr”的错误。这个问题通常出现在你尝试使用`./configure`脚本配置PHP源代码,并且系统中...

    PHP编译configure时常见错误的总结

    14. **错误:Configure: error: Cannot find MySQL header files** 这通常意味着MySQL开发库未安装。在CentOS上,可以运行`yum install mysql-devel`;在Debian系统中,使用`apt-get install libmysqlclient-dev`来...

    Linux 下 Nginx的安装:(解压,进入目录里面执行,./configure –-> make -> sudo make install)

    本篇文章将详细介绍如何在Linux系统下通过源码编译的方式安装Nginx,这个过程包括解压源码包、配置、编译以及安装等步骤。 首先,确保你的系统已经安装了必要的依赖包。在大多数Linux发行版中,安装这些依赖通常...

    在linux下面安装apache、mysql、php

    在Linux环境下搭建Web服务,通常涉及Apache(HTTP服务器)、MySQL(数据库服务器)和PHP(脚本解释器)的安装与配置。以下将详细介绍如何在Linux系统中安装这三款软件,以及解决可能出现的问题。 首先,我们来看...

    安装lamp报错信息及解决方法

    /use/lib//usr/lib/libdb-4.2.so: could not read symbols: File in wrong format Notice: Following unknown configure ...configure: error: mysql configure failed. Please check config.log for more information

    Arm板Apache+PHP环境搭建

    configure: error: cannot check for file existence when cross compiling的错误。 2. 需要添加ac_cv_func_setpgrp_void=yes选项,以避免出现checking whether setpgrp takes no argument... configure: error: ...

    Linux下安装配置 Apache2.2.x+MySql5.x+PHP5.x 详解

    Linux 下安装配置 Apache2.2.x+MySql5.x+PHP5.x 详解 本篇文章详细介绍了在 Linux 操作系统下安装和配置 Apache2.2.x、MySql5.x 和 PHP5.x 的步骤,使用的操作系统为 Redhat AS5,内核版本为 Linux 2.6.18-8.el5,...

    php源代码安装常见错误与解决办法分享

    16. **错误:Configure: error: Cannot find MySQL header files under /usr. Note that the MySQL client library is not bundled anymore!** 解决:再次确认是否已安装`mysql-devel`,如果没有,运行`yum install...

    linux下编译安装mysql,apache,php文档

    ### Linux环境下编译安装MySQL、Apache与PHP的详细步骤 #### 搭建环境与安装Linux 1. **安装虚拟机:** - 运行VMware Workstation。 - 双击“新建虚拟机”按钮。 - 选择安装文件路径。 - 在系统类型选择界面中...

    libmount-2.32.tar.gz

    然而,当我们尝试编译和安装这个版本时,可能会遇到“configure: error: *** Could not find libmount”这样的错误提示,这通常是由于系统环境配置不完整或者依赖关系未满足所导致的。 首先,我们要明白“configure...

    linux上安装php5+apache+mysql

    下面详细介绍如何在Linux上安装MySQL。 ##### 1. 安装GCC编译器 在安装MySQL之前,需要先确保系统中已经安装了GCC编译器,因为MySQL的安装过程需要进行编译。 ```bash yum install gcc yum install gcc-c++ ``` ##...

    linux下非root权限的mysql安装

    "Linux 下非 root 权限的 MySQL 安装" Linux 下非 root 权限的 MySQL 安装是指在 Linux 操作系统中,使用非 root 用户权限来安装和配置 MySQL 数据库服务器的过程。这种安装方式可以避免使用 root 权限,从而提高...

    linux 安装mysql5.5文档

    ### Linux环境下MySQL 5.5的安装与配置详解 #### 一、环境准备与软件下载 在开始安装MySQL 5.5之前,首先确保Linux系统(本例为CentOS)已准备好并创建了用于存放软件包的目录。具体操作如下: 1. **创建目录**:...

    Linux下以源代码方式安装MySQL教程

    在Linux环境下,以源代码方式安装MySQL是一种常见且灵活的方法,尤其对于自定义配置和调试需求较高时。本文将详细讲解这一过程,适用于熟悉Linux基础操作的用户。 首先,安装MySQL需要一个C编译器,这里推荐使用GCC...

Global site tag (gtag.js) - Google Analytics