安装LAMP PHP的./configure 参数,未出现MYSQ

编译参数:

./configure --prefix=/usr/local/php5 --with-apxs2=/usr/local/apache2/bin/apxs --enable-shared --with-libxml-dir --with-gd --with-openssl --enable-mbstring  --with-mcrypt  --with-mysqli  --with-mysql --enable-opcache  --enable-mysqlnd --enable-zip --with-zlib-dir --with-pdo-mysql --with-jpeg-dir  --with-freetype-dir --with-curl --without-pdo-sqlite --without-sqlite3 

执行后的phpinfo():,很奇怪的是很多--without(--without-mysql),但我明明写了with的。

System Linux localhost.localdomain 2.6.32-431.el6.x86_64 #1 SMP Fri Nov 22 03:15:09 UTC 2013 x86_64
Build Date Dec 11 2013 03:30:35
Configure Command ‘./configure‘ ‘--build=x86_64-redhat-linux-gnu‘ ‘--host=x86_64-redhat-linux-gnu‘ ‘--target=x86_64-redhat-linux-gnu‘ ‘--program-prefix=‘ ‘--prefix=/usr‘ ‘--exec-prefix=/usr‘ ‘--bindir=/usr/bin‘ ‘--sbindir=/usr/sbin‘ ‘--sysconfdir=/etc‘ ‘--datadir=/usr/share‘
‘--includedir=/usr/include‘ ‘--libdir=/usr/lib64‘ ‘--libexecdir=/usr/libexec‘ ‘--localstatedir=/var‘ ‘--sharedstatedir=/var/lib‘ ‘--mandir=/usr/share/man‘ ‘--infodir=/usr/share/info‘ ‘--cache-file=../config.cache‘ ‘--with-libdir=lib64‘ ‘--with-config-file-path=/etc‘
‘--with-config-file-scan-dir=/etc/php.d‘ ‘--disable-debug‘ ‘--with-pic‘ ‘--disable-rpath‘ ‘--without-pear‘ ‘--with-bz2‘ ‘--with-exec-dir=/usr/bin‘ ‘--with-freetype-dir=/usr‘ ‘--with-png-dir=/usr‘ ‘--with-xpm-dir=/usr‘ ‘--enable-gd-native-ttf‘ ‘--without-gdbm‘
‘--with-gettext‘ ‘--with-gmp‘ ‘--with-iconv‘ ‘--with-jpeg-dir=/usr‘ ‘--with-openssl‘ ‘--with-pcre-regex=/usr‘ ‘--with-zlib‘ ‘--with-layout=GNU‘ ‘--enable-exif‘ ‘--enable-ftp‘ ‘--enable-magic-quotes‘ ‘--enable-sockets‘ ‘--enable-sysvsem‘ ‘--enable-sysvshm‘
‘--enable-sysvmsg‘ ‘--with-kerberos‘ ‘--enable-ucd-snmp-hack‘ ‘--enable-shmop‘ ‘--enable-calendar‘ ‘--without-sqlite‘ ‘--with-libxml-dir=/usr‘ ‘--enable-xml‘ ‘--with-system-tzdata‘ ‘--with-apxs2=/usr/sbin/apxs‘ ‘--without-mysql‘ ‘--without-gd‘ ‘--disable-dom‘
‘--disable-dba‘ ‘--without-unixODBC‘ ‘--disable-pdo‘ ‘--disable-xmlreader‘ ‘--disable-xmlwriter‘ ‘--without-sqlite3‘ ‘--disable-phar‘ ‘--disable-fileinfo‘ ‘--disable-json‘ ‘--without-pspell‘ ‘--disable-wddx‘ ‘--without-curl‘ ‘--disable-posix‘ ‘--disable-sysvmsg‘
‘--disable-sysvshm‘ ‘--disable-sysvsem‘
Server API Apache 2.0 Handler
Virtual Directory Support disabled
Configuration File (php.ini) Path /etc
Loaded Configuration File /etc/php.ini

安装LAMP PHP的./configure 参数,未出现MYSQ,布布扣,bubuko.com

时间: 2024-11-09 00:15:03

安装LAMP PHP的./configure 参数,未出现MYSQ的相关文章

Linux 下configure 参数配置与软件的安装与卸载

Linux环境下的软件安装,并不是一件容易的事情:如果通过源代码编译后在安装,当然事情就更为复杂一些:现在安装各种软件的教程都非常普遍:但万变不离其中,对基础知识的扎实掌握,安装各种软件的问题就迎刃而解了.Configure脚本配置工具就是基础之一,它是autoconf的工具的基本应用. 'configure'脚本有大量的命令行选项.对不同的软件包来说,这些选项可能会有变化,但是许多基本的选项是不会改变的.带上'--help'选项执行'configure'脚本可以看到可用的所有选项.尽管许多选项

