Details
-
Type:
Bug
-
Status:
Closed
-
Priority:
Minor
-
Resolution: Duplicate
-
Affects Version/s: None
-
Fix Version/s: None
-
Component/s: Build System
-
Labels:None
-
Environment:Mac
-
Platform:OS/X/gcc
-
Uname:Darwin seven-macpro.local 10.8.0 Darwin Kernel Version 10.8.0: Tue Jun 7 16:33:36 PDT 2011; root:xnu-1504.15.3~1/RELEASE_I386 i386 i386
-
CPU Info:N/A
-
GCC Version:gcc version 4.2.1 (Apple Inc. build 5664)
-
FreeSWITCH GIT Revision:54b4b088d911d4c80f224ed561d8e278229a75ff
-
Reproduced with GIT HEAD?:YES
-
lsb_release:N/A
Description
I have built FS on my Mac ok for many times but fails today, I think it might be related to the recent change of the open ssl stuff.
checking whether the gcc linker (/usr/libexec/gcc/i686-apple-darwin10/4.2.1/ld) supports shared libraries... yes
checking dynamic linker characteristics... darwin10.8.0 dyld
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... no
checking whether to build static libraries... yes
checking for ANSI C header files... (cached) yes
checking for unistd.h... (cached) yes
checking for strings.h... (cached) yes
checking errno.h usability... yes
checking errno.h presence... yes
checking for errno.h... yes
checking for an ANSI C-conforming const... yes
checking for inline... inline
checking for size_t... yes
checking for struct stat.st_blksize... yes
checking for library containing recv... none required
checking for getopt_long... yes
checking for getaddrinfo... yes
./configure: line 12014: syntax error near unexpected token `openssl,'
./configure: line 12014: ` PKG_CHECK_MODULES(openssl, openssl,'
configure: error: ./configure.gnu failed for libs/iksemel
seven@seven-macpro:~/hyt/git/freeswitch$ vi ./configure
checking whether the gcc linker (/usr/libexec/gcc/i686-apple-darwin10/4.2.1/ld) supports shared libraries... yes
checking dynamic linker characteristics... darwin10.8.0 dyld
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... no
checking whether to build static libraries... yes
checking for ANSI C header files... (cached) yes
checking for unistd.h... (cached) yes
checking for strings.h... (cached) yes
checking errno.h usability... yes
checking errno.h presence... yes
checking for errno.h... yes
checking for an ANSI C-conforming const... yes
checking for inline... inline
checking for size_t... yes
checking for struct stat.st_blksize... yes
checking for library containing recv... none required
checking for getopt_long... yes
checking for getaddrinfo... yes
./configure: line 12014: syntax error near unexpected token `openssl,'
./configure: line 12014: ` PKG_CHECK_MODULES(openssl, openssl,'
configure: error: ./configure.gnu failed for libs/iksemel
seven@seven-macpro:~/hyt/git/freeswitch$ vi ./configure
Issue Links
- duplicates
-
FS-3642
iksemel fails to compile due to OpenSSL or GNUTLS libraries.
-