nginx检查报错 error while loading shared libraries: libprofiler.so.0: cannot open shared object file: No such file or directory
在centos7.3上编译安装nginx-1.12.2 启动测试出错
[root@web02 local]# /usr/local/nginx/sbin/nginx -t
/usr/local/nginx/sbin/nginx: error while loading shared libraries: libprofiler.so.0: cannot open shared object file: No such file or directory
从错误看出是缺少lib文件导致,进一步查看下
[root@web02 local]# ldd $(which /usr/local/nginx/sbin/nginx)
linux-vdso.so.1 => (0x00007ffdd918e000)
libdl.so.2 => /lib64/libdl.so.2 (0x00007fea2b1c8000)
libpthread.so.0 => /lib64/libpthread.so.0 (0x00007fea2afac000)
libcrypt.so.1 => /lib64/libcrypt.so.1 (0x00007fea2ad74000)
libpcre.so.1 => /lib64/libpcre.so.1 (0x00007fea2ab12000)
libssl.so.10 => /lib64/libssl.so.10 (0x00007fea2a8a0000)
libcrypto.so.10 => /lib64/libcrypto.so.10 (0x00007fea2a43e000)
libz.so.1 => /lib64/libz.so.1 (0x00007fea2a228000)
libgd.so.2 => /lib64/libgd.so.2 (0x00007fea29fe1000)
libprofiler.so.0 => not found
libc.so.6 => /lib64/libc.so.6 (0x00007fea29c1d000)
/lib64/ld-linux-x86-64.so.2 (0x00007fea2b3d6000)
libfreebl3.so => /lib64/libfreebl3.so (0x00007fea29a1a000)
libgssapi_krb5.so.2 => /lib64/libgssapi_krb5.so.2 (0x00007fea297cc000)
libkrb5.so.3 => /lib64/libkrb5.so.3 (0x00007fea294e4000)
libcom_err.so.2 => /lib64/libcom_err.so.2 (0x00007fea292e0000)
libk5crypto.so.3 => /lib64/libk5crypto.so.3 (0x00007fea290ac000)
libXpm.so.4 => /lib64/libXpm.so.4 (0x00007fea28e9a000)
libX11.so.6 => /lib64/libX11.so.6 (0x00007fea28b5c000)
libjpeg.so.62 => /lib64/libjpeg.so.62 (0x00007fea28906000)
libfontconfig.so.1 => /lib64/libfontconfig.so.1 (0x00007fea286c9000)
libfreetype.so.6 => /lib64/libfreetype.so.6 (0x00007fea28423000)
libpng15.so.15 => /lib64/libpng15.so.15 (0x00007fea281f7000)
libm.so.6 => /lib64/libm.so.6 (0x00007fea27ef5000)
libkrb5support.so.0 => /lib64/libkrb5support.so.0 (0x00007fea27ce7000)
libkeyutils.so.1 => /lib64/libkeyutils.so.1 (0x00007fea27ae2000)
libresolv.so.2 => /lib64/libresolv.so.2 (0x00007fea278c8000)
libxcb.so.1 => /lib64/libxcb.so.1 (0x00007fea2769f000)
libexpat.so.1 => /lib64/libexpat.so.1 (0x00007fea27475000)
libselinux.so.1 => /lib64/libselinux.so.1 (0x00007fea2724e000)
libXau.so.6 => /lib64/libXau.so.6 (0x00007fea27049000)
可以看出libprofiler.so.0并没有找到
找出源文件
[root@web02 local]# find / -type f -name "libprofiler.so*"
/usr/local/lib/libprofiler.so.0.4.17
/usr/local/src/gperftools-2.6.90/.libs/libprofiler.so.0.4.17
做软连接
[root@web02 local]# ln -sv /usr/local/lib/libprofiler.so.0.4.17 /lib64/libprofiler.so.0
‘/lib64/libprofiler.so.0’ -> ‘/usr/local/lib/libprofiler.so.0.4.17’
再次检查
[root@web02 local]# /usr/local/nginx/sbin/nginx -t
nginx: the configuration file /usr/local/nginx-1.12.2/conf/nginx.conf syntax is ok
nginx: configuration file /usr/local/nginx-1.12.2/conf/nginx.conf test is successful
ok了。
nginx检查报错 error while loading shared libraries: libprofiler.so.0: cannot open shared object file: No such file or directory的更多相关文章
- linux使用wkhtmltopdf报错error while loading shared libraries:
官网提示 linux需要这些动态库.depends on: zlib, fontconfig, freetype, X11 libs (libX11, libXext, libXrender) 在li ...
- 10gRAC运行srvctl报错error while loading shared libraries:
数据库10g才会有这个错,因为11g的grid和oracle是分开的. [oracle@news01 orcl]$ srvctl /u01/app/oracle/db_1/jdk/jre/bin/ja ...
- 运行编译后的程序报错 error while loading shared libraries: lib*.so: cannot open shared object file: No such file or directory
运行编译后的程序报错 error while loading shared libraries: lib*.so: cannot open shared object file: No such f ...
- 使用arm-none-eabi-gdb报错error while loading shared libraries: libncurses.so.5: cannot open shared object file: No such file or directory
使用arm-none-eabi-gdb报错error while loading shared libraries: libncurses.so.5: cannot open shared objec ...
- svnadmin:error while loading shared libraries: libaprutil-1.so.0:cannot open shared object file: No such file or directory
wdcp下安装svn后一直提示 svnadmin:error while loading shared libraries: libaprutil-1.so.0:cannot open shared ...
- 动态链接库找不到 : error while loading shared libraries: libgsl.so.0: cannot open shared object file: No such file or directory
问题: 运行gsl(GNU scientific Library)的函数库,用 gcc erf.c -I/usr/local/include -L/usr/local/lib64 -L/usr/loc ...
- ./filezilla: error while loading shared libraries: libpng12.so.0: cannot open shared object file: No such file or directory
opensuse系统 在filezilla官网下载压缩文件解压运行后报 ./filezilla: error while loading shared libraries: libpng12.so.0 ...
- error while loading shared libraries: libpthread.so.0: cannot open shared object file: No such file
安装rac10g,出现例如以下错误: [root@rac2 oracle]# /u01/product/crs/root.sh WARNING: directory '/u01/product' is ...
- 启动uwsgi报错error while loading shared libraries: libpcre.so.1:
启动uwsgi时候报错: [root@ richie]# /usr/bin/uwsgi --ini /usr/local/nginx/conf/uwsgi.ini /usr/bin/uwsgi: er ...
随机推荐
- 微信小程序-配置解答
微信小程序启动页面: Pages: index / logs 有 index和logs的页面,每个页面中都有独立的js逻辑,wxml负责页面内容,wxss负责样式. utils app.js app ...
- vue 通信方式汇总
1.10种通信方式 10种:https://juejin.im/post/5bd18c72e51d455e3f6e4334 2.除此之外,还有children和ref. 需要注意 $children ...
- CSS3 GPU硬件加速
1.代码(未添加GPU加速代码) <!DOCTYPE html> <html lang="zh-CN"> <head> <meta cha ...
- cookie 设置有效期 检测cookie
设置cookie 函数直接上代码: function setCookie(name, value, days) { //设置cookie var d = new Date(); d.setTime(d ...
- 伪造A标签跳转(非window.open)Jquery
尊重原创:http://blog.csdn.net/zdb330906531
- iphone openssh
安装openssh 用户名:默认是 root 密码:默认是 alpine 修改登陆密码:passwd
- 26、线性表(List)
1.List List接口是Collection的子接口,List是一个可重复集合 2.ArrayList和LinkedList ArrayList和LinkedList是List接口最常见的两个实现 ...
- 解决Android 4.0以上版本中OptionsMenu菜单不显示ICON图标的问题
在Android4.0系统中,创建菜单Menu,通过setIcon方法给菜单添加图标是无效的,图标没有显出来,2.3系统中是可以显示出来的.这个问题的根本原因在于4.0系统中,涉及到菜单的源码类 Me ...
- iOS开发之复制字符串到剪贴板
概述 一般有邀请复制链接需求功能,把字符串复制到系统剪贴板,供用户粘贴使用链接. 详细 代码下载:http://www.demodashi.com/demo/10714.html 一.主要思路 1.在 ...
- 微信小程序“信用卡还款”项目实践
小程序概述 11月3日晚,微信团队对外宣布,微信小程序开放公测.开发者可登陆微信公众平台申请,开发完成后可以提交审核,公测期间暂不能发布. 我们前一段时间也进行了小程序开发,现在来对之前的开发体验做一 ...