Hi guys, I'm trying to install the trunk on ubuntu according to README.rst (after successfully doing so on my dev machine, a mac) but ./bin/develop just silently fails. No error, no nothing. Maybe I should just stick to 5.1 for now? Atli.
On Apr 8, 2014, at 6:58 AM, Atli Thorbjornsson <atlithorn@gmail.com> wrote:
Hi guys, I'm trying to install the trunk on ubuntu according to README.rst (after successfully doing so on my dev machine, a mac) but ./bin/develop just silently fails. No error, no nothing.
Maybe I should just stick to 5.1 for now?
Good idea. However, if you're feeling adventurous, here's a brand new doc, that's so new it's not even linked anywhere, that may help: http://trac.calendarserver.org/browser/CalendarServer/trunk/doc/Admin/Guide.... One thing that isn't mentioned in this doc is that Ubuntu disables SSLv2_METHOD in their OpenSSL builds, which breaks us - even though SSL2 is disabled by default in Calendar Server, we still have the symbols floating around, so it becomes a runtime error if missing. Instructions for rebuilding OpenSSL to enable SSLv2_method: http://www.techstacks.com/howto/enable-sslv2-and-tlsv12-in-openssl-101c-on-u... If done the above with success on ubuntu 13.10. Cheers, -dre
Atli. _______________________________________________ calendarserver-users mailing list calendarserver-users@lists.macosforge.org https://lists.macosforge.org/mailman/listinfo/calendarserver-users
On 8 April 2014 18:39, Andre LaBranche <dre@apple.com> wrote:
On Apr 8, 2014, at 6:58 AM, Atli Thorbjornsson <atlithorn@gmail.com> wrote:
Hi guys, I'm trying to install the trunk on ubuntu according to README.rst (after successfully doing so on my dev machine, a mac) but ./bin/develop just silently fails. No error, no nothing.
Maybe I should just stick to 5.1 for now?
Good idea.
However, if you're feeling adventurous, here's a brand new doc, that's so new it's not even linked anywhere, that may help:
http://trac.calendarserver.org/browser/CalendarServer/trunk/doc/Admin/Guide....
Thanks Andre, that looks like a very promising document, can't wait for chapters 2-6 ;)
One thing that isn't mentioned in this doc is that Ubuntu disables SSLv2_METHOD in their OpenSSL builds, which breaks us - even though SSL2 is disabled by default in Calendar Server, we still have the symbols floating around, so it becomes a runtime error if missing.
Instructions for rebuilding OpenSSL to enable SSLv2_method:
http://www.techstacks.com/howto/enable-sslv2-and-tlsv12-in-openssl-101c-on-u...
If done the above with success on ubuntu 13.10.
I'll try that out, thanks again. Atli.
participants (2)
-
Andre LaBranche
-
Atli Thorbjornsson