내용:
configure: error: Invalid location for apxs: '/usr/bin/apxs'
tomcat-connector 구성 시, httpd-devel가 설치되지 않아 발생한 오류.
해결 방안:
# yum install httpd-devel -y
내용:
configure: error: Invalid location for apxs: '/usr/bin/apxs'
tomcat-connector 구성 시, httpd-devel가 설치되지 않아 발생한 오류.
해결 방안:
# yum install httpd-devel -y