php 설치시 make 오류 make: *** [ext/dom/node.lo] 오류 1




    php 컴파일 설치시 make 오류 make: *** [ext/dom/node.lo] 오류 1 발생할때 해결방법을 알아보겠습니다



     

     make 오류 make: *** [ext/dom/node.lo] 오류 해결방법




    libxml29_compat.patch



    위의 파일 libxml29_compat.patch 다운로드 후 다음과 같이 진행합니다.



    [root@server php-5.2.17]# patch -p0 < ./libxml29_compat.patch 
    patching file ext/dom/node.c
    Hunk #1 succeeded at 1950 (offset 55 lines).
    patching file ext/dom/documenttype.c
    Hunk #1 succeeded at 215 (offset 10 lines).
    patching file ext/simplexml/simplexml.c
    Hunk #1 succeeded at 1343 (offset -74 lines).
    


    해당 php 소스에서 patch 명령어로 다운받은 파일을 사용하신 후 다시 컴파일 하시면됩니다.


    Posted by 서버이야기