php 설치
의존 라이브러리
- libxml2-devel
- libwebp-devel
- libjpeg-devel
- libpng-devel
- libXpm-devel
- libicu-devel
설치
1. Configuration
./configure --prefix=/apps/php/7.1.8 \
--with-config-file-path=/apps/php \
--with-config-file-scan-dir=/apps/php/conf.d \
--with-apxs2=/apps/httpd/bin/apxs --with-mysqli \
--with-pdo-mysql --enable-calendar \
--enable-sockets --enable-sysvsem \
--enable-sysvshm --enable-zip --with-zlib \
--with-curl=/apps/share/curl --with-gd \
--enable-mbstring --with-openssl=/apps/share/openssl \
--with-openssl-dir=/apps/share/openssl \
--with-jpeg-dir=/apps/php/img_format_dir/jpeg \
--with-png-dir=/apps/php/img_format_dir/png \
--with-xpm-dir=/apps/php/img_format_dir/xpm \
--with-webp-dir=/apps/php/img_format_dir/webp \
--enable-pcntl \
--enable-intl
2. Build
make
3. Install
make install
ref
apxs – APache eXtenSion 도구
https://httpd.apache.org/docs/2.2/ko/programs/apxs.html