|
| ||||||||
|
巻き戻し中。
|
|
2014-03-30(日) php [長年日記]
_ ついでに
更新中。
5.3.xから5.4.xにしようとしたが、どうせなので5.5系にした。
いつものごとく、apacheのモジュールは先にportsで入れた後のphp55/work/[ソースの場所]で
apxs2を見る様にconfigしてもう一回make install。
但し、前回のconfigオプションだとmake通らず。
「--with-ttf」
「--enable-force-cgi-redirect」
「--enable-mbregex」
「--enable-zend-multibyte」
が余分。
gdもパス指定無しで
「--with-gd」
のみ。
_ 【php55のconfigure用スクリプト】
#!/bin/sh ./configure --with-apxs2=/home/www/bin/apxs \ --with-openssl \ --enable-mbstring \ --enable-roxen-zts \ --with-zlib-dir --enable-calendar --with-jpeg-dir \ --with-png-dir --with-xpm-dir \ --with-gd \ --enable-gd-native-ttf \ --without-mysql \ --with-freetype-dir \ --with-regex=system \ --enable-cgi --disable-cli --without-pear \ --disable-embed
Tweets by RC31E | |||||||||
| |||||||||
| |||||||||
|