일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | 5 | 6 | 7 |
8 | 9 | 10 | 11 | 12 | 13 | 14 |
15 | 16 | 17 | 18 | 19 | 20 | 21 |
22 | 23 | 24 | 25 | 26 | 27 | 28 |
29 | 30 | 31 |
- 리눅스 로그
- 자동정렬
- x-window
- db 덤프
- 리눅스
- 로그 삭제
- mysql 갱신
- vim 자동정렬
- db덤프
- linux log
- mysql alter
- mysql 계정생성
- 컴파일러 입문
- alter 명령어
- 데이터 갱신
- alter 문법
- vim 정렬
- 렉스
- mysql 권한부여
- mysql update
- x윈도우
- 리눅스 gui
- 컴파일 설치
- db 백업
- 데이터베이스 갱신
- 렉스 컴파일
- lex 컴파일
- lex compiler
- mysql 계정삭제
- 리눅스 로그 삭제
- Today
- Total
It's under your control.
php configure/config error solution 본문
1> configure: error: xml2-config not found. Please check your libxml2 installation
--->#yum install libxml2 libxml2-devel
2> Checking for pkg-configㆍㆍㆍ/usr/bin/pkg-config
configure: error:Cannot find OpenSSL's
--->#yum install openssl openssl-devel
3> Configure: error: Please reinstall the BZip2 distribution
--->#yum install bzip2 bip2-devel
4> Configure: error:Please reinstall the libcurl distribution -
easy.h should be in /include/curl/
--->#yum install curl curl-devel
5> Configure: error: libjpeg.(also) not found.
--->#yum install libjpeg libhpeg-devel
6> Configure: error:libpng.(also) not found.
--->#yum install libpng libpng-devel
7> Configure: error: freetype.h not found.
--->#yum install freetype-devel
8> Configure: error: Unable to locate gmp.h
--->#yum install gmp-devel
9> Configure: error: Cannot find MySQL header files under /usr.Note that the MySQL client library is not bundled anymore!
--->#yum install mysql-devel
10> Configure: error: Please reinstall the ncurses distribution
--->#yum install ncurses ncurses-devel
11> Checking for unixODBC supportㆍㆍㆍ configure: error: ODBC header
--->#yum install unixODBC-devel
12> Configure: error: Cannot find pspell
--->#yum install pspell-devel
13> Configure: error: mcrypt.h not found. Please reinstall libmcrypt.
--->#yum install libmcrypt libmcrypt-devel
14> Configure: error: snmp.h not found. Check your SNMP installation.
--->#yum install net-snmp net-snmp-devel
15> Configure:error:mod_deflate has been requested but can not be built due to prepequisite failures
--->#yum install zlib-devel
15> Error: libmhash
#yum install libmhash
#yum install mhash-devel
16> Configure: error: Cannot find MySQL header files under /usr.Note that the MySQL client library is not bundled anymore!
--->#yum install mysql-devel
17> Configure: error: Please reinstall ming distribution. libming.(also)not found
- temp remove the config for '-with-ming=/opt/ming/'
18> Configure: error: Cannot find pspell
--->#yum install pspell-devel
19> Configure: error: Cannot find mm library
#wget ftp://ftp.ossp.org/pkg/lib/mm/mm-1.4.2.tar.gz
Extract it: tar -zxvf mm-1.4.2.tar.gz
#./configure
#make
#make install
20> Configure: error: Cannot find libtidy
#yum install libtidy-devel
#yum install libtidy
change path at configure: '-with-tidy=/usr'
21> Configure: error: not found. Please reinstall the expat distribution.
#yum install expat-devel
22> Configure: error: xslt-config not found. please reinstall the libxslt >= 1.1.0 distribution
#yum install libxslt-devel
'Works > Linux' 카테고리의 다른 글
리눅스 환경변수 확인하기 (0) | 2013.04.19 |
---|---|
X-Window 추가 설치(CentOS) (0) | 2013.04.18 |
httpd: Could not reliably determine the server's fully qualified domain name, using localhost.localdomain for ServerName (0) | 2013.04.18 |
리눅스 버전 확인 (uname || /etc/issue) (0) | 2013.04.18 |
Linux Log history delete (0) | 2010.06.28 |