- 积分
- 58
- 威望
-
- 金钱
-
- 注册时间
- 2014-12-6
- 在线时间
- 小时
- 最后登录
- 1970-1-1
|
Win10 下 WLS Ubuntu20 安装 lnmp 成功
然后安装 redis 失败
执行代码如下,有发帖字数限制,删除了部分没用代码
- | Addons script for LNMP V1.9, Written by Licess |
- +-----------------------------------------------------------------------+
- | A tool to Install cache,optimizer,accelerator...addons for LNMP |
- +-----------------------------------------------------------------------+
- | For more information please visit https://lnmp.org |
- +-----------------------------------------------------------------------+
- ====== Installing Redis ======
- Install redis-6.2.7 Stable Version...
- Press any key to start...or Press Ctrl+c to cancel
- jredis-6.2.7.tar.gz [found]
- Uncompress redis-6.2.7.tar.gz...
- gzip: stdin: unexpected end of file
- tar: Unexpected EOF in archive
- tar: Unexpected EOF in archive
- tar: Error is not recoverable: exiting now
- cd redis-6.2.7...
- cd src && make install
- /bin/sh: 1: cd: can't cd to src
- make: *** [Makefile:9: install] Error 2
- cp: cannot stat 'redis.conf': No such file or directory
- sed: can't read /usr/local/redis/etc/redis.conf: No such file or directory
- grep: /usr/local/redis/etc/redis.conf: No such file or directory
- sed: can't read /usr/local/redis/etc/redis.conf: No such file or directory
- sed: can't read /usr/local/redis/etc/redis.conf: No such file or directory
- iptables v1.8.4 (legacy): can't initialize iptables table `filter': Table does not exist (do you need to insmod?)
- Perhaps iptables or your kernel needs to be upgraded.
- redis-5.3.7.tgz [found]
- Uncompress redis-5.3.7.tgz...
- cd redis-5.3.7...
- Configuring for:
- PHP Api Version: 20210902
- Zend Module Api No: 20210902
- Zend Extension Api No: 420210902
- checking for grep that handles long lines and -e... /usr/bin/grep
- checking for egrep... /usr/bin/grep -E
- checking for a sed that does not truncate output... /usr/bin/sed
- checking for pkg-config... /usr/bin/pkg-config
- checking pkg-config is at least version 0.9.0... yes
- checking for cc... cc
- 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 cc accepts -g... yes
- checking for cc option to accept ISO C89... none needed
- checking how to run the C preprocessor... cc -E
- checking for icc... no
- checking for suncc... no
- checking for system library directory... lib
- checking if compiler supports -Wl,-rpath,... yes
- checking build system type... x86_64-pc-linux-gnu
- checking host system type... x86_64-pc-linux-gnu
- checking target system type... x86_64-pc-linux-gnu
- checking for PHP prefix... /usr/local/php
- checking for PHP includes... -I/usr/local/php/include/php -I/usr/local/php/include/php/main -I/usr/local/php/include/php/TSRM -I/usr/local/php/include/php/Zend -I/usr/local/php/include/php/ext -I/usr/local/php/include/php/ext/date/lib
- checking for PHP extension directory... /usr/local/php/lib/php/extensions/no-debug-non-zts-20210902
- checking for PHP installed headers prefix... /usr/local/php/include/php
- checking if debug is enabled... no
- checking if zts is enabled... no
- checking for gawk... gawk
- checking whether to enable redis support... yes, shared
- checking whether to enable sessions... yes
- checking whether to enable json serializer support... yes
- checking whether to enable igbinary serializer support... no
- checking whether to enable msgpack serializer support... no
- checking whether to enable lzf compression... no
- checking use system liblzf... no
- checking whether to enable Zstd compression... no
- checking use system libsztd... yes
- checking whether to enable lz4 compression... no
- checking use system liblz4... no
- checking for hash includes... /usr/local/php/include/php
- checking for json includes... /usr/local/php/include/php
- checking for redis json support... enabled
- checking for redis igbinary support... disabled
- checking for pkg-config... /usr/bin/pkg-config
- checking for git... yes
- checking for a sed that does not truncate output... /usr/bin/sed
- checking for ld used by cc... /usr/bin/ld
- checking if the linker (/usr/bin/ld) is GNU ld... yes
- checking for /usr/bin/ld option to reload object files... -r
- checking for BSD-compatible nm... /usr/bin/nm -B
- checking whether ln -s works... yes
- checking how to recognize dependent libraries... pass_all
- 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 dlfcn.h usability... yes
- checking dlfcn.h presence... yes
- checking for dlfcn.h... yes
- checking the maximum length of command line arguments... 1572864
- checking command to parse /usr/bin/nm -B output from cc object... ok
- checking for objdir... .libs
- checking for ar... ar
- checking for ranlib... ranlib
- checking for strip... strip
- checking if cc supports -fno-rtti -fno-exceptions... no
- checking for cc option to produce PIC... -fPIC
- checking if cc PIC flag -fPIC works... yes
- checking if cc static flag -static works... yes
- checking if cc supports -c -o file.o... yes
- checking whether the cc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
- checking whether -lc should be explicitly linked in... no
- checking dynamic linker characteristics... GNU/Linux ld.so
- checking how to hardcode library paths into programs... immediate
- checking whether stripping libraries is possible... yes
- checking if libtool supports shared libraries... yes
- checking whether to build shared libraries... yes
- checking whether to build static libraries... no
- ----------------------------------------------------------------------
- Libraries have been installed in:
- /home/vovo/lnmp1.9/src/redis-5.3.7/modules
- If you ever happen to want to link against installed libraries
- in a given directory, LIBDIR, you must either use libtool, and
- specify the full pathname of the library, or use the `-LLIBDIR'
- flag during linking and do at least one of the following:
- - add LIBDIR to the `LD_LIBRARY_PATH' environment variable
- during execution
- - add LIBDIR to the `LD_RUN_PATH' environment variable
- during linking
- - use the `-Wl,--rpath -Wl,LIBDIR' linker flag
- - have your system administrator add LIBDIR to `/etc/ld.so.conf'
- See any operating system documentation about shared libraries for
- more information, such as the ld(1) and ld.so(8) manual pages.
- ----------------------------------------------------------------------
- Build complete.
- Don't forget to run 'make test'.
- Installing shared extensions: /usr/local/php/lib/php/extensions/no-debug-non-zts-20210902/
- Add to auto startup...
- Add redis service at system startup...
- System has not been booted with systemd as init system (PID 1). Can't operate.
- Failed to connect to bus: Host is down
- Synchronizing state of redis.service with SysV service script with /lib/systemd/systemd-sysv-install.
- Executing: /lib/systemd/systemd-sysv-install enable redis
- Restarting php-fpm......
- Gracefully shutting down php-fpm . done
- Starting php-fpm done
- Starting Redis server.../etc/init.d/redis: line 33: /usr/local/redis/bin/redis-server: No such file or directory
- done
- Copy Redis PHP Test file...
- Redis install failed!
复制代码
|
|