centos 7.x / php 5.2 make error ( gmp.c:1399:69: note: each undeclared identifier is reported only once for each function it appears in ) admin 2023.01.05 OS : Cenos 7.x PHP : 5.2.17 make 작업 중 아래와 같은 메시지 [crayon-674f4701ee3b1333829907/] 파일을 수정해야 함 내용중에 __GMP_BITS_PER_MP_LIMB 이부분을 -> GMP_ABS(limiter) * GMP_LIMB_BITS로 수정 [crayon-674f4701ee3c4882477311/] 그리고 다시 make 작업 / 안되면 make clean 후 다시 configure 작업 후 -> make 진행 Read More..
centos 7.x php 5.2 make error ( dereferencing pointer to incomplete type RETVAL_STRINGL((char *) buf->buffer->content, ret, 1) admin 2023.01.05 o/s : Cenots 7.X PHP 버전 : 5.2.X make 작업시 아래와 같이 에러 발생시 dereferencing pointer to incomplete type RETVAL_STRINGL((char *) buf->buffer->content, ret, 1); 패치파일을 php 소스 경로에 다운받아 패치를 진행 [crayon-674f4701ef81a252073747/] 이렇게 구성후 다시 configure -> make 작업을 진행하면 된다 Read More..