Skip to content

Instantly share code, notes, and snippets.

@systra
Last active August 29, 2015 14:07
Show Gist options
  • Save systra/c4d7aad06da310a39cd4 to your computer and use it in GitHub Desktop.
Save systra/c4d7aad06da310a39cd4 to your computer and use it in GitHub Desktop.
freeswitch compilation errors - solutions (OS X Mavericks 10.9)
$ ./configure --enable-shared --enable-static --with-erlang --prefix=/opt/freeswitch --exec_prefix=/opt/freeswitch
...
setting PLATFORM_CORE_LDFLAGS to "--framework CoreFoundation"
setting PLATFORM_CORE_LIBS to "-ldl"
checking for inflateReset in -lz... no
configure: error: no usable zlib; please install zlib devel package or equivalent
FIX:
export CC=clang
export CXX=clang++
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment