Linux

리눅스 에러 해결 목록 linux error

violetoz 2014. 4. 15. 10:22

configure: error: no acceptable C compiler found in $PATH

yum -y install gcc

 

 configure: error: C++ preprocessor "/lib/cpp" fails sanity check

yum -y install gcc-c++

 

checking for ssl libraries configure error cannot find ssl libraries

yum install openssl-devel 

 

install the TCL dev package 

yum -y install tcl-devel 

 

Failed to find libxml2

yum -y install libxml2

 

no xml parser was found expat or libxml 2 x required

yum -y install readline-devel ncurses-devel libtool autoconf expat
yum -y install libevent-devel flex byacc expat-devel 

 

configure error pcre library is required

http://pcre.org/

압축 풀고

./configure

make && make install