当前位置:网站首页>memcached基础2
memcached基础2
2022-06-27 00:24:00 【franket】
提示缺少 libevent
[email protected] memcached-1.4.24# rpm -qa | grep libevent
libevent-1.4.13-4.el6.x86_64
[email protected] memcached-1.4.24# rpm -ql libevent-1.4.13-4.el6.x86_64
/usr/lib64/libevent-1.4.so.2
/usr/lib64/libevent-1.4.so.2.1.3
/usr/lib64/libevent_core-1.4.so.2
/usr/lib64/libevent_core-1.4.so.2.1.3
/usr/lib64/libevent_extra-1.4.so.2
/usr/lib64/libevent_extra-1.4.so.2.1.3
/usr/share/doc/libevent-1.4.13
/usr/share/doc/libevent-1.4.13/README
[email protected] memcached-1.4.24#
发现已经 libevent 安装了
使用 –with-libevent=/usr/lib64/ 再试一次
[email protected] memcached-1.4.24# ./configure --with-libevent=/usr/lib64/
checking build system type... x86_64-unknown-linux-gnu
checking host system type... x86_64-unknown-linux-gnu
checking target system type... x86_64-unknown-linux-gnu
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking whether make supports nested variables... yes
checking for gcc... gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables...
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking whether gcc understands -c and -o together... yes
checking for style of include used by make... GNU
checking dependency style of gcc... gcc3
checking how to run the C preprocessor... gcc -E
checking for grep that handles long lines and -e... /bin/grep
checking for egrep... /bin/grep -E
checking for icc in use... no
checking for clang in use... no
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking whether __SUNPRO_C is declared... no
checking for gcc option to accept ISO C99... -std=gnu99
checking sasl/sasl.h usability... no
checking sasl/sasl.h presence... no
checking for sasl/sasl.h... no
checking for gcov... /usr/bin/gcov
checking for main in -lgcov... yes
checking for library containing clock_gettime... -lrt
checking for library containing socket... none required
checking for library containing gethostbyname... none required
checking for libevent directory... configure: error: libevent is required. You can get it from http://www.monkey.org/~provos/libevent/
If it's already installed, specify its path using --with-libevent=/dir/
[email protected] memcached-1.4.24#
问题依旧,原来是缺少 libevent-devel 开发包
边栏推荐
- At present, which securities company is the best and safest to open an account for stock speculation?
- Buuctf PWN write UPS (6)
- memcached基础4
- How to use ch423? Cheap domestic IO expansion chip
- Moher College - SQL injection vulnerability test (error reporting and blind note)
- find_ Detailed use guide of CIRC
- matlab数据类型 —— 字符型
- Batch generate folders based on file names
- [UVM actual battle== > episode_3] ~ assertion, sequence, property
- Keepalived 实现 Redis AutoFailover (RedisHA)17
猜你喜欢
2022年地理信息系统与遥感专业就业前景与升学高校排名选择
统计无向图中无法互相到达点对数[经典建邻接表+DFS统计 -> 并查集优化][并查集手册/写的详细]
自定义MVC(导成jar包)+与三层架构的区别+反射+面试题
Oracle 数据库基本知识概念
Concepts de base de données Oracle
Esp32 experiment - self built web server distribution network 02
In depth understanding of UDP in the transport layer and the use of UDP in sockets
墨者学院-SQL注入漏洞测试(报错盲注)
剑指 Offer 10- II. 青蛙跳台阶问题
Is there anyone who doesn't know the three cores of concurrent programming?
随机推荐
Overview of Freescale MCU
小白看MySQL--windows环境安装MySQL
如何把老式键盘转换成USB键盘并且自己编程?
memcached基础3
About Random Numbers
Batch generate folders based on file names
Solution of idea hot start failure
直播回顾 | 子芽&CCF TF:云原生场景下软件供应链风险治理技术浅谈
Lwip之定时机制
2022年地理信息系统与遥感专业就业前景与升学高校排名选择
How to use ch423? Cheap domestic IO expansion chip
Is it safe to open a compass account?
Is there anyone who doesn't know the three cores of concurrent programming?
2022 Health Expo, Shandong health care exhibition, postpartum health and sleep health exhibition
Is it safe for CITIC Securities Commission to open an online account and speculate in stocks
2022健康博览会,山东养生保健展会,产后健康、睡眠健康展
Other service registration and discovery
Keepalived 实现 Redis AutoFailover (RedisHA)15
One click acceleration of Sony camera SD card file copy operation, file operation batch processing tutorial
matlab数据类型 —— 字符型