Download and Install memcached version 1.2.5 on Mac OS X
Monday the 6th of October, 2008

    memcached  most recent diff


    version 1.2.5

      View the most recent changes for the memcached port at: memcached.darwinports.com/diff
      Scroll down toward the bottom of the page to get installation instructions for memcached.
      The raw portfile for memcached 1.2.5 is located here:
      http://memcached.darwinports.com/dports/sysutils/memcached/Portfile
      Find related portfiles with the unique DarwinPorts.com search feature.
      Check for any related Fink projects here: pdb.finkproject.org/pdb/package.php/memcached
      Google
      Web Darwinports.com



      # $Id: Portfile 37764 2008-06-22 14:28:56Z brett macports.org $

      PortSystem 1.0

      Name: memcached
      Version: 1.2.5
      revision 2
      Description: A high performance, distributed memory object caching system.
      Long Description: Memcached is a high-performance, distributed memory object caching system, generic in nature, but intended for use in speeding up dynamic web applications by alleviating database load.
      Maintainers: brett macports.org
      Category: sysutils
      Platform: darwin
      Homepage: http://www.danga.com/memcached/
      master_sites http://www.danga.com/memcached/dist/
      checksums md5 8ac0d1749ded88044f0f850fad979e4d sha1 f7c13cf39ca2d948de1a5648b3d1a2ccfeb0a45b
      configure.args --mandir=${prefix}/share/man --with-libevent=${prefix} --enable-threads
      depends_lib port:libevent

      startupitem.create yes
      startupitem.name memcached
      startupitem.start "${prefix}/bin/memcached -u nobody -m 64 -c 10240 -p 11211 -d"
      startupitem.stop "/usr/bin/killall memcached"

    If you haven't already installed Darwin Ports, you can find easy instructions for doing so at the main Darwin Ports page.

    Once Darwin Ports has been installed, in a terminal window and while online, type the following and hit return:


      %  cd /opt/local/bin/portslocation/dports/memcached
      % sudo port install memcached
      Password:
    You will then be prompted for your root password, which you should enter. You may have to wait for a few minutes while the software is retrieved from the network and installed for you. Y ou should see something that looks similar to:

      ---> Fetching memcached
      ---> Verifying checksum for memcached
      ---> Extracting memcached
      ---> Configuring memcached
      ---> Building memcached with target all
      ---> Staging memcached into destroot
      ---> Installing memcached
    - Make sure that you do not close the terminal window while Darwin Ports is working. Once the software has been installed, you can find further information about using memcached with these commands:
      %  man memcached
      % apropos memcached
      % which memcached
      % locate memcached

     Where to find more information:

    Darwin Ports



    Lightbox this page.