Comment 9 for bug 522242

Revision history for this message
Callum Guy (callum-guy) wrote : Re: [Bug 522242] Re: error: 'memcached_st' has no member named 'hosts'

Take a look at the new MySQL - it has (will have) Memcache integrated from
source :)

http://www.mysql.com/news-and-events/on-demand-webinars/display-od-665.html

______________________________

Callum Guy
Developer

X-on
Framlingham Technology Centre
Station Road, Framlingham,
Suffolk, IP13 9EZ

T 0333 332 0116
E <email address hidden>

X-on is a trading name of Storacall Technology Ltd a limited company
registered in England and Wales
Registered Office : Avaland House, 110 London Road, Apsley, Hemel
Hempstead, Herts, HP3 9SD
Company Registration No. 2578478

This email has been sent from X-on.The contents and attachments are
confidential to the sender and the intended addressees.If the message
is received by anyone other than the addressee please return the
message to the sender by replying to it and then delete the message
from
your computer without copying or disclosing the contents to
anyone.Opinions, conclusions and statements of intent in this email
are those of
the sender and do not bind X-on unless confirmed by authorised
representatives independently of this message.While best endeavours
have
been taken to avoid transmission of viruses, it is the responsibility
of the recipient to scan for these.Please note emails sent to and from
X-on
are routinely monitored for record keeping and quality control, to
ensure regulatory compliance and prevent unauthorised use of our
systems.

       Please consider the environment before printing this email.

On 22 December 2011 14:53, Stelios <email address hidden> wrote:

> Hello,
> I Havwe the same problem,
> When i try to use make i get this output:
>
> Making all in src
> make[1]: Entering directory
> `/home/steliosamd/memcached_functions_mysql-1.0/src'
> make all-am
> make[2]: Entering directory
> `/home/steliosamd/memcached_functions_mysql-1.0/src'
> /bin/sh ../libtool --preserve-dup-deps --tag=CC --mode=compile gcc
> -DHAVE_CONFIG_H -I. -I../include -I/usr/local/mysql/include -g
> -DUNIV_LINUX -DUNIV_LINUX -g -O2 -MT servers.lo -MD -MP -MF
> .deps/servers.Tpo -c -o servers.lo servers.c
> gcc -DHAVE_CONFIG_H -I. -I../include -I/usr/local/mysql/include -g
> -DUNIV_LINUX -DUNIV_LINUX -g -O2 -MT servers.lo -MD -MP -MF
> .deps/servers.Tpo -c servers.c -fPIC -DPIC -o .libs/servers.o
> servers.c: In function βmemc_servers_setβ:
> servers.c:121:18: error: βmemcached_stβ has no member named βhostsβ
> servers.c:122:18: error: βmemcached_stβ has no member named βhostsβ
> servers.c:123:18: error: βmemcached_stβ has no member named βhostsβ
> make[2]: *** [servers.lo] Error 1
> make[2]: Leaving directory
> `/home/steliosamd/memcached_functions_mysql-1.0/src'
> make[1]: *** [all] Error 2
> make[1]: Leaving directory
> `/home/steliosamd/memcached_functions_mysql-1.0/src'
> make: *** [all-recursive] Error 1
>
>
> Can you help me?
>
> Thanks.
>
> --
> You received this bug notification because you are subscribed to the bug
> report.
> https://bugs.launchpad.net/bugs/522242
>
> Title:
> error: 'memcached_st' has no member named 'hosts'
>
> Status in Memcached Functions for MySQL:
> New
>
> Bug description:
> I am trying to install version 1.1 on centos 5.4 32bit and get this
> error on make
>
> Making all in src
> make[1]: Entering directory `/root/memcached_functions_mysql-1.1/src'
> make all-am
> make[2]: Entering directory `/root/memcached_functions_mysql-1.1/src'
> /bin/sh ../libtool --preserve-dup-deps --tag=CC --mode=compile gcc
> -DHAVE_CONFIG_H -I. -I../include -I/usr/include/mysql -g -pipe
> -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector
> --param=ssp-buffer-size=4 -m32 -fasynchronous-unwind-tables -D_GNU_SOURCE
> -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -fno-strict-aliasing -fwrapv
> -I/usr/local/lib//include -g -O2 -MT servers.lo -MD -MP -MF
> .deps/servers.Tpo -c -o servers.lo servers.c
> gcc -DHAVE_CONFIG_H -I. -I../include -I/usr/include/mysql -g -pipe
> -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector
> --param=ssp-buffer-size=4 -m32 -fasynchronous-unwind-tables -D_GNU_SOURCE
> -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -fno-strict-aliasing -fwrapv
> -I/usr/local/lib//include -g -O2 -MT servers.lo -MD -MP -MF
> .deps/servers.Tpo -c servers.c -fPIC -DPIC -o .libs/servers.o
> servers.c: In function 'memc_servers_set':
> servers.c:122: error: 'memcached_st' has no member named 'hosts'
> servers.c:123: error: 'memcached_st' has no member named 'hosts'
> servers.c:124: error: 'memcached_st' has no member named 'hosts'
> make[2]: *** [servers.lo] Error 1
> make[2]: Leaving directory `/root/memcached_functions_mysql-1.1/src'
> make[1]: *** [all] Error 2
> make[1]: Leaving directory `/root/memcached_functions_mysql-1.1/src'
> make: *** [all-recursive] Error 1
>
> How do you correct this error?
>
> To manage notifications about this bug go to:
> https://bugs.launchpad.net/memcached-udfs/+bug/522242/+subscriptions
>