Mac local xampp phpredis extension installation failed

Source: Internet
Author: User
{Code...} Baby's extension installation has never been successful. why? The installation of ffmpeg and imagick has not been successful .. Please enlighten me
$  /Applications/XAMPP/xamppfiles/bin/phpize-5.4.31 Configuring for:PHP Api Version:         20100412Zend Module Api No:      20100525Zend Extension Api No:   220100525$ clear$  /Applications/XAMPP/xamppfiles/bin/phpize-5.4.31 Configuring for:PHP Api Version:         20100412Zend Module Api No:      20100525Zend Extension Api No:   220100525$ ./configure --with-php-config=/Applications/XAMPP/xamppfiles/bin/php-config-5.4.31 checking for grep that handles long lines and -e... /usr/bin/grepchecking for egrep... /usr/bin/grep -Echecking for a sed that does not truncate output... /usr/bin/sedchecking for cc... ccchecking whether the C compiler works... yeschecking for C compiler default output file name... a.outchecking for suffix of executables... checking whether we are cross compiling... nochecking for suffix of object files... ochecking whether we are using the GNU C compiler... yeschecking whether cc accepts -g... yeschecking for cc option to accept ISO C89... none neededchecking how to run the C preprocessor... cc -Echecking for icc... nochecking for suncc... nochecking whether cc understands -c and -o together... yeschecking for system library directory... libchecking if compiler supports -R... nochecking if compiler supports -Wl,-rpath,... yeschecking build system type... i386-apple-darwin14.3.0checking host system type... i386-apple-darwin14.3.0checking target system type... i386-apple-darwin14.3.0checking for PHP prefix... /Applications/XAMPP/xamppfileschecking for PHP includes... -I/Applications/XAMPP/xamppfiles/include/php -I/Applications/XAMPP/xamppfiles/include/php/main -I/Applications/XAMPP/xamppfiles/include/php/TSRM -I/Applications/XAMPP/xamppfiles/include/php/Zend -I/Applications/XAMPP/xamppfiles/include/php/ext -I/Applications/XAMPP/xamppfiles/include/php/ext/date/libchecking for PHP extension directory... /Applications/XAMPP/xamppfiles/lib/php/extensions/no-debug-non-zts-20100525checking for PHP installed headers prefix... /Applications/XAMPP/xamppfiles/include/phpchecking if debug is enabled... nochecking if zts is enabled... nochecking for re2c... re2cchecking for re2c version... 0.16 (ok)checking for gawk... nochecking for nawk... nochecking for awk... awkchecking if awk is broken... nochecking whether to enable redis support... yes, sharedchecking whether to enable sessions... yeschecking whether to enable igbinary serializer support... nochecking for redis igbinary support... disabledchecking for ld used by cc... /Library/Developer/CommandLineTools/usr/bin/ldchecking if the linker (/Library/Developer/CommandLineTools/usr/bin/ld) is GNU ld... nochecking for /Library/Developer/CommandLineTools/usr/bin/ld option to reload object files... -rchecking for BSD-compatible nm... /usr/bin/nmchecking whether ln -s works... yeschecking how to recognize dependent libraries... pass_allchecking for ANSI C header files... yeschecking for sys/types.h... yeschecking for sys/stat.h... yeschecking for stdlib.h... yeschecking for string.h... yeschecking for memory.h... yeschecking for strings.h... yeschecking for inttypes.h... yeschecking for stdint.h... yeschecking for unistd.h... yeschecking dlfcn.h usability... yeschecking dlfcn.h presence... yeschecking for dlfcn.h... yeschecking the maximum length of command line arguments... 196608checking command to parse /usr/bin/nm output from cc object... okchecking for objdir... .libschecking for ar... archecking for ranlib... ranlibchecking for strip... stripchecking for dsymutil... dsymutilchecking for nmedit... nmeditchecking for -single_module linker flag... yeschecking for -exported_symbols_list linker flag... yeschecking if cc supports -fno-rtti -fno-exceptions... yeschecking for cc option to produce PIC... -fno-commonchecking if cc PIC flag -fno-common works... yeschecking if cc static flag -static works... nochecking if cc supports -c -o file.o... yeschecking whether the cc linker (/Library/Developer/CommandLineTools/usr/bin/ld) supports shared libraries... yeschecking dynamic linker characteristics... darwin14.3.0 dyldchecking how to hardcode library paths into programs... immediatechecking whether stripping libraries is possible... yeschecking if libtool supports shared libraries... yeschecking whether to build shared libraries... yeschecking whether to build static libraries... nocreating libtoolappending configuration tag "CXX" to libtoolconfigure: creating ./config.statusconfig.status: creating config.hconfig.status: config.h is unchanged$ sudo makePassword:/bin/sh /Applications/XAMPP/xamppfiles/htdocs/redis/phpredis/libtool --mode=install cp ./redis.la /Applications/XAMPP/xamppfiles/htdocs/redis/phpredis/modulescp ./.libs/redis.so /Applications/XAMPP/xamppfiles/htdocs/redis/phpredis/modules/redis.socp ./.libs/redis.lai /Applications/XAMPP/xamppfiles/htdocs/redis/phpredis/modules/redis.la----------------------------------------------------------------------Libraries have been installed in:   /Applications/XAMPP/xamppfiles/htdocs/redis/phpredis/modulesIf you ever happen to want to link against installed librariesin a given directory, LIBDIR, you must either use libtool, andspecify 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 `DYLD_LIBRARY_PATH' environment variable     during executionSee any operating system documentation about shared libraries formore information, such as the ld(1) and ld.so(8) manual pages.----------------------------------------------------------------------Build complete.Don't forget to run 'make test'.shengyewangluodeMacBook-Air:phpredis shengye$ make testBuild complete.Don't forget to run 'make test'.PHP Warning:  PHP Startup: redis: Unable to initialize moduleModule compiled with module API=20121212PHP    compiled with module API=20100525These options need to match in Unknown on line 0PHP Warning:  PHP Startup: redis: Unable to initialize moduleModule compiled with module API=20121212PHP    compiled with module API=20100525These options need to match in Unknown on line 0=====================================================================PHP         : /Applications/XAMPP/xamppfiles/bin/php Warning: PHP Startup: redis: Unable to initialize moduleModule compiled with module API=20121212PHP    compiled with module API=20100525These options need to match in Unknown on line 0PHP_SAPI    : cliPHP_VERSION : 5.4.31ZEND_VERSION: 2.4.0PHP_OS      : Darwin - Darwin shengyewangluodeMacBook-Air.local 14.3.0 Darwin Kernel Version 14.3.0: Mon Mar 23 11:59:05 PDT 2015; root:xnu-2782.20.48~5/RELEASE_X86_64 x86_64INI actual  : /Applications/XAMPP/xamppfiles/htdocs/redis/phpredis/tmp-php.iniMore .INIs  :  CWD         : /Applications/XAMPP/xamppfiles/htdocs/redis/phpredisExtra dirs  : VALGRIND    : Not used=====================================================================TIME START 2016-09-20 04:52:42=====================================================================No tests were run.shengyewangluodeMacBook-Air:phpredis shengye$ sudo make installInstalling shared extensions:     /Applications/XAMPP/xamppfiles/lib/php/extensions/no-debug-non-zts-20100525/shengyewangluodeMacBook-Air:phpredis shengye$ sudo make install/bin/sh /Applications/XAMPP/xamppfiles/htdocs/redis/phpredis/libtool --mode=install cp ./redis.la /Applications/XAMPP/xamppfiles/htdocs/redis/phpredis/modulescp ./.libs/redis.so /Applications/XAMPP/xamppfiles/htdocs/redis/phpredis/modules/redis.socp ./.libs/redis.lai /Applications/XAMPP/xamppfiles/htdocs/redis/phpredis/modules/redis.la----------------------------------------------------------------------Libraries have been installed in:   /Applications/XAMPP/xamppfiles/htdocs/redis/phpredis/modulesIf you ever happen to want to link against installed librariesin a given directory, LIBDIR, you must either use libtool, andspecify 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 `DYLD_LIBRARY_PATH' environment variable     during executionSee any operating system documentation about shared libraries formore information, such as the ld(1) and ld.so(8) manual pages.----------------------------------------------------------------------Installing shared extensions:     /Applications/XAMPP/xamppfiles/lib/php/extensions/no-debug-non-zts-20100525/$ /Applications/XAMPP/bin/php -m |grep redisPHP Warning:  PHP Startup: Unable to load dynamic library '/Applications/XAMPP/xamppfiles/lib/php/extensions/no-debug-non-zts-20100525/ffmpeg.so' - dlopen(/Applications/XAMPP/xamppfiles/lib/php/extensions/no-debug-non-zts-20100525/ffmpeg.so, 9): image not found in Unknown on line 0PHP Warning:  PHP Startup: redis: Unable to initialize moduleModule compiled with module API=20121212PHP    compiled with module API=20100525These options need to match in Unknown on line 0Warning: PHP Startup: redis: Unable to initialize module

The expansion and installation of the baby has never been successful. why? Please enlighten me

The installation of ffmpeg and imagick has not been successful, and the progress is very delayed .. Please enlighten me

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.