Hi! Can anybody shed some light on how to do a home install of the server on Darwin? I have the server running in Debug mode, but do not want to pollute lots of directories with parts of the server. Home install looks perfect for me. Tries release 2.3 and trunk. Tried under 10.5 and 10.6: DCS $ svn checkout http://svn.macosforge.org/repository/calendarserver/CalendarServer/trunk ./calendarserver-trunk ... calendarserver-trunk $ mkdir /tmp/DCS calendarserver-trunk $ ./run -I /tmp/DCS ... running build_ext gcc -fno-strict-aliasing -Wno-long-double -no-cpp-precomp -mno-fused-madd -fno-common -dynamic -DNDEBUG -g -Os -Wall -Wstrict-prototypes -DMACOSX -I/usr/include/ffi -DENABLE_DTRACE -arch i386 -arch ppc -pipe -I/System/Library/Frameworks/Python.framework/Versions/2.5/include/python2.5 -c conftest.c -o conftest.o gcc -fno-strict-aliasing -Wno-long-double -no-cpp-precomp -mno-fused-madd -fno-common -dynamic -DNDEBUG -g -Os -Wall -Wstrict-prototypes -DMACOSX -I/usr/include/ffi -DENABLE_DTRACE -arch i386 -arch ppc -pipe -I/System/Library/Frameworks/Python.framework/Versions/2.5/include/python2.5 -c conftest.c -o conftest.o conftest.c:1:23: error: sys/epoll.h: No such file or directory conftest.c:1:23: error: sys/epoll.h: No such file or directory ..... copying conf/caldavd.plist -> /Users/theisen/DCS/calendarserver-trunk/build/dst/System/Library/Frameworks/Python.framework/Versions/2.5/caldavd running install_egg_info Writing /Users/theisen/DCS/calendarserver-trunk/build/dst/Library/Python/2.5/site-packages/twistedcaldav-trunk._r4808_-py2.5.egg-info rewriting /Users/theisen/DCS/calendarserver-trunk/build/dst/usr/local/bin/caldavd rewriting /Users/theisen/DCS/calendarserver-trunk/build/dst/usr/local/bin/calendarserver_export rewriting /Users/theisen/DCS/calendarserver-trunk/build/dst/usr/local/bin/calendarserver_manage_principals building file list ... rsync: link_stat "/Users/theisen/DCS/calendarserver-trunk/build/dst/System/Library/Frameworks/Python.framework/Versions/2.5/bin/." failed: No such file or directory (2) done Looks like it's trying to build and install python, which is not neccessary on 10.5/10.6. Are those special Python versions? I remember the debug versions using the builtin python command after a check. Please help. Greetings, Dirk
Hi!
Can anybody shed some light on how to do a home install of the server on Darwin?
I cannot get it to work. The whole install process seems to be overly complex to me. But maybe it's just me. Does it work in Linux? Can someone with a working Linux home install do an ls -rl so I can see how the layout of the home install should be? This is (unfortunately) undocumented. Thanks a bunch, Dirk
For linux installs have a look at this document: http://www.rho.cc/index.php/linux2/48-misc/48-installing-darwin-calendar-ser... Cheers, ---Guy On 30 Nov 2009, at 14:03, Dirk wrote:
Hi!
Can anybody shed some light on how to do a home install of the server on Darwin?
I cannot get it to work. The whole install process seems to be overly complex to me. But maybe it's just me.
Does it work in Linux? Can someone with a working Linux home install do an ls -rl so I can see how the layout of the home install should be? This is (unfortunately) undocumented.
Thanks a bunch, Dirk _______________________________________________ calendarserver-users mailing list calendarserver-users@lists.macosforge.org http://lists.macosforge.org/mailman/listinfo.cgi/calendarserver-users
On Nov 30, 2009, at 8:03 AM, Dirk wrote:
Does it work in Linux? Can someone with a working Linux home install do an ls -rl so I can see how the layout of the home install should be? This is (unfortunately) undocumented.
The best way to do a linux install is to use the debian calendarserver package. I have it installed and working, and it's a pretty easy setup. It's not the latest code base, but it'll also give you an idea as to how to set it all up. --- Chris Cleeland
participants (3)
-
Chris Cleeland
-
Dirk
-
Guy