#329: memcached cannot find libevent.so ---------------------------------+------------------------------------------ Reporter: macosforge@… | Owner: wsanchez@… Type: Defect | Status: new Priority: 5: Not set | Milestone: Component: Calendar Server | Severity: Other Keywords: | ---------------------------------+------------------------------------------ On ubuntu linux, I get the following error: {{{ 2009-03-24 00:00:16+0100 [-] [memcached] ../memcached-1.2.6/_root/bin/memcached: error while loading shared libraries: libevent-1.4.so.2: cannot open shared object file: No such file or directory }}} ldd does show the correct link: {{{ arnouten@bird:~/dev/calendaring/CalendarServer$ ldd ../memcached-1.2.6/_root/bin/memcached linux-gate.so.1 => (0xb7f28000) libevent-1.4.so.2 => /home/arnouten/dev/calendaring/libevent-1.4.8-stable/_root/lib/libevent-1.4.so.2 (0xb7ef4000) libc.so.6 => /lib/tls/i686/cmov/libc.so.6 (0xb7d7b000) libpthread.so.0 => /lib/tls/i686/cmov/libpthread.so.0 (0xb7d61000) libnsl.so.1 => /lib/tls/i686/cmov/libnsl.so.1 (0xb7d48000) librt.so.1 => /lib/tls/i686/cmov/librt.so.1 (0xb7d3f000) libresolv.so.2 => /lib/tls/i686/cmov/libresolv.so.2 (0xb7d2b000) /lib/ld-linux.so.2 (0xb7f0e000) }}} /home/arnouten/dev/calendaring/libevent-1.4.8-stable/_root/lib/libevent-1.4.so.2 indeed exists (though it is a symlink). Starting memcached from the commandline appears to work. For now worked around this by setting both ClientEnabled and ServerEnabled to 'false' in conf/caldavd-dev.plist -- Ticket URL: <http://trac.calendarserver.org/ticket/329> CalendarServer </> HTTP/WebDAV/CalDAV Server