首先来简单的认识一下何为libc.so.6?libc.so.6是glibc的软链接ll/lib64/libc.so.6lrwxrwxrwx1rootroot11Aug252017/lib64/libc.so.6->libc-2.5.soglibc是gnu发布的libc库,即c运行库。glibc是Linux系统中最底层的api,几乎其它任何运行库都会依赖于glibc,所以说绝大部分操..
分类:
系统相关 时间:
2017-08-26 18:43:47
阅读次数:
243
根据 https://stackoverflow.com/questions/9922949/how-to-print-the-ldlinker-search-path 使用 列出了所有的默认链接包路径,使用 ll /usr/local/cuda-8.0/lib64 /usr/lib/x86_64- ...
分类:
其他好文 时间:
2017-08-25 20:31:55
阅读次数:
222
[root@linux-mysql02~]#mysql_convert_table_format--user=root--password=123456--socket=/u02/data/3306/mysql.sock--engine=MyISAMoldboytestCan‘tlocateDBI.pmin@INC(@INCcontains:/usr/local/lib64/perl5/usr/local/share/perl5/usr/lib64/perl5/vendor_perl/usr/share/pe..
分类:
数据库 时间:
2017-08-21 00:24:09
阅读次数:
194
1、下载php源码php-7.0.11#wgethttp://cn2.php.net/distributions/php-7.0.11.tar.bz22、安装php-devel#yuminstallphp-devel-y3、编译安装php#cdphp-7.0.11/
#./configure--prefix=/usr/local/php-7.0.11--disable-debug--enable-shmop--with-gd--with-jpeg-dir=/usr/lib64--wi..
分类:
Web程序 时间:
2017-08-14 22:25:03
阅读次数:
256
命令:mount 设置挂载点 / 根 所有目录顶点├── bin├── boot├── cgroup├── dev├── etc├── home├── lib├── lib64├── lost+found├── media├── misc├── mnt├── net├── opt├── proc├─ ...
分类:
系统相关 时间:
2017-08-12 15:31:38
阅读次数:
203
用mysql命令登录的时候报错: 搜索 libmysqlclient.so.16 但是没有找到这个文件 网上下载了一个 libmysqlclient.so.16 64位的放在了/usr/lib64目录下 下载地址 继续登录发现还是报错 最后解决方法:原来是以前的文件/usr/bin/mysql没替换 ...
分类:
数据库 时间:
2017-08-11 21:09:05
阅读次数:
459
一:fastdfs安装
1.需要装备的包
fastdfs5.10
libevent-2.0.18-stable.tar
libfastcommon-master
2.先安装libfastcommon-master
unziplibfastcommon-master.zip
cdlibfastcommon-master
./make.sh
./make.shinstall
libfastcommon默认安装到了/usr/lib64/libfastcommon.so/usr/l..
分类:
其他好文 时间:
2017-08-10 23:38:27
阅读次数:
182
I'm putting together a script that has a requirement of knowing libmysqlclient.so.[15|16|18] .so file. It's usually located in /usr/lib/ , /usr/lib64/ ...
分类:
数据库 时间:
2017-08-10 19:50:27
阅读次数:
213
本文 引自与 以下博文: http://stuart.blog.51cto.com/728677/1840205 遇到这样的问题,乍一看是缺少软件,然后查看发现已安装 只是版本不对,so 那就是版本问题了 就需要安装一下提示中所需要的的版本 鉴于glibc的官网 我这里十分延迟,打不开,之后借用 博 ...
分类:
其他好文 时间:
2017-08-09 19:59:24
阅读次数:
1363
通过puppet安装软件。以shotgun_desktop为例:#installshotgun_desktop
package{‘shotgun_desktop‘:
}->
file{‘removeshotgundesktoplibQt‘:
path=>"/opt/Shotgun/Qt/lib",
ensure=>absent,
force=>true,
}
file{‘/usr/lib64/libffi.so.5‘:
ensure=>link,
targe..
分类:
其他好文 时间:
2017-08-09 01:02:03
阅读次数:
223