zoukankan      html  css  js  c++  java
  • mac php7.0~7.2 memcache安装

    参考 

    https://www.uedbox.com/post/8924/

    https://blog.csdn.net/bjbs_270/article/details/45642905

    1. zlib问题

    xcode-select --install

    xcode-select -p   看是否是   /Library/Developer/CommandLineTools  不是执行  sudo xcode-select -s /Library/Developer/CommandLineTools

    brew install zlib

    ln -s /usr/local/Cellar/zlib/1.2.11/include/* /usr/local/include

     

    2.缺少php_smart_str.h  php_smart_str_public.h  更改文件名不能正常编译

    git clone https://github.com/php-memcached-dev/php-memcached.git

    cd php-memcached/

    phpize
    ./configure --disable-memcached-sasl  //去掉sasl验证

    make && make install

     

     

     

  • 相关阅读:
    3_数据类型
    2_十进制与二进制的互相转换
    1_初识Java
    Jedis 常用API
    Eazfuscator.net 2020 IL级指令虚拟化保护(Virtualization)机制分析
    C#实现——十大排序算法之选择排序
    Flutter 开发从 0 到 1(三)布局与 ListView
    使用 .NET 进行游戏开发
    Metasploit简单使用——后渗透阶段
    ElasticSearch 索引 VS MySQL 索引
  • 原文地址:https://www.cnblogs.com/wxtrip/p/10581266.html
Copyright © 2011-2022 走看看