configure: error: Cannot find libmysqlclient_r under /usr/local/mysql. admin 2014.11.18 configure: error: Cannot find libmysqlclient_r under /usr/local/mysql. 이런 에러가 발생되는 경우 cd /usr/local/mysql ln -s lib lib64 echo “/usr/local/mysql/lib64” >> /etc/ld.so.conf 그리고 다시 컴파일 작업 Read More..
centos6 geoip install admin 2014.11.18 O/S : CentOS 6.x 1. epel yum repo에 추가 [crayon-67406df33fc3a666532460/] 2.yum GeoIP install [crayon-67406df33fc44063931686/] 3. 자료를 확인해 보면 최신 자료가 아닌 2018년도 자료가 마지막이다 [crayon-67406df33fc48887537294/] 4. 최신 자료로 업데이트 진행은 아래 사이트에서 진행 GeoIP.dat GeoIPCity.dat 파일 업데이트 CentOS 6 (GeoLite2 이용한 geoip geoipcity 파일 최신 파일로 업데이트) Read More..
nginx 설치 ( centos 6.5) admin 2014.11.18 yum install pcre pcre-devel openssl openssl-devel wget http://nginx.org/download/nginx-1.5.13.tar.gz tar xvfz nginx-1.5.13.tar.gz cd nginx-1.5.13 ./configure –prefix=/usr/local/nginx –conf-path=/usr/local/nginx/nginx.conf –sbin-path=/usr/local/nginx/sbin/nginx –pid-path=/usr/local/nginx/log/nginx.pid –lock-path=/usr/local/nginx/log/nginx.lock –error-log-path=/usr/local/nginx/log/error.log –user=no... Read More..