APACHE 소스 설치 후
cp /usr/local/apache/bin/apachectl /etc/init.d/httpd
chkconfig --add httpd
chkconfig --level 2345 httpd on
위와같이 서비스 추가를 해주고
서버를 재구동 해도 APACHE가 올라오지 않아
messege로그를 확인해본 결과 아래와 같은 에러가 올라왔다
Oct 15 09:30:28 localhost httpd: /usr/sbin/httpd: error while loading shared libraries: libaprutil-1.so.0: cannot open shared object file: No such file or directory Oct 15 09:30:28 localhost systemd: httpd.service: main process exited, code=exited, status=127/n/a
Oct 15 09:30:28 localhost systemd: Failed to start The Apache HTTP Server.
Oct 15 09:30:28 localhost systemd: Unit httpd.service entered failed state.
Oct 15 09:30:28 localhost sm-notify[2041]: Version 1.3.0 starting Oct 15 09:30:28 localhost systemd: httpd.service failed.
내가 해결한 방법은 다음과 같다
yum -y install apr-util-devel
참쉽죠?
'리눅스' 카테고리의 다른 글
[리눅스보안] at 파일 소유자 및 권한 설정 (0) | 2020.11.03 |
---|---|
[리눅스보안] Apache 링크 사용 금지 (0) | 2020.11.03 |
[APACHE] CGI 호출시 500 코드 에러 ( libcurl.so.4 ) (0) | 2020.10.15 |
[LINUX] CentOS SSH 포트설정, 루트 접근 막기 (0) | 2020.09.29 |
[LINUX] Apache 2.4 config 에러 (0) | 2020.09.29 |
댓글