[CalendarServer-users] Building for Mac OS X client
Linc Davis
ld-temp-f9ib at pobox.com
Tue Jul 14 14:20:33 PDT 2009
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.
More information about the calendarserver-users
mailing list