当前位置:网站首页>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
边栏推荐
- 如何写好测试用例以及go单元测试工具testify简单介绍
- 2022 Health Expo, Shandong health care exhibition, postpartum health and sleep health exhibition
- Central Limit Theorem
- 如何把老式键盘转换成USB键盘并且自己编程?
- One click acceleration of Sony camera SD card file copy operation, file operation batch processing tutorial
- Count the logarithm of points that cannot reach each other in an undirected graph [classic adjacency table building +dfs Statistics - > query set optimization] [query set manual / write details]
- CPU exception handling
- Pet hospital management system based on SSMP
- 论文解读(LG2AR)《Learning Graph Augmentations to Learn Graph Representations》
- ESP32-SOLO开发教程,解决CONFIG_FREERTOS_UNICORE问题
猜你喜欢
TopoLVM: 基于LVM的Kubernetes本地持久化方案,容量感知,动态创建PV,轻松使用本地磁盘
网络中的网络(套娃)
Oracle database basics concepts
寻找旋转排序数组中的最小值 II[经典抽象二分 + 如何破局左中右三者相等]
Gaussian and Summary Stats
[vscade] preview MD file
Law of Large Numbers
可视化介绍 Matplotlib 和 Plotnine
How to control the quality of HD slip ring in the production process
CH423要如何使用,便宜的国产IO扩展芯片
随机推荐
What is the difference between the working principle of gas-liquid slip ring and other slip rings
Concepts de base de données Oracle
Batch generate folders based on file names
Employment prospect of GIS and remote sensing specialty and ranking selection of universities in 2022
Custom MVC (imported into jar package) + difference from three-tier architecture + reflection + interview questions
LeetCode 142. 环形链表 II
memcached基础5
Buuctf PWN write UPS (6)
超越锂电池——未来电池的概念
论文解读(LG2AR)《Learning Graph Augmentations to Learn Graph Representations》
Lambda expression
Find the minimum value in the rotation sort array ii[classical Abstract dichotomy + how to break the game left, middle and right are equal]
Central Limit Theorem
About Random Numbers
07 | workflow design: how to design a reasonable multi person development mode?
如何写好测试用例以及go单元测试工具testify简单介绍
ESP32-添加多目录的自定义组件
3 - wire SPI Screen Drive
大白话高并发(一)
Sword finger offer 10- ii Frog jumping on steps