|
|
php 5.3.X를 설치하고 ZendGuardLoader.so를 설치 하였으나
다음과 같은 에러가 나왓다.
Failed loading /usr/local/lib/ZendGuardLoader.so: /usr/local/lib/ZendGuardLoader.so: undefined symbol: compiler_globals
해결방법은
1) re-configure with apache with prefork mode , by default it was worker mode.
2) add two parameter for php configure
--disable-maintainer-zts
--disable-safe-mode
apache, php를 위를 참고하여 컴파일 옵션을 정정하고 다시 컴파일 해 줘야만이 해결된다.
ㄱ렇게 애를 먹이더만, 이제 에러없이 잘 돌아 간다.