V2EX = way to explore
V2EX 是一个关于分享和探索的地方
现在注册
已注册用户请  登录
V2EX 提问指南
kmvan
V2EX  ›  问与答

求个 LNMP 的 PHP5.5 版装 memcached 扩展的脚本..

  •  
  •   kmvan · 2014-06-28 17:24:37 +08:00 · 3873 次点击
    这是一个创建于 3584 天前的主题,其中的信息可能已经有所发展或是发生改变。
    自己不是很熟悉linux,看了一下lnmp的 memcached 安装脚本,里面最高只有兼容 php5.4 的,没有与php5.5对应的memcached 脚本,不敢乱改...
    不知哪位大虾装过php5.5的memcached呢?
    10 条回复    2014-06-29 13:29:42 +08:00
    crll
        1
    crll  
       2014-06-28 17:36:20 +08:00
    你要5.5 嘎哈!
    kslr
        2
    kslr  
       2014-06-28 17:43:00 +08:00
    自己编译下M*最新版就支持了
    kmvan
        3
    kmvan  
    OP
       2014-06-28 17:46:31 +08:00
    @kslr 但Memcached不知道我的php路径啊
    @crll 我在本机win上跑55版比54或53都快,所以打算linux上也用55版
    jasontse
        4
    jasontse  
       2014-06-28 17:53:00 +08:00 via iPad
    @kmvan
    # which php-cgi
    jasontse
        5
    jasontse  
       2014-06-28 17:58:15 +08:00 via iPad
    好吧我犯傻了,应该是
    # find / -name php-cgi
    kslr
        6
    kslr  
       2014-06-28 19:25:07 +08:00
    @kmvan 后面有参数指定啊?
    RainFlying
        7
    RainFlying  
       2014-06-28 23:08:47 +08:00 via Android
    pecl install memcached
    msg7086
        8
    msg7086  
       2014-06-29 07:19:15 +08:00
    sudo apt-get install php5-memcached 好像没遇到过什么问题
    pushy
        9
    pushy  
       2014-06-29 13:29:01 +08:00
    @kmvan

    谁说5.5不能装?

    [root@li618-49 ~]# /opt/app/php5.5/bin/php -v
    PHP 5.5.14 (cli) (built: Jun 28 2014 17:46:59)
    Copyright (c) 1997-2014 The PHP Group
    Zend Engine v2.5.0, Copyright (c) 1998-2014 Zend Technologies
    with Zend OPcache v7.0.4-dev, Copyright (c) 1999-2014, by Zend Technologies
    [root@li618-49 ~]#
    [root@li618-49 ~]#
    [root@li618-49 ~]# /opt/app/php5.5/bin/php -m |grep memcache
    memcached
    [root@li618-49 ~]#
    pushy
        10
    pushy  
       2014-06-29 13:29:42 +08:00
    我都是自己编译的
    关于   ·   帮助文档   ·   博客   ·   API   ·   FAQ   ·   我们的愿景   ·   实用小工具   ·   2650 人在线   最高记录 6543   ·     Select Language
    创意工作者们的社区
    World is powered by solitude
    VERSION: 3.9.8.5 · 29ms · UTC 10:39 · PVG 18:39 · LAX 03:39 · JFK 06:39
    Developed with CodeLauncher
    ♥ Do have faith in what you're doing.