|
|
./configure --prefix=/usr/local/php-4.4.1 \
--with-apxs2=/usr/local/apache-2.0.55/bin/apxs \
--with-iconv \
--with-mysql=/usr/local/mysql-4.0.26 \
--with-gd \
--with-jpeg-dir=/usr/local \
--with-png-dir \
--with-zlib \
--enable-gd-native-ttf\
--enable-sockets \
以上为教程摘抄的PHP安装过程中的部分内容,这个过程是叫编译吗?
目的是什么 ... ...建立目录还是? |
|