chandrasis / php-handlersocket

Automatically exported from code.google.com/p/php-handlersocket
0 stars 0 forks source link

Can't compile php extension #18

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1.
Install Percona-Server-server-55-5.5.18
2.
/usr/local/php/bin/phpize 
3.
./configure --with-php-config=/usr/local/php/bin/php-config

What is the expected output? What do you see instead?
[root@oracle php-handlersocket]# make
/bin/sh /home/mysql/php-handlersocket/libtool --mode=compile g++  -I. 
-I/home/mysql/php-handlersocket -DPHP_ATOM_INC 
-I/home/mysql/php-handlersocket/include -

I/home/mysql/php-handlersocket/main -I/home/mysql/php-handlersocket 
-I/usr/local/php/include/php -I/usr/local/php/include/php/main -

I/usr/local/php/include/php/TSRM -I/usr/local/php/include/php/Zend 
-I/usr/local/php/include/php/ext -I/usr/local/php/include/php/ext/date/lib -

I/usr/include/handlersocket  -DHAVE_CONFIG_H  -g -O2   -c 
/home/mysql/php-handlersocket/handlersocket.cc -o handlersocket.lo 
 g++ -I. -I/home/mysql/php-handlersocket -DPHP_ATOM_INC -I/home/mysql/php-handlersocket/include -I/home/mysql/php-handlersocket/main -I/home/mysql/php-

handlersocket -I/usr/local/php/include/php -I/usr/local/php/include/php/main 
-I/usr/local/php/include/php/TSRM -I/usr/local/php/include/php/Zend -

I/usr/local/php/include/php/ext -I/usr/local/php/include/php/ext/date/lib 
-I/usr/include/handlersocket -DHAVE_CONFIG_H -g -O2 -c /home/mysql/php-

handlersocket/handlersocket.cc  -fPIC -DPIC -o .libs/handlersocket.o
/home/mysql/php-handlersocket/handlersocket.cc: In function ‘void 
zim_HandlerSocket_auth(int, zval*, zval**, zval*, int)’:
/home/mysql/php-handlersocket/handlersocket.cc:1273: error: ‘struct 
dena::hstcpcli_i’ has no member named ‘request_buf_auth’
make: *** [handlersocket.lo] Error 1

What version of the product are you using? On what operating system?
mysql --version
mysql  Ver 14.14 Distrib 5.5.18, for Linux (x86_64) using readline 5.1
php -v
PHP 5.2.6 (cli) (built: Feb 18 2011 12:00:55) 
OS: CentOS release 5.5 (Final)

Please provide any additional information below.

Original issue reported on code.google.com by dingy...@conew.com on 13 Jan 2012 at 8:51

Attachments: