admin 2023.01.05 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 ) OS : Cenos 7.x PHP : 5.2.17 make 작업 중 아래와 같은 메시지 [crayon-651b8acf1c6c7355029893/] 파일을 수정해야 함 내용중에 __GMP_BITS_PER_MP_LIMB 이부분을 -> GMP_ABS(limiter) * GMP_LIMB_BITS로 수정 [crayon-651b8acf1c6d1233955146/] 그리고 다시 make 작업 / 안되면 make clean 후 다시 configure 작업 후 -> make 진행 Read More..
admin 2023.01.05 centos 7.x php 5.2 make error ( dereferencing pointer to incomplete type RETVAL_STRINGL((char *) buf->buffer->content, ret, 1) 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-651b8acf1d2a9231400208/] 이렇게 구성후 다시 configure -> make 작업을 진행하면 된다 Read More..
admin 2022.05.03 CMake Error at CMakeLists.txt:59 (message): Could not find Go error [crayon-651b8acf1d9a7416751033/] 해결 [crayon-651b8acf1d9b0111733302/] Read More..
admin 2022.04.29 openssl 3.0 install error ( Can’t locate IPC/Cmd.pm ) openssl 3.0 install error [crayon-651b8acf1dff6865799253/] 해결방법 [crayon-651b8acf1dffe446523218/] Read More..
admin 2022.04.25 cetnos 7.4 install error 에러발생 configure: error: Package requirements (libsystemd >= 209) were not met: 해결 [crayon-651b8acf1e7b3093852069/] 에러발생 configure: error: Package requirements (sqlite3 > 3.7.4) were not met: 해결 [crayon-651b8acf1e7bc758675114/] 에러발생 configure: error: Package requirements (libcurl >= 7.15.5) were not met: 해결 [crayon-651b8acf1e7c1842105673/] 에러발생 configure: error: Package requirements (enchant) were n... Read More..
admin 2021.07.28 php-fpm php was 404 error page redirect web : apache was : php-fpm 물리적으로 서버가 분할되어 있으며 없는 파일을 출력시에 web에서는 정상적으로 404 페이지 처리가 되지만 was 즉 php 없는 파일을 호출시에는 file not found 만 출력되고 404 페이지로 redirect 가 되지 않는다 웹서버 로그상에도 [crayon-651b8acf1f059149706794/] httpd.conf 파일에 ProxyErrorOverride on 추가 후 웹서버 재시작 [crayon-651b8acf1f062635899119/] 웹서버 재시작 [crayon-651b8acf1f067448233901/] Read More..
+ admin 2021.07.26 Caused by: java.lang.IllegalArgumentException: AJP 연결자는 secretRequired=”true”로 구성되었으나 보안 속성이 널 또는 “”입니다. 이 조합은 유효하지 않습니다. Caused by: java.lang.IllegalArgumentException: AJP 연결자는 secretRequired=”true”로 구성되었으나 보안 속성이 널 또는 “”입니다. 이 조합은 유효하지 않습니다. 이런 에러가 발생했을 경우 server.xml 파일에서 secretRequired=”false” 내용 추가 후 tomcat 재시작하면 됨 [crayon-651b8acf1f3aa023731518/] Read More..
admin 2021.06.01 php 7.4 install configure: error: Cannot find ldap.h configure: error: Cannot find ldap.h 에러 발생시 [crayon-651b8acf1ff94110651384/] Read More..
admin 2021.02.16 /usr/bin/ld: cannot find -lmariadb ( python3.6 mysqlclient install error) error [crayon-651b8acf202e6450335423/] ld 로 라이브러리 체크 ( ld -lmariadb –verbose ) [crayon-651b8acf202ef033843603/] mariadb so 파일을 찾을수 없다고 나온다 원인은 MariaDB-shared rpm이 없어서 문제 발생 [crayon-651b8acf202f6660241392/] 다시 pip install mysqlclient 진행하면 정상적으로 설치 진행 [crayon-651b8acf202fd412092152/] Read More..
admin 2021.02.08 centos 7.x python 2.7.5 MySQLdb install o/s : centos 7.x python 2.7.5 [crayon-651b8acf20c44374648361/] 설치 진행 [crayon-651b8acf20c4b974594528/] MySQLdb 설치확인 [crayon-651b8acf20c50933211553/] Read More..