当前位置:网站首页>Memcached foundation 1
Memcached foundation 1
2022-06-27 01:01:00 【franket】
decompression
[email protected] src# ls
memcached-1.4.24.tar.gz
[email protected] src# tar -zxvf memcached-1.4.24.tar.gz
memcached-1.4.24/
memcached-1.4.24/sasl_defs.c
memcached-1.4.24/solaris_priv.c
memcached-1.4.24/AUTHORS
memcached-1.4.24/config.guess
...
...
memcached-1.4.24/Makefile.am
memcached-1.4.24/COPYING
memcached-1.4.24/cache.c
memcached-1.4.24/Makefile.in
[email protected] src# ls
memcached-1.4.24 memcached-1.4.24.tar.gz
[email protected] src#
install
An error will occur in the direct configuration
[email protected] src# cd memcached-1.4.24
[email protected] memcached-1.4.24# ls
aclocal.m4 compile daemon.c items.h memcached_dtrace.d protocol_binary.h slabs.h timedrun.c
assoc.c config.guess depcomp jenkins_hash.c memcached.h README.md solaris_priv.c trace.h
assoc.h config.h.in doc jenkins_hash.h memcached.spec sasl_defs.c stats.c util.c
AUTHORS config.sub hash.c m4 missing sasl_defs.h stats.h util.h
cache.c configure hash.h Makefile.am murmur3_hash.c scripts t version.m4
cache.h configure.ac install-sh Makefile.in murmur3_hash.h sizes.c testapp.c
ChangeLog COPYING items.c memcached.c NEWS slabs.c thread.c
[email protected] memcached-1.4.24# ./configure
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#
边栏推荐
- These 10 copywriting artifacts help you speed up the code. Are you still worried that you can't write a copywriting for US media?
- 自定义MVC(导成jar包)+与三层架构的区别+反射+面试题
- Find the minimum value in the rotation sort array ii[classical Abstract dichotomy + how to break the game left, middle and right are equal]
- 解决STC8G1K08程序不能运行的问题和端口配置
- 清华&智源 | CogView2:更快更好的文本图像生成模型
- Batch generate folders based on file names
- Beyond lithium battery -- the concept of battery in the future
- Flink practical problems (VII): no watermark (watermarks are only available eventtime is used)
- Modeling specifications: environment settings
- Custom class loader encrypts and decrypts classes
猜你喜欢

About Random Numbers

CPU exception handling

滑环安装有哪些技巧和方法
![The [MySQL] time field is set to the current time by default](/img/40/5f1d3448259ab703c4b5dc29713a99.png)
The [MySQL] time field is set to the current time by default

滑环选型选购时需要注意的技巧
![Find the minimum value in the rotation sort array ii[classical Abstract dichotomy + how to break the game left, middle and right are equal]](/img/75/05d5765588dfde971167fbc72e2aa8.png)
Find the minimum value in the rotation sort array ii[classical Abstract dichotomy + how to break the game left, middle and right are equal]

Buuctf PWN write UPS (6)

其他服务注册与发现

C#程序结构预览最基础入门

用代码生成流程图,Markdown的使用方法
随机推荐
用代码生成流程图,Markdown的使用方法
Memcached foundation 2
What are the skills and methods for slip ring installation
这10款文案神器帮你速码,做自媒体还担心写不出文案吗?
Solve the problem that stc8g1k08 program cannot run and port configuration
Record a bug caused by a line break
Flink 实战问题(七):No Watermark(Watermarks are only available EventTime is used)
3線spi屏幕驅動方式
Lambda表达式
Law of Large Numbers
USB协议中HID设备描述符以及键盘按键值对应编码表
The world is very big. Some people tattoo QR codes on their necks
JSON解析,ESP32轻松获取时间气温和天气
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]
memcached基础2
Keepalived 实现 Redis AutoFailover (RedisHA)11
清华&智源 | CogView2:更快更好的文本图像生成模型
Visual introduction to Matplotlib and plotnine
世界很大,有人把二维码纹在脖子上
BootstrapBlazor + FreeSql实战 Chart 图表使用(2)