Closed eric closed 13 years ago
I found that installing the gettext-devel
package resolved the issues with autoconf, but then ran into this:
make
gcc -I. -I/opt/local/include -I/usr/lib/ruby/1.8/x86_64-linux -I/usr/lib/ruby/1.8/x86_64-linux -I. -fPIC -I/usr/lib/ruby/gems/1.8/gems/memcached-1.3.4/ext/include -L/usr/lib/ruby/gems/1.8/gems/memcached-1.3.4/ext/lib -g -O2 -g -O2 -Os -c rlibmemcached_wrap.c
In file included from rlibmemcached_wrap.c:1850:0:
/usr/lib/ruby/gems/1.8/gems/memcached-1.3.4/ext/include/libmemcached/memcached.h:26:42: fatal error: libmemcached/memcached_touch.h: No such file or directory
compilation terminated.
make: *** [rlibmemcached_wrap.o] Error 1
gist of latest issue: https://gist.github.com/1276575
Successfully installed with that fix.
Here's a transcript of the build:
https://gist.github.com/1276456