首页 > 其他 > 详细

nginx: error while loading shared libraries: libGeoIP.so.1

时间:2015-05-12 01:47:12      阅读:236      评论:0      收藏:0      [点我收藏+]

wget http://geolite.maxmind.com/download/geoip/api/c/GeoIP.tar.gz

wget http://geolite.maxmind.com/download/geoip/database/GeoLiteCity.dat.gz

wget http://geolite.maxmind.com/download/geoip/database/GeoLiteCountry/GeoIP.dat.gz


# tar xzvf GeoIP.tar.gz

# cd GeoIP-1.4.8

# ./configure

# make && make install


# nginx -t
nginx: error while loading shared libraries: libGeoIP.so.1: cannot open shared object file: No such file or directory


# locate libGeoIP.so.1
-bash: locate: command not found

yum -y install mlocate
-------------------------------


# locate libGeoIP.so.1
locate: can not stat () `/var/lib/mlocate/mlocate.db‘: No such file or directory

updatedb
-------------------------------


# locate libGeoIP.so.1
/root/GeoIP-1.4.8/libGeoIP/.libs/libGeoIP.so.1
/root/GeoIP-1.4.8/libGeoIP/.libs/libGeoIP.so.1.4.8
/usr/local/lib/libGeoIP.so.1
/usr/local/lib/libGeoIP.so.1.4.8


# echo"/usr/local/lib" >> /etc/ld.so.conf
# ldconfig


# nginx -t
nginx: the configuration file /usr/local/nginx/conf/nginx.conf syntax is ok
nginx: configuration file /usr/local/nginx/conf/nginx.conf test is successful


   

本文出自 “方寸小山” 博客,请务必保留此出处http://63638790.blog.51cto.com/513514/1650407

nginx: error while loading shared libraries: libGeoIP.so.1

原文:http://63638790.blog.51cto.com/513514/1650407

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!