php-extension - mac 本地xampp的php redis 擴充安裝失敗

來源:互聯網
上載者:User
$  /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

寶寶的擴充安裝從來都沒有成功過,這是為什嗎?求高人賜教

之前也安裝過ffmpeg和imagick都沒有成功,非常耽誤進度。。求高手賜教

回複內容:

$  /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

寶寶的擴充安裝從來都沒有成功過,這是為什嗎?求高人賜教

之前也安裝過ffmpeg和imagick都沒有成功,非常耽誤進度。。求高手賜教

終於搞定了!!!

直接用pecl安裝,就好了。。redis3.0.0不支援php7以下的。。。都是坑

sudo /Applications/XAMPP/xamppfiles/bin/pecl install redis-2.2.8

都用homebrew搭環境吧

先確認下 /Applications/XAMPP/xamppfiles/lib/php/extensions/no-debug-non-zts-20100525/這個目錄有沒有redis.so等檔案

再確認下有沒有php.ini有沒有增加動態模組的配置,extension=redis.so多個就多行

你沒有make install?

  • 聯繫我們

    該頁面正文內容均來源於網絡整理,並不代表阿里雲官方的觀點,該頁面所提到的產品和服務也與阿里云無關,如果該頁面內容對您造成了困擾,歡迎寫郵件給我們,收到郵件我們將在5個工作日內處理。

    如果您發現本社區中有涉嫌抄襲的內容,歡迎發送郵件至: info-contact@alibabacloud.com 進行舉報並提供相關證據,工作人員會在 5 個工作天內聯絡您,一經查實,本站將立刻刪除涉嫌侵權內容。

    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.