記一次php編譯要點

1、目的php

        編譯php5.6版本,給zabbix3.0使用mysql

2、環境sql

        Apache,使用yum安裝,省時省力;curl

        php,        手動編譯安裝,由於5.6yum源安裝的是5.3的php版本socket

3、編譯phpide

       一、編譯參數url

            ./configure --prefix=/usr/local/php56 --with-config-file-path=/usr/local/php56/etc --enable-inline-optimization --disable-debug --disable-rpath --enable-shared --enable-opcache --enable-fpm --with-fpm-user=www --with-fpm-group=www --with-mysql=mysqlnd --with-mysqli=mysqlnd --with-pdo-mysql=mysqlnd --with-gettext --enable-mbstring --with-iconv --with-mcrypt --with-mhash --with-openssl --enable-bcmath --enable-soap --with-libxml-dir --enable-pcntl --enable-shmop --enable-sysvmsg --enable-sysvsem --enable-sysvshm --enable-sockets --with-curl --with-zlib --enable-zip --with-bz2 --with-readline  --with-apxs2=/usr/sbin/apxs
        二、make -j 4 && make install
spa

        三、copy php.ini文件到$prefix/etcdebug

        四、重啓httpd服務xml

遇到沒法phpinfo沒法正常顯示

        是因爲沒有安裝 httpd-devel 且要編譯的時候加上--with-apxs2=/usr/sbin/apxs參數,才行。

apxs是由httpd-devel包提供

相關文章
相關標籤/搜索