/usr/bin/ld: cannot find -lmariadb ( python3.6 mysqlclient install error) admin 2021.02.16 error [crayon-69f2993208726199287969/] ld 로 라이브러리 체크 ( ld -lmariadb –verbose ) [crayon-69f2993208732047616281/] mariadb so 파일을 찾을수 없다고 나온다 원인은 MariaDB-shared rpm이 없어서 문제 발생 [crayon-69f2993208738269728026/] 다시 pip install mysqlclient 진행하면 정상적으로 설치 진행 [crayon-69f299320873f797146871/] Read More..