2006/01/18

PHPとMythWEB

HDDレコーダーをWEBから操作するPHPスクリプト。
これがPHP5だと動かない。(手間がかかりそう)
ということでPHP4を入れ直し。
MySQLはrpm
APACHE2.2
OPTIM="-O2" ./configure \
--enable-module=so \
--enable-suexec \
--with-suexec-caller=www \
--with-suexec-docroot=/home \
--with-suexec-userdir=public_html \
--with-suexec-uidmin=500 \
--with-suexec-gidmin=500 \
--with-suexec-bin=/usr/local/apache2/bin/suexec
PHP4
cd php-4.4.2
./configure \
--with-mysql-sock=/var/lib/mysql/mysql.sock \
--with-apxs2=/usr/local/apache2/bin/apxs \
--enable-mbstr-trenc-trans \
--enable-mbstring \
--with-mysql \
--enable-mbregex



0 件のコメント:

コメントを投稿