Downloading Packages: http://mirrors.163.com/centos/6.5/os/i386/Packages/mlocate-0.22.2-4.el6.i686.rpm: [Errno 14] PYCURL ERROR 6 - "Couldn't resolve ...
分类:
其他好文 时间:
2020-01-20 21:09:00
阅读次数:
89
1、去官网下载和自己系统匹配的文件:英文网址:https://nodejs.org/en/download/中文网址:http://nodejs.cn/download/ 通过 uname -a 命令查看到我的Linux系统位数是64位(备注:x86_64表示64位系统, i686 i386表示32 ...
分类:
Web程序 时间:
2020-01-16 18:56:10
阅读次数:
89
1. 下载 http://dev.mysql.com/downloads/mysql/ 或者使用wget下载: wget http://dev.mysql.com/get/Downloads/MySQL-5.6/MySQL-5.6.22-1.el6.i686.rpm-bundle.tar 2. 安装 ...
分类:
数据库 时间:
2020-01-04 18:24:24
阅读次数:
81
安装 1.下载安装包 wget http://fastdl.mongodb.org/linux/mongodb-linux-i686-1.8.2.tgz 下载完成后解压缩压缩包 tar zxf mongodb-linux-i686-1.8.2.tgz 2.安装准备 将MongoDB中移动到在/ us ...
分类:
数据库 时间:
2020-01-01 10:24:39
阅读次数:
83
1、安装 rpm -i需要安装的包文件名 举例如下: rpm -i example.rpm 安装 example.rpm 包; rpm -iv example.rpm 安装 example.rpm 包并在安装过程中显示正在安装的文件信息; rpm -ivh example.rpm 安装 exampl ...
分类:
其他好文 时间:
2019-12-24 23:38:39
阅读次数:
83
材料: 1、mingw64(用于编译C/C++):https://sourceforge.net/projects/mingw-w64/files/mingw-w64/ 在线安装请选择 MinGW-W64-install.exe 32位请选择 i686-win32-dwarf 64位请选择 x86_ ...
分类:
编程语言 时间:
2019-12-24 09:19:45
阅读次数:
91
centos64位编译32位代码,出现/usr/include/gnu/stubs.h:7:27: 致命错误:gnu/stubs-32.h:没有那个文件或目录,需要安装32位的glibc库文件。 安装32位glibc库文件命令: sudo yum install glibc-devel.i686(安 ...
分类:
系统相关 时间:
2019-12-09 01:10:53
阅读次数:
613
(1)rpm -ivh (2)rpm函数缺失查询 www.rpmfind.net 函数依赖通过函数查询必要的包 (3)rpm命名规则 httpd-2.2.15-15.el6.centos.1.i686.rpm httpd: 软件包名 2.2.15: 软件版本 15: 软件发布的次数 el6 :软件发 ...
分类:
系统相关 时间:
2019-12-08 10:46:33
阅读次数:
103
1、在64系统里执行32位程序如果出现/lib/ld-linux.so.2: bad ELF interpreter: No such file or directory,安装下glic即可 yum install glibc.i686 2、error while loading shared li ...
分类:
其他好文 时间:
2019-12-06 17:40:01
阅读次数:
102
1. 查看libtiff 可安装列表: [root@e952aff59318 lib]# yum list | grep "libtiff" libtiff.i686 4.0.9-13.el8 AppStream libtiff.x86_64 4.0.9-13.el8 AppStream libti ...
分类:
其他好文 时间:
2019-12-05 14:46:38
阅读次数:
241