리눅스에서 아파치를 시작할 때(./apachectl start)
다음과 같은 에러가 나는 경우가 있다.(설치 직후에)
error while loading shared libraries: libpcre.so.1: cannot open shared object file: No such file or directory
원인은 다양하지만
유력한 해결책은 다음과 같다.(라이브러리 디렉토리를 다시 빌드하는 방법)
sudo rm /etc/ld.so.cache
sudo /sbin/ldconfig
'IT노트(구) > 기타' 카테고리의 다른 글
msutil.jar/msbase.jar/mssqlserver.jar과 sqljdbc.jar의 차이점 (0) | 2016.01.23 |
---|---|
json을 xml로 변환시켜주는 유용한 사이트 (0) | 2016.01.20 |
Failed to get exclusive lock on the configuration file. ~ 에러가 났을 때 해결 방법 (0) | 2015.12.21 |
SHA1, SHA256 등의 해시 길이 (0) | 2015.12.16 |
파이썬에서 append(), extend() 차이점 (1) | 2015.12.06 |