当前位置:网站首页>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 开发包
边栏推荐
- Keepalived 实现 Redis AutoFailover (RedisHA)12
- Oracle 数据库基本知识概念
- Moher College -x-forwarded-for injection vulnerability practice
- 07 | 工作流设计:如何设计合理的多人开发模式?
- Is it safe for CITIC Securities Commission to open an online account and speculate in stocks
- 接口测试框架实战(一) | Requests 与接口请求构造
- 统一结果集的封装
- CH423要如何使用,便宜的国产IO扩展芯片
- LeetCode 142. 环形链表 II
- Other service registration and discovery
猜你喜欢
随机推荐
这10款文案神器帮你速码,做自媒体还担心写不出文案吗?
buuctf-pwn write-ups (6)
2022健康博览会,山东养生保健展会,产后健康、睡眠健康展
Other service registration and discovery
Find the minimum value in the rotation sort array ii[classical Abstract dichotomy + how to break the game left, middle and right are equal]
Statistical Hypothesis Testing
ArcGIS 镶嵌数据集切片丢失问题处理
buuctf-pwn write-ups (6)
2022年地理信息系统与遥感专业就业前景与升学高校排名选择
Statistical Hypothesis Testing
Account management, database building and four engines + cases of MySQL
3線spi屏幕驅動方式
Interface test framework practice (I) | requests and interface request construction
Esp32 add multi directory custom component
Unable to create a folder to save the sketch: MKDIR sketch
Central Limit Theorem
Lwip之定时机制
自定义JSP[if,foreach,数据,select]标签
About Random Numbers
Gaussian and Summary Stats








![The [MySQL] time field is set to the current time by default](/img/40/5f1d3448259ab703c4b5dc29713a99.png)
