Status: New Owner: ---- Labels: Type-Defect Priority-Medium
New issue 175 by aalokgshah: Memcached installation problems http://code.google.com/p/memcached/issues/detail?id=175 What steps will reproduce the problem? 1.Downloaded Memcached 2.un-zip it on a local machine 3. run ./configure (MAC OSX 10.6.5) What is the expected output? What do you see instead? ./configure gives following output. Not sure why it fails Aalok-Shahs-MacBook-Pro:memcached-1.2.6 Aalok's$ ./configure checking build system type... i386-apple-darwin10.5.0 checking host system type... i386-apple-darwin10.5.0 checking target system type... i386-apple-darwin10.5.0 checking for a BSD-compatible install... /usr/bin/install -c checking whether build environment is sane... yes ./configure: eval: line 2060: unexpected EOF while looking for matching `'' ./configure: eval: line 2061: syntax error: unexpected end of file configure: WARNING: `missing' script is too old or missing checking for a thread-safe mkdir -p... ./install-sh -c -d checking for gawk... no checking for mawk... no checking for nawk... no checking for awk... awk checking whether make sets $(MAKE)... yes checking for gcc... gcc checking for C compiler default output file name... a.out checking whether the C compiler works... yes checking whether we are cross compiling... no checking for suffix of executables... checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether gcc accepts -g... yes checking for gcc option to accept ISO C89... none needed checking for style of include used by make... GNU checking dependency style of gcc... gcc3 checking whether gcc and cc understand -c and -o together... yes checking for a BSD-compatible install... /usr/bin/install -c checking for libevent directory... (system) checking for library containing socket... none required checking for library containing gethostbyname... none required checking for library containing mallinfo... no checking for daemon... yes checking how to run the C preprocessor... gcc -E checking for grep that handles long lines and -e... /usr/bin/grep checking for egrep... /usr/bin/grep -E checking for ANSI C header files... yes checking for sys/types.h... yes checking for sys/stat.h... yes checking for stdlib.h... yes checking for string.h... yes checking for memory.h... yes checking for strings.h... yes checking for inttypes.h... yes checking for stdint.h... yes checking for unistd.h... yes checking for stdbool.h that conforms to C99... yes checking for _Bool... yes checking for an ANSI C-conforming const... yes checking malloc.h usability... no checking malloc.h presence... no checking for malloc.h... no checking for struct mallinfo.arena... no checking for socklen_t... yes checking for endianness... little checking for mlockall... yes checking for getpagesizes... no checking for memcntl... no configure: creating ./config.status ./config.status: line 346: -c MKDIR_P=./install-sh: No such file or directory ./config.status: line 395: Try: command not found ./config.status: line 422: s/./-/g: No such file or directory ./config.status: line 422: s/^.../##: No such file or directory ./config.status: line 422: s/...$/: No such file or directory ./config.status: line 424: _ASBOX: command not found This file was extended by memcached config.status 1.2.6, which was generated by GNU Autoconf 2.61. Invocation command line was CONFIG_FILES = CONFIG_HEADERS = CONFIG_LINKS = CONFIG_COMMANDS = $ ./config.status on Aalok-Shahs-MacBook-Pro.local ./config.status: line 426: syntax error near unexpected token `}' ./config.status: line 426: `} >&5' What version of the product are you using? On what operating system? I am using memcached-1.2.6 and MAC OSX 10.6.5 Please provide any additional information below. Installed latest version of libevent too.
