admin 2022.05.03 CMake Error at CMakeLists.txt:59 (message): Could not find Go error [crayon-628d4aacb2897997116508/] 해결 [crayon-628d4aacb28a4748489869/] Read More..
admin 2022.04.29 openssl 3.0 install error ( Can’t locate IPC/Cmd.pm ) openssl 3.0 install error [crayon-628d4aacb335e428775704/] 해결방법 [crayon-628d4aacb3369475820259/] Read More..
admin 2022.04.25 cetnos 7.4 install error 에러발생 configure: error: Package requirements (libsystemd >= 209) were not met: 해결 [crayon-628d4aacb3754576083764/] 에러발생 configure: error: Package requirements (sqlite3 > 3.7.4) were not met: 해결 [crayon-628d4aacb375f884450115/] 에러발생 configure: error: Package requirements (libcurl >= 7.15.5) were not met: 해결 [crayon-628d4aacb3765792854170/] 에러발생 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-628d4aacb3e2d847448572/] httpd.conf 파일에 ProxyErrorOverride on 추가 후 웹서버 재시작 [crayon-628d4aacb3e39131885045/] 웹서버 재시작 [crayon-628d4aacb3e3f079614679/] 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-628d4aacb42bf840427869/] Read More..
admin 2021.06.01 php 7.4 install configure: error: Cannot find ldap.h configure: error: Cannot find ldap.h 에러 발생시 [crayon-628d4aacb4a62283255452/] Read More..
admin 2021.02.16 /usr/bin/ld: cannot find -lmariadb ( python3.6 mysqlclient install error) error [crayon-628d4aacb4eca293130608/] ld 로 라이브러리 체크 ( ld -lmariadb –verbose ) [crayon-628d4aacb4ed9542219731/] mariadb so 파일을 찾을수 없다고 나온다 원인은 MariaDB-shared rpm이 없어서 문제 발생 [crayon-628d4aacb4ee3477675610/] 다시 pip install mysqlclient 진행하면 정상적으로 설치 진행 [crayon-628d4aacb4eee786424573/] 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-628d4aacb5ea6816501282/] 설치 진행 [crayon-628d4aacb5eb1495262947/] MySQLdb 설치확인 [crayon-628d4aacb5eb7911333151/] Read More..
admin 2021.02.08 configure: error: Package requirements (icu-uc >= 50.1 icu-io icu-i18n) were not met: php 7.4 install error [crayon-628d4aacb6710412936451/] configure —> disable –enable-intl -> re configure Read More..
admin 2021.02.05 /usr/sbin/mysqld: Can’t change dir to mariadb 설치 후 data 저장경로를 /var/lib/mysql 에서 /home/mysql_data 폴더를 변경해서 서비스를 시작하면 다음과 같이 에러가 발생한다 [crayon-628d4aacb6b39247895428/] 물론 my.cnf에서 datadir = /home/mysql_data 경로 맞춰주고 퍼미션도 수정해줬는데 에러가 발생 이때에는 서비스 데몬 파일은 옵션값을 수정해 준다 [crayon-628d4aacb6b44004502136/] 서비스 데몬 reload [crayon-628d4aacb6b4a015477209/] mariadb 시작하면 변경된 데이터 저장경로에 잘 동작이 된다 Read More..