Last active
August 29, 2015 14:07
-
-
Save systra/c4d7aad06da310a39cd4 to your computer and use it in GitHub Desktop.
freeswitch compilation errors - solutions (OS X Mavericks 10.9)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$ ./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