Apache용 Mod Rewrite(버전 1.3.0)를 컴파일했지만 서버를 실행하려고 하면 mod_rewrite에 대한 오류가 발생합니다.
Syntax error on line 27 of /home/myuser/apache/etc/httpd.conf:
Cannot load /home/myuser/apache/libexec/mod_rewrite.so into server:
/home/myuser/apache/libexec/mod_rewrite.so: undefined symbol: lstat
./sbin/apachectl start: httpd could not be started
여기에도 비슷한 질문이 있습니다https://bugzilla.redhat.com/show_bug.cgi?id=101837하지만 제공된 솔루션은 도움이 되지 않았습니다... __THROW 이후에 오류가 발생했습니다. 고전적인 "missing , ; before {" 및 THROW 절을 제거하면 "lstat가 이미 여기에 정의되어 있습니다"(sys/stat . h 헤더).