아파치 설치 중 error: pcre-config for libpcre not found
조회 20,697 · 댓글 2
아파치 웹서버 2.4.10 을 설치하려고 ,/configure 를 했는데 다음 에러가 납니다. 2.2 설치할떄는 문제가 없는것 같은데.. 왜 그럴까요..
configure: error: pcre-config for libpcre not found. PCRE is required and available from http://pcre.org/
configure: error: pcre-config for libpcre not found. PCRE is required and available from http://pcre.org/
pcre 를 설치해야 합니다.
레드햇 계열이라면 pcre-devel 을, 데비안 계열이라면 libpcre3-dev 를 설치하고 다시 시도해 보시기 바랍니다.
레드햇 계열이라면 pcre-devel 을, 데비안 계열이라면 libpcre3-dev 를 설치하고 다시 시도해 보시기 바랍니다.
# yum install pcre-config
Loaded plugins: fastestmirror
Loading mirror speeds from cached hostfile
* base: ftp.kaist.ac.kr
* extras: ftp.kaist.ac.kr
* updates: ftp.stu.edu.tw
Setting up Install Process
No package pcre-config available.
Error: Nothing to do
[root@PSDEMOWWS2V httpd-2.4.10]# yum install pcre-devel
Loaded plugins: fastestmirror
Loading mirror speeds from cached hostfile
* base: ftp.kaist.ac.kr
* extras: ftp.kaist.ac.kr
* updates: ftp.stu.edu.tw
Setting up Install Process
Resolving Dependencies
--> Running transaction check
---> Package pcre-devel.x86_64 0:7.8-6.el6 will be installed
--> Finished Dependency Resolution
Dependencies Resolved
==================================================================================================================================
Package Arch Version Repository Size
==================================================================================================================================
Installing:
pcre-devel x86_64 7.8-6.el6 base 318 k
Transaction Summary
==================================================================================================================================
Install 1 Package(s)
Total download size: 318 k
Installed size: 954 k
Is this ok [y/N]: y
Downloading Packages:
pcre-devel-7.8-6.el6.x86_64.rpm | 318 kB 00:00
Running rpm_check_debug
Running Transaction Test
Transaction Test Succeeded
Running Transaction
Installing : pcre-devel-7.8-6.el6.x86_64 1/1
Verifying : pcre-devel-7.8-6.el6.x86_64 1/1
Installed:
pcre-devel.x86_64 0:7.8-6.el6
Complete!로그인 후 답글을 남길 수 있습니다.