Want more timely Centmin Mod News Updates?
Become a Member

Memcached with seafile?

Discussion in 'Other Web Apps usage' started by hardousse, Feb 2, 2018.

  1. hardousse

    hardousse Active Member

    169
    35
    28
    Dec 15, 2015
    Sweden
    Ratings:
    +57
    Local Time:
    5:09 PM
    1.11.*
    10.1*
    Hi
    I want use memcached with seafile on centminmod I follow the officiel guid here ,I know memcached installed but how I can install Python memcache library,when I try like in guide I get error? And which memcached sock use there is memcached1.sock and memcached2.sock?
    Thank you

     
  2. eva2000

    eva2000 Administrator Staff Member

    55,248
    12,253
    113
    May 24, 2014
    Brisbane, Australia
    Ratings:
    +18,833
    Local Time:
    12:09 AM
    Nginx 1.27.x
    MariaDB 10.x/11.4+
    that guide instructs to install libmemcached which Centmin Mod already installs too as well as memcached server.

    for python-memcache what errors did you get for
    Code (Text):
    sudo pip install pylibmc
    sudo pip install django-pylibmc
    

    try without sudo
    Code (Text):
    pip install pylibmc
    pip install django-pylibmc
    
     
  3. hardousse

    hardousse Active Member

    169
    35
    28
    Dec 15, 2015
    Sweden
    Ratings:
    +57
    Local Time:
    5:09 PM
    1.11.*
    10.1*
    thank you its was problem with sudo.
     
  4. eva2000

    eva2000 Administrator Staff Member

    55,248
    12,253
    113
    May 24, 2014
    Brisbane, Australia
    Ratings:
    +18,833
    Local Time:
    12:09 AM
    Nginx 1.27.x
    MariaDB 10.x/11.4+
    Glad to hear :)