Linux125 configure: error: xml2-config not found. Please check your libxml2 installation. configure: error: xml2-config not found. Please check your libxml2 installation. - configure 중 해당 라이브러리가 없는 것으로 아래 라이브러리 설치 해준다.yum install libxml2yum install libxml2-devel 2013. 12. 19. PHP 설치시 configure: error: Sorry, I cannot run apxs. Either you need to install Perl or you need to pass the absolute path of apxs by using --with-apxs=/absolute/path/to/apxs 에러.. configure: error: Sorry, I cannot run apxs. Either you need to install Perl or you need to pass the absolute path of apxs by using --with-apxs=/absolute/path/to/apxs 1. vi /usr/local/apache/bin/apxs2. #!/replace/with/path/to/perl/interpreter -w 2013. 12. 19. 리눅스 iperf 설치 방법 ** 리눅스 iperf 설치 1. iperf 다운로드http://sourceforge.net/projects/iperf/files/iperf-2.0.5.tar.gz/download 에서 iperf 다운로드혹은... wget http://sourceforge.net/projects/iperf/files/iperf-2.0.5.tar.gz 2. 압축 풀기 - tar zxvf iperf-2.0.5.tar.gz3. 압축푼 폴더에서 configure - ./configure4. make5. make install 2013. 12. 19. 리눅스 iconv 설치 ** iconv 설치configure중 iconv가 없다고 할때 설치 합니다.ex) configure: error: Please reinstall the iconv library 1. iconv 다운로드http://www.gnu.org/software/libiconv/#TOCdownloading 2. 압축 풀기 - tar zxvf libiconv-1.14.tar.gz3. configure - ./configure --prefix=/usr/local 4. make5. make install 2013. 12. 19. 이전 1 ··· 25 26 27 28 29 30 31 32 다음