I figured out how to get that fixed. Need to know how libmemcached support async calls. It is written on memcached clients page that libmemcached supports async calls, but I can't find any such on the documentation page of libmemcached.
Can someone please help me with this. Thanks, On Sun, Aug 5, 2012 at 9:28 AM, Sourabh Chandak <[email protected]>wrote: > I tried using the libmemcached dev libraries via Synaptic Package Manager > as well as by downloading it as a zip file nd then building it > > > On Sun, Aug 5, 2012 at 7:53 AM, Sourabh Chandak <[email protected]>wrote: > >> I am using "gcc <filename.c> -lmemcached" >> >> >> On Sun, Aug 5, 2012 at 2:26 AM, Brian Aker <[email protected]> wrote: >> >>> Hi! >>> >>> On Aug 4, 2012, at 7:56 AM, Sourabh Chandak <[email protected]> >>> wrote: >>> >>> > I am trying to build a standalone program to connect to memcached >>> server and use the key-value technology of it. I want to code STRICTLY in >>> C. I get a undefined reference error when I use the method >>> memcached(memcache_st *, int). >>> >>> You need to provide information on how you are compiling your program. >>> >>> Cheers, >>> -Brian >> >> >> >> >> -- >> Sourabh Chandak >> >> >> >> > > > -- > Sourabh Chandak > > > > -- Sourabh Chandak
