Old
RUN docker-php-ext-configure gd
--with-mysqli=/opt/mysql/bin/mysql_config
--with-pdo-mysql=/opt/mysql
--with-gd
--with-xpm-dir
--with-libxml-dir
--enable-zip
--with-png-dir=/usr/include/
--with-jpeg-dir=/usr/include/
--with-freetype-dir=/usr/include/
New
RUN docker-php-ext-configure gd
--with-mysqli=mysqlnd
--with-pdo-mysql=mysqlnd
--enable-gd/
--with-xpm
--with-libxml
--with-zip
--with-png=/usr/include/
--with-jpeg=/usr/include/
--with-freetype=/usr/include/
'On-premise > php' 카테고리의 다른 글
| php 7.4 재컴파일(재설치) (0) | 2023.11.07 |
|---|---|
| 라이믹스(Rhymix 설치) (0) | 2023.11.07 |
| php 5.6 설치 ( curl 특정 경로 지정하여 설치) (0) | 2023.11.07 |
| Php 7.0.21 소스 설치 (apache 2.4 , mariadb 10.3 과 연동), /opt에 설치 (0) | 2023.11.06 |
| php 모듈 변경 작업 (0) | 2023.11.06 |