查看apache安装时的configure参数

如果安装后没有make clean过,可以使用以下命令查看安装apache时的configure参数: cat /usr/local/apache2/build/config.nice 如果apache的安装路径不是/usr/local/apache2,则需要先找到config.nice文件 find / -name config.nice

Centos 7编译安装 LAMP 环境

前言 LAMP 是指一组通常一起使用来运行动态网站或者服务器的自由软件名称首字母缩写 L:Linux 操作系统 A:Apache(httpd) 网页服务 M:MySQL(mariadb) 数据库服务 P:php/perl/python/ruby 脚本编程语言 本文主要以centos 7的环境下进行安装,centos 6兼带部分说明 一.http2.4的安装 Centos 7默认安装httpd 2.4,Centos 6默认安装httpd2.2 Centos 7:如果未安装http2.4,则通过yu

CentOS6 编译安装LAMP(Apache,Mariadb,php)_2015092001

httpd与php结合的方式有三种: 1.module:将php编译成httpd的模块,当Apache服务器收到客户端的动态资源请求时,httpd服务自身便可以依靠php模块来处理动态资源. 2.cgi:此种方式是当Apache服务器,每次收到客户端发来的动态资源请求时,将调用php生成一个子进程来处理客户端所请求的动态资源,因此n个请求便会在服务器端启动2n个进程,是对服务器资源极大程度的浪费,因此,此种结合方式很少用. 3.fpm:此种方式是基于fastcgi协议,php作为一个服务监听在某

linux编译安装LAMP

Linux安装Apache+MySQL+PHP 安装部分依赖 安装apr(可选) # tar -xf apr-1.5.0.tar.bz2 # cd apr-1.5.0 #./configure --prefix=/usr/local/apr //指定其安装位置 # make && make install 安装apr-util # tar -xf apr-util-1.5.3.tar.bz2 # cd apr-util-1.5.3 # ./configure --prefix=/usr/l

CentOS 6.3下源码安装LAMP(Linux+Apache+Mysql+Php)环境

一.简介 什么是LAMP    LAMP是一种Web网络应用和开发环境,是Linux, Apache, MySQL, Php/Perl的缩写,每一个字母代表了一个组件,每个组件就其本身而言都是在它所代表的方面功能非常强大的组件.    LAMP这个词的由来最早始于德国杂志“c't Magazine”,Michael Kunze在1990年最先把这些项目组合在一起创造了LAMP的缩写字.这些组件并不是开始就设计为一起使用的,但是,这些软件都是开源的,可以很方便的随时获得并免费使用,这就导致了这些组

CentOS 6.3下源码编译安装LAMP

一.简介 什么是LAMP    LAMP是一种Web网络应用和开发环境,是Linux, Apache, MySQL, Php/Perl的缩写,每一个字母代表了一个组件,每个组件就其本身而言都是在它所代表的方面功能非常强大的组件.    LAMP这个词的由来最早始于德国杂志“c't Magazine”,Michael Kunze在1990年最先把这些项目组合在一起创造了LAMP的缩写字.这些组件并不是开始就设计为一起使用的,但是,这些软件都是开源的,可以很方便 的随时获得并免费使用,这就导致了这些

CentOS 6.5安装LAMP环境

1.安装编译工具: yum -y install glibc-devel-2.* gcc-4.* gcc-c++-4.* libaio-devel-0.* libstdc++-devel-4.* 2.检查并卸载默认的低版本环 rpm -qa |grep -i http rpm -qa |grep -i mysql rpm -qa |grep -i php rpm -e 软件包名 进行卸载. [开始搭建LAMP环境] 搭建LAMP环境时,需要安装的所有软件都要按照一定的顺序安装,我们按照Apach

CentOS 下源码安装LAMP环境

一.简介 什么是LAMP    LAMP是一种Web网络应用和开发环境,是Linux, Apache, MySQL, Php/Perl的缩写,每一个字母代表了一个组件,每个组件就其本身而言都是在它所代表的方面功能非常强大的组件.    LAMP这个词的由来最早始于德国杂志“c't Magazine”,Michael Kunze在1990年最先把这些项目组合在一起创造了LAMP的缩写字.这些组件并不是开始就设计为一起使用的,但是,这些软件都是开源的,可以很方便的随时获得并免费使用,这就导致了这些组