(2010/01/07 18:30), dormando wrote:
>> http://github.com/memcached/memcached/tree/engine-pu
>>
>> Is it correct branch for the discussion base?
> 
> http://github.com/trondn/memcached/tree/engine is the tip. engine-pu is
> ... not quite master yet.

BTW, does the --enable-default-engine option of configure script performs
correctly?

I did as follows:

  $ git clone git://github.com/trondn/memcached.git -b engine memcached-engine
  $ cd memcached-engine
  $ ./config/autorun.sh
  $ ./configure --enable-default-engine
  $ make
  $ ./memcached
  Could not find symbol "create_instance" in self: ./memcached: undefined 
symbol: create_instance
  $ find | grep .so\$
  ./.libs/default_engine.so

Is it really built-in? Or, am I misunderstanding something?

Thanks,
-- 
OSS Platform Development Division, NEC
KaiGai Kohei <[email protected]>

Reply via email to