configure: error: Kerberos libraries not found.
리눅스/PHP2015. 1. 16. 10:36
반응형
configure: error: Kerberos libraries not found.
Check the path given to --with-kerberos (if no path is given, searches in /usr/kerberos, /usr/local and /usr )
php configure 실행시 위와 같은 에러메세지가 출력된다면
아래와 같이 해당 패키지를 설치합니다.
# yum install krb5-devel
64bit 시스템의 경우 아래처럼 심볼릭 파일을 한개 더 만들어줘야 합니다.
# ln -s /usr/lib64 /usr/kerberos/lib
반응형
'리눅스 > PHP' 카테고리의 다른 글
php mssql 연동 소스 (0) | 2015.01.16 |
---|---|
mbstring 설치하기 (0) | 2015.01.16 |
URL file-access is desabled in the server configureation (0) | 2015.01.16 |
configure: error: libjpeg.(a|so) not found (0) | 2015.01.16 |
soap 추가 설치 (0) | 2015.01.16 |
댓글()