2023年6月28日 星期三

tarball 安裝apache-2.4.57及php-8.2.7

 工作所需,記一下參數(跟php7有很多的不同)


apache:

./configure --prefix=/usr/local/httpd --enable-so --enable-ssl --enable-cgi --enable-rewrite --with-zlib --with-pcre --with-includedapr=/usr/local/apr/include/apr-1 --enable-modules=most --enable-mpms-shared=all --with-mpm=prefork

php:

./configure --prefix=/usr/local/php --with-apxs2=/usr/local/httpd/bin/apxs --with-zlib-dir --with-zlib --with-xsl --with-tidy --with-snmp --with-pdo-pgsql --with-pdo-mysql --with-openssl --with-mysqli --with-mhash --with-mcrypt --with-gmp --with-gettext --with-curl --with-bz2 --enable-sysvmsg --enable-sockets --enable-soap --enable-shmop --enable-pcntl --enable-mysqlnd --enable-mbstring --enable-ftp --enable-exif --enable-calendar --enable-bcmath --with-external-pcre --with-mysql-sock --with-external-libcrypt --with-jpeg --enable-gd --with-zip --enable-zts --with-freetype



沒有留言:

張貼留言