Global symbol "%Config" requires explicit package name at /usr/lib64/perl5/lib.pm line 10.Global symbol "%Config" requires explicit package name at /u ...
分类:
其他好文 时间:
2017-06-06 13:06:46
阅读次数:
112
在Linux下安装PHP过程中,编译时出现configure: error: libjpeg.(a|so) not found 错误的解决的方法:检查之后发现已经安装libjpeg。可是/usr/lib文件夹下没有libjpeg.so这个文件,在/usr/lib64下是有的,使用–with-jpeg ...
分类:
Web程序 时间:
2017-05-31 16:40:29
阅读次数:
226
查看Apache是否被安装: [root@centos64 ~]# find / -name 'httpd'/usr/sbin/httpd/usr/lib64/httpd/var/run/httpd/var/log/httpd/var/lock/subsys/httpd/etc/logrotate. ...
分类:
Web程序 时间:
2017-05-31 13:56:18
阅读次数:
216
一、安装libfastcommon1、wgethttps://github.com/happyfish100/libfastcommon/archive/V1.0.7.tar.gz2、tar-xvfV1.0.7.tar.gz3、cdlibfastcommon-1.0.74、./make.sh5、./make.shinstall6、创建软链接:ln-s/usr/lib64/libfastcommon.so/usr/local/lib/libfastcommon.soln-s/us..
分类:
系统相关 时间:
2017-05-25 22:08:37
阅读次数:
368
目录结构: /bin:存放系统常用的命令程序 /boot:系统启动或引导所需要的一些文件 /dev:可用的设备文件 /etc:系统配置相关的东西 /home:所有用户的主目录 /lib,lib64:存放系统的库文件 /media:即插即用设备文件 /mnt:存储设备挂载目录 /opt:可选软件包安装 ...
分类:
系统相关 时间:
2017-05-19 23:57:20
阅读次数:
199
试图运行程序,提示"libc.so.6: version `GLIBC_2.14' not found",原因是系统的glibc版本太低,软件编译时使用了较高版本的glibc引起的:问题Centos 自动更新glibc-2.14 2.查看系统glibc支持的版本: strings /lib64/li ...
分类:
其他好文 时间:
2017-05-18 21:32:01
阅读次数:
158
下载最新版firefox1.点击三条线—问号—firefox帮助—安装和更新—linux安装—系统和语言下载保存到指定目录,比如home下2.解压tarxjffirefox-*.tar.bz2//你的版本解压完成后,如果firefox没有关闭,先关闭。centos7中firefox安装在/usr/lib64/firefox下(64位)mv/home/firefo..
分类:
其他好文 时间:
2017-05-18 20:03:44
阅读次数:
141
一.链接libelf.so.0检查并确定libelf.so.0通过符号链接到libelf.so.0.8.13文件。这些文件位于/usr/lib64/sapprd01:/#cd/usr/lib64/sapprd01:/usr/lib64#ln-slibelf.so.0.8.13libelf.so.0如果libelf.so.0.8.12文件没有出现在/usr/lib64/位置,请将libelf.so.0.8.13文件从SUSESLES..
分类:
其他好文 时间:
2017-05-14 13:48:30
阅读次数:
2303
1.Perl lib version (5.10.1) doesn't match executable version (v5.10.0) at /usr/lib64/perl5/Config.pm line 50.Compilation failed in require at /ebs/SIT ...
分类:
其他好文 时间:
2017-05-13 09:52:28
阅读次数:
475
本文运行的环境是64位CentOS7直接安装Apache和Subversionyum-yinstallhttpdyum-yinstallsubverion如果/usr/lib64/httpd/modules下面没有mod_dav_svn.so和mod_authz_svn.so需要进行安装yum-yinstallmod_dav_svn配置Apache:/etc/httpd/conf/httpd.conf#监听端口Listen80其他配置..
分类:
Web程序 时间:
2017-05-11 22:31:08
阅读次数:
246