apple / ccs-calendarserver

The Calendar and Contacts Server.
https://www.calendarserver.org
Apache License 2.0
485 stars 136 forks source link

CALDAV server error under Ubuntu #396

Closed macosforgebot closed 10 years ago

macosforgebot commented 10 years ago

_joyghosh001@… originally submitted this as ticket:848


I'm stuck when I try to execute the command ./bin/develop in Ubuntu 13.10. Need help urgently.The following is my console log:

/CalendarServer/trunk$ ./bin/develop 
____________________________________________________________

Using system version of libffi.

____________________________________________________________

Using system version of OpenLDAP.

____________________________________________________________

Building Cyrus SASL...
configure: loading cache ./config.cache
checking build system type... x86_64-unknown-linux-gnu
checking host system type... x86_64-unknown-linux-gnu
checking target system type... x86_64-unknown-linux-gnu
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking for gcc... gcc
checking for C compiler default output file name... 
configure: error: in `/home/joy/CalendarServer/trunk/.develop/src/cyrus-sasl-2.1.26':
configure: error: C compiler cannot create executables
See `config.log' for more details.
macosforgebot commented 10 years ago

@wsanchez originally submitted this as comment:1:⁠ticket:848

macosforgebot commented 10 years ago

@wsanchez originally submitted this as comment:2:⁠ticket:848


So, what's in config.log?

macosforgebot commented 10 years ago

_joyghosh001@… originally submitted this as comment:3:⁠ticket:848


There were package dependency issues related to cyrus-sasl. After installing them, the server started fine. Thanks anyways.