arthurnn / memcached

A Ruby interface to the libmemcached C client
Academic Free License v3.0
432 stars 127 forks source link

Failure installing 1.3.3 and 1.3.4 on Fedora 14 #69

Closed eric closed 13 years ago

eric commented 13 years ago

Here's a transcript of the build:

https://gist.github.com/1276456

eric commented 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
eric commented 13 years ago

gist of latest issue: https://gist.github.com/1276575

eric commented 13 years ago

Successfully installed with that fix.