리눅스 분류
php 컴파일시 freetype , jpg 문제!! , 메일 문제!!
작성자 정보
- 미뇽 작성
- 작성일
컨텐츠 정보
- 2,331 조회
- 2 댓글
- 0 추천
- 목록
본문
안녕하세요. : )
답글 달다 잘못 눌러 글이 사라져 버렸네요..죄송합니다..ㅠ_ㅜ
php 컴파일시 freetype , jpg 문제는 아마 요렇게 하시면 되실겁니다...
--with-jpeg-dir --with-freetype-dir
메일 문제는 혹시 cyrus-sasl-plain 이 설치가 되어 있는지요...
메일은 은근히 애를 먹이는 아이인지라......ㅠ_ㅜ
관련자료
-
이전
-
다음
댓글 2
우어니님의 댓글
- 우어니
- 작성일
원본소스가 있는 곳에서
./configure --with-mysql=/usr/local/mysql --prefix=/usr/local/php --with-config-file-path=/usr/local/php --enable-sockets --enable-sysvsem=yes --enable-sysvshm=yes --enable-ftp --enable-magic-quotes --enable-gd-native-ttf --enable-inline-optimization --enable-bcmath --enable-exif --enable-sigchild --enable-mbstring --enable-soap --with-zlib --with-jpeg-dir --with-png --with-freetype --with-libxml --with-gd --with-gettext --with-openssl --with-config-file --with-xml --enable-modules=so --with-zlib --with-curl --with-curlwrappers --enable-ftp --with-mhash --with-mcrypt --enable-fpm --with-mysqli=/usr/local/mysql/bin/mysql_config && make && make install
를 입력하고..난 다음..
/etc/init.d/php-fpm restart 하구요.
그리고 phpinfo(); 를 확인해보면...
'./configure' '--with-mysql=/usr/local/mysql' '--p 어쩌고 하는 이부분은 바뀐게 보이는데.
JPG Support랑 FreeType Support는 여전히 보이지 않네요. ㅡㅡ
./configure --with-mysql=/usr/local/mysql --prefix=/usr/local/php --with-config-file-path=/usr/local/php --enable-sockets --enable-sysvsem=yes --enable-sysvshm=yes --enable-ftp --enable-magic-quotes --enable-gd-native-ttf --enable-inline-optimization --enable-bcmath --enable-exif --enable-sigchild --enable-mbstring --enable-soap --with-zlib --with-jpeg-dir --with-png --with-freetype --with-libxml --with-gd --with-gettext --with-openssl --with-config-file --with-xml --enable-modules=so --with-zlib --with-curl --with-curlwrappers --enable-ftp --with-mhash --with-mcrypt --enable-fpm --with-mysqli=/usr/local/mysql/bin/mysql_config && make && make install
를 입력하고..난 다음..
/etc/init.d/php-fpm restart 하구요.
그리고 phpinfo(); 를 확인해보면...
'./configure' '--with-mysql=/usr/local/mysql' '--p 어쩌고 하는 이부분은 바뀐게 보이는데.
JPG Support랑 FreeType Support는 여전히 보이지 않네요. ㅡㅡ
미뇽님의 댓글의 댓글
- 미뇽
- 작성일
음... 이상하네요.. 혹시 rpm 으로 php 설치 되어 있으신건 아니죠?...