当前位置:网站首页>Memcached foundation 2
Memcached foundation 2
2022-06-27 01:01:00 【franket】
Tip the lack of 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#
The discovery has libevent Installed
Use –with-libevent=/usr/lib64/ Do it again
[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#
The problem remains. , It turned out that there was a lack of libevent-devel Development kit
边栏推荐
- Keepalived 实现 Redis AutoFailover (RedisHA)15
- memcached基础6
- 滑环选型选购时需要注意的技巧
- Oracle database basics concepts
- 温故知新--常温常新
- Solve the problem that only one line of text is displayed or not displayed in u8glib
- 05 | 规范设计(下):commit 信息风格迥异、难以阅读,如何规范?
- Timing mechanism of LwIP
- Central Limit Theorem
- Generate flow chart with code, and how to use markdown
猜你喜欢

Summary of working at home during the epidemic | community essay solicitation

How to convert an old keyboard into a USB keyboard and program it yourself?

05 | standard design (Part 2): how to standardize the different styles of commit information, which are difficult to read?

Esp32 add multi directory custom component

直播回顾 | 子芽&CCF TF:云原生场景下软件供应链风险治理技术浅谈

Buuctf PWN write UPS (6)

Other service registration and discovery

Moher College - SQL injection vulnerability test (error reporting and blind note)

Redis detailed tutorial

USB协议中HID设备描述符以及键盘按键值对应编码表
随机推荐
数字格式化的 js 库
2022 Health Expo, Shandong health care exhibition, postpartum health and sleep health exhibition
Lwip之定时机制
Moher College - SQL injection vulnerability test (error reporting and blind note)
USB协议中HID设备描述符以及键盘按键值对应编码表
Flink practical problems (VII): no watermark (watermarks are only available eventtime is used)
史上最难618,TCL夺得电视行业京东和天猫份额双第一
memcached基础4
Interface test framework practice (I) | requests and interface request construction
Great health industry annual must attend event, 2022 Shandong International Great Health Industry Expo
简单快速的数网络(网络中的网络套娃)
About Random Numbers
Solution of idea hot start failure
The most difficult 618 in history, TCL won the first place in both jd.com and tmall.com shares in the TV industry
05 | 規範設計(下):commit 信息風格迥异、難以閱讀,如何規範?
Skills needing attention in selection and purchase of slip ring
Simple and fast digital network (network dolls in the network)
memcached基础1
Keepalived 实现 Redis AutoFailover (RedisHA)16
How to write test cases and a brief introduction to go unit test tool testify