admin 2025.10.23 chardet or charset_normalizer pythone error [crayon-69f4b1e13e5fc354711810/] python3-charset 모듈이 없어서 문제 설치 [crayon-69f4b1e13e605608765017/] Read More..
admin 2024.12.10 Command “python setup.py egg_info” failed with error code 1 in /tmp/pip-build-t_uoxwov/cryptography/ pip3 install 진행시 에러 부분 [crayon-69f4b1e1425e3373703548/] 해결 방법 [crayon-69f4b1e1425f4023033143/] 위 작업 진행 후 설치하면 에러가 발생하지 않는다 Read More..
admin 2024.11.07 Failed to execute /usr/lib/systemd/systemd-sysv-install: No such file or directory os : rocky 9.x grafana enable 하려면 에러가 발생되면서 등록이 안된다 [crayon-69f4b1e2ed13f279717608/] 해결 방법은 [crayon-69f4b1e2ed14c919998613/] Read More..
admin 2024.06.21 -DDISABLE_LIBMYSQLCLIENT_SYMBOL_VERSIONING=TRUE mariadb 5.5 instal error [crayon-69f4b1e2f2e15883673893/] 해결 방법 [crayon-69f4b1e2f2e20705222201/] config 옵션에 -DDISABLE_LIBMYSQLCLIENT_SYMBOL_VERSIONING=TRUE 옵션을 넣고 comfile 진행하면 됨 [crayon-69f4b1e2f2e25082420423/] Read More..
admin 2024.05.30 mariadb Could not increase number of max_open_files to more than [crayon-69f4b1e2f382c305902719/] mariadb 에서 로그를 확인해보면 Could not increase number of max_open_files to more than 에러가 발생 값을 수정해주면 된다 / 기존값이 32768 인데 / 33047로 변경 후 저장 [crayon-69f4b1e2f3835003090426/] 데몬 적용 [crayon-69f4b1e2f383a432979406/] 서비스 재시작 [crayon-69f4b1e2f383d448693519/] Read More..
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-69f4b1e2f3cf7153154446/] 파일을 수정해야 함 내용중에 __GMP_BITS_PER_MP_LIMB 이부분을 -> GMP_ABS(limiter) * GMP_LIMB_BITS로 수정 [crayon-69f4b1e2f3d00392167917/] 그리고 다시 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-69f4b1e3002ed760221344/] 이렇게 구성후 다시 configure -> make 작업을 진행하면 된다 Read More..
admin 2022.05.03 CMake Error at CMakeLists.txt:59 (message): Could not find Go error [crayon-69f4b1e300f79925240028/] 해결 [crayon-69f4b1e300f82868174271/] Read More..
admin 2022.04.29 openssl 3.0 install error ( Can’t locate IPC/Cmd.pm ) openssl 3.0 install error [crayon-69f4b1e30185b628661362/] 해결방법 [crayon-69f4b1e301864084634189/] Read More..
admin 2022.04.25 cetnos 7.4 install error 에러발생 configure: error: Package requirements (libsystemd >= 209) were not met: 해결 [crayon-69f4b1e302399423587532/] 에러발생 configure: error: Package requirements (sqlite3 > 3.7.4) were not met: 해결 [crayon-69f4b1e3023a1178012018/] 에러발생 configure: error: Package requirements (libcurl >= 7.15.5) were not met: 해결 [crayon-69f4b1e3023a4025620237/] 에러발생 configure: error: Package requirements (enchant) were n... Read More..