14 Jul
2009
14 Jul
'09
9:20 p.m.
Thanks, that's helpful. I didn't realize how messed up the deployment install script is. On Jul 13, 2009, at 6:37 PM, Steve Burling wrote:
# Making the installation (below) doesn't copy memcached to /usr/ local/bin, # apparently assuming it can be found via the PATH, but that didn't work # for me, so... cp /usr/local/caldavd/memcached-1.2.6/memcached /usr/local/bin
Rather than doing the double build, I found it simpler to use the Macports version of memcached (which is newer), and add the PATH as an environment variable in the launchd item.
# Make required changes to twistedcaldav/stdconfig.py ... # # update the entry for memcached so that it has the full path: # /usr/local/bin/memcached
Unnecessary with the above.