리눅스 분류
리눅스 php 문의 입니다.
작성자 정보
- 이정표 작성
- 작성일
컨텐츠 정보
- 1,905 조회
- 1 댓글
- 0 추천
- 목록
본문
리눅스 mysql.apache 설치 끝나고 php 만 남았는데 에러가 뜸니다 해결 방안점 ...
실행 실시
./configure --prefix=/usr/local/php --with-apxs=/usr/local/apache/bin/apxs --with-mysql=/usr/local/mysql --with-imap=/usr/local/imap --with-freetype=/usr/local/freetype-2.1.5 --with-gd --enable-track-vars --with-language=korean --with-charset=euc_kr --with-xml --with-jpeg-dir=/usr/local/jpeg-6b --with-gdbm --with-ldap --with-exec-prefix=/usr/bin --with-zlib-dir=/usr/local/zlib-1.2.3 --enable-magic-quotes --enable-sysvsem=yes --enable-sysvshm=yes --enable-mailparse --disable-debug --with-regex=php --enable-exif
에러 메세지
configure: error: This c-client library is built with Kerberos support.
Add --with-kerberos to your configure line. Check config.log for details.
관련자료
-
이전
-
다음
댓글 1
suki님의 댓글
- suki
- 작성일
kerberos관련 라이브러리를 설치하시고
--with-kerberos를 추가하세요
--with-kerberos를 추가하세요