linux下安装redis报错问题。

  1.使用tar -xzvf redis-2.4.5.tar.gz来解压安装包

  2.使用make命令来编译Redis 如果出现错误需要查看是否缺少gcc gcc-c++

  zmalloc.h:50:31: error: jemalloc/jemalloc.h: No such file or directory

  zmalloc.h:55:2: error: #error “Newer version of jemalloc required”

  make[1]: *** [adlist.o] Error 1

  make[1]: Leaving directory `/data0/src/redis-2.6.2/src‘

  make: *** [all] Error 2

  解决办法是:

  make MALLOC=libc

  3.make install

  上面就是Linux安装Redis的步骤及常见问题处理的介绍了,如果你在安装的过程中出现缺少gcc gcc-c++的错误,可尝试上文介绍的方法进行解决。

时间: 2024-10-14 11:16:29

linux下安装redis报错问题。的相关文章

linux下安装php报错configure: error: Cannot find MySQL header files under /usr/include/mysql.

linux下安装php报错configure: error: Cannot find MySQL header files under /usr/include/mysql. 2013-03-04 15:34wdjhz | 分类:服务器软件 | 浏览5318次 configure: error: Cannot find MySQL header files under /usr/include/mysql.Note that the MySQL client library is not bun

Linux下安装Twisted报错

想要安装Scrapy爬虫框架就必须安装Twistedlinux下安装Twisted安装:$sudo pip install Twisted报错:error: Setup script exited with error: command 'x86_64-linux-gnu-gcc' failed with exit status 1原因缺少一依赖包对于Python 2.x使用:   $ sudo apt-get install python-dev对于Python 2.7使用:   $ sudo

Linux下安装oracle报错

最近在学习oracle 但是在安装的过程中出现了问题 ,自己也搞不定,请教各位大神,这个怎么弄啊? Linux 64 位 oracle 11g 第二版 配置内核参数: 创建oracle要用的文件夹: 安装oracle的依赖包 配置环境变量 结果还是出错了:

Linux下Oracle11G RAC报错:在安装oracle软件时报file not found一例

Linux下Oracle11G RAC报错:在安装oracle软件时报file notfound一例 1.现象 之前安装一切都比較顺利,安装oracle软件时,进度到30%时报错:file not found(/u01/app/oracle/product/11.2.0/db_1/owb/external/oc4j_applications/applications/WFMLRSVCApp.ear) 2.应对策略 1.  改变选择语言处.仅仅选择"English": 2.  又一次解压

Linux 下安装 Redis 服务器

本文简单介绍了 Linux 下安装 Redis 服务器的步骤,同时简要介绍服务器的配置.启动以及状态检测.另外还介绍了 32 位 CentOS 下安装 Redis 时遇到的一些问题的解决.        一. 查看 Linux 相关信息        版本查看cat /etc/issueCentOS release 5.5 (Final)        位数查看getconf LONG_BIT32        二. 安装 tcl        先装好 tcl,不然 redis 的 make t

debian 下安装 openldap 报错 BerkeleyDB not available 解决

debian 下安装 openldap 报错 BerkeleyDB not available 解决: apt-get install libdb-dev

linux 下安装redis以及php Redis扩展

1 [php] view plaincopy在CODE上查看代码片派生到我的代码片 2 linux 下安装redis以及php Redis扩展 3 4 环境配置: centos6.0 nginx/1.0.0 php/5.3.8 mysql/5.5.17 5 6 步骤一.下载redis 7 可以去http://redis.io/去下载最新版本 8 我用的是 redis 2.8.11 9 进入软件安装包存放目录: cd /var/install/software/ 10 wget http://do

linux下启动tomcat报错 Failed to get local InetAddress for VMID. This is unlikely to matter. At all. We'll add some extra randomness

INFO [localhost-startStop-1] com.mchange.v2.log.slf4j.Slf4jMLog$Slf4jMLogger$InfoLogger.log(206) | Failed to get local InetAddress for VMID. This is unlikely to matter. At all. We'll add some extra randomnessjava.net.UnknownHostException: Oracle.Linu

windows linux 下安装mysql 报1045 等错误

曾经在windows 下安装mysql 没怎么出现过问题.而在linux下安装的时候出现了一些问题,昨天在windows 安装的时候也出现了1045 错误.就个人经历来看这个问题就是 root用户password的问题,所以将解决的方式总结例如以下: 一.mysql登录报 1045 错误 mysqladmin: connect to server at 'localhost' failed error: 'Access denied for user 'root'@'localhost' (us