douduan7295 2013-06-06 19:33
浏览 426
已采纳

使用igbinary安装php redis,找不到头文件

I'm trying to install the phpredis extension, but no luck.

After running the command ./configure --enable-redis-igbinary, I've received the following error:

checking for igbinary includes... configure: error: Cannot find igbinary.h

igbinary was installed using PECL, but looks like the header files are not being found.

  • 写回答

1条回答

  • dounuo9921 2013-06-06 19:33
    关注

    This problem is probably caused because PECL is installing the header files to a location different from the one that is used during the installation of phpredis. You can confirm this by looking at the console messages.

    $> sudo pecl install igbinary
    

    Build process completed successfully Installing
    '/usr/lib/php/extensions/no-debug-non-zts-20090626/igbinary.so'
    Installing '/usr/include/php/ext/igbinary/igbinary.h'

    $> ./configure --enable-redis-igbinary
    

    checking for PHP installed headers prefix... /usr/local/include/php
    checking if debug is enabled... no checking if zts is enabled... no
    checking for re2c... re2c checking for re2c version... 0.13.5 (ok)
    checking for gawk... gawk checking whether to enable redis support...
    yes, shared checking whether to enable sessions... yes checking
    whether to enable igbinary serializer support... yes checking for
    igbinary includes... configure: error: Cannot find igbinary.h

    Just move the igbinary folder to the correct location:

    $> cp /usr/include/php/ext/igbinary /usr/local/include/php/ext/igbinary -fr
    

    And it should correctly find the igbinary header file:

    checking whether to enable igbinary serializer support... yes
    checking for igbinary includes... /usr/local/include/php
    
    本回答被题主选为最佳回答 , 对您是否有帮助呢?
    评论

报告相同问题?

悬赏问题

  • ¥15 多电路系统共用电源的串扰问题
  • ¥15 slam rangenet++配置
  • ¥15 有没有研究水声通信方面的帮我改俩matlab代码
  • ¥15 对于相关问题的求解与代码
  • ¥15 ubuntu子系统密码忘记
  • ¥15 信号傅里叶变换在matlab上遇到的小问题请求帮助
  • ¥15 保护模式-系统加载-段寄存器
  • ¥15 电脑桌面设定一个区域禁止鼠标操作
  • ¥15 求NPF226060磁芯的详细资料
  • ¥15 使用R语言marginaleffects包进行边际效应图绘制