Skip to content

Note

不挑戰記憶力的技術筆記

Menu
Menu

[FreeBSD] Install memcached

Posted on 2014 年 4 月 17 日 by febr

[bash]
#install memcached
cd /usr/ports/databases/memcached; make install clean
#PHP extension
cd /usr/ports/databases/pecl-memcached; make install clean
[/bash]

在/etc/rc.conf加入:

[bash]
memcached_enable="YES"
[/bash]

 

[bash]
/usr/local/etc/rc.d/memcached start
/usr/local/etc/rc.d/apache22 restart
[/bash]

問題:
memcached start時會出現”libevent-2.0.so.6 not found”的訊息,造成無法啟動memcache。

解決:
先看有沒有裝libevent,沒有的話就裝

[bash]
whereis libevent
[/bash]

 

[bash]
ldd /usr/local/bin/memcached
[/bash]

會發現libevent-2.0.so.6 not found,所以:

[bash]
ln -s /usr/local/lib/event2/libevent-2.0.so.6 /lib/libevent-2.0.so.6
[/bash]

在ldd一次就找的到了,最後重啟memcache。

不過這台機器沒裝apache,所以安裝apache的問題寫在另一篇。

近期文章

  • [AWS] S3 Object Initiate restore (復原回 Standard)
  • [Windows] 使用者快速登出的方法 Logout/ Logoff/Sign Out from Windows User Account
  • [Windows] Windows 11 安裝Server管理工具Install RSAT(Remote Server Administrator Tools)
  • Chrome出現:你的連線不是私人連線 Your connection is not private
  • [C#] 取得 Request URL 的方法

近期留言

    彙整

    分類

    • Ajax
    • Android
    • ASP
    • ASP.NET MVC
    • Azure
    • C#
    • Cisco
    • CSS
    • Delphi
    • Developer Tools
    • Framework
    • FreeBSD
    • Git
    • HTML5
    • javascript
    • jQuery
    • Juniper
    • Linux
    • Mac
    • PHP
    • Python
    • Server&OS
    • Software
    • SQL server
    • Sublime Text
    • Ubuntu
    • Visual Studio
    • Vmware
    • Web Design
    • Web Development
    • Windows
    • WordPress
    • 未分類
    • 未分類

    彙整

    分類

    • Ajax
    • Android
    • ASP
    • ASP.NET MVC
    • Azure
    • C#
    • Cisco
    • CSS
    • Delphi
    • Developer Tools
    • Framework
    • FreeBSD
    • Git
    • HTML5
    • javascript
    • jQuery
    • Juniper
    • Linux
    • Mac
    • PHP
    • Python
    • Server&OS
    • Software
    • SQL server
    • Sublime Text
    • Ubuntu
    • Visual Studio
    • Vmware
    • Web Design
    • Web Development
    • Windows
    • WordPress
    • 未分類
    • 未分類

    其他操作

    • 登入
    • 訂閱網站內容的資訊提供
    • 訂閱留言的資訊提供
    • WordPress.org 台灣繁體中文
    © 2025 Note | Powered by Superbs Personal Blog theme