当前位置:网站首页>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 开发包
边栏推荐
- 3 - wire SPI Screen Drive
- ESP32实验-自建web服务器配网02
- 超越锂电池——未来电池的概念
- JS library for number formatting
- MySQL之账号管理、建库以及四大引擎+案例
- 一键加速索尼相机SD卡文件的复制操作,文件操作批处理教程
- ESP32-添加多目录的自定义组件
- Interface test framework practice (I) | requests and interface request construction
- 解决unable to create a folder to save the sketch: mkdir sketch
- find_circ详细使用指南
猜你喜欢
随机推荐
网上开通证券账户安全吗 手机炒股靠谱吗
气液滑环与其他滑环的工作原理有什么区别
Overview of Freescale MCU
These 10 copywriting artifacts help you speed up the code. Are you still worried that you can't write a copywriting for US media?
Play OLED, u8g2 animation, increasing numbers, random triangles, etc
小白看MySQL--windows环境安装MySQL
Is it safe to open a securities account online? Is it reliable to speculate in stocks by mobile phone
Solution of idea hot start failure
玩转OLED,U8g2动画,增长数字和随机三角形等
How to write test cases and a brief introduction to go unit test tool testify
JSON解析,ESP32轻松获取时间气温和天气
MySQL之账号管理、建库以及四大引擎+案例
Lambda expression
数字格式化的 js 库
Live review | Ziya &ccf TF: Discussion on software supply chain risk management technology under cloud native scenario
如何把老式键盘转换成USB键盘并且自己编程?
memcached基础6
ESP32-SOLO开发教程,解决CONFIG_FREERTOS_UNICORE问题
高清滑环生产过程当中的质量如何把控
Is it safe for CITIC Securities Commission to open an online account and speculate in stocks








