Open GoogleCodeExporter opened 9 years ago
Please check and try to apply the patch.
Original comment by avue...@gmail.com
on 15 Nov 2011 at 11:04
Attachments:
Thanks)) Now it working and I'm happy))))
Original comment by gotlium
on 15 Nov 2011 at 11:44
I had the same error, after applying the patch, I got different error:
# make
/bin/sh /root/php-handlersocket/libtool --mode=compile g++ -I.
-I/root/php-handlersocket -DPHP_ATOM_INC -I/root/php-handlersocket/include
-I/root/php-handlersocket/main -I/root/php-handlersocket -I/usr/include/php
-I/usr/include/php/main -I/usr/include/php/TSRM -I/usr/include/php/Zend
-I/usr/include/php/ext -I/usr/include/php/ext/date/lib
-I/usr/include/handlersocket -DHAVE_CONFIG_H -g -O2 -c
/root/php-handlersocket/handlersocket.cc -o handlersocket.lo
g++ -I. -I/root/php-handlersocket -DPHP_ATOM_INC -I/root/php-handlersocket/include -I/root/php-handlersocket/main -I/root/php-handlersocket -I/usr/include/php -I/usr/include/php/main -I/usr/include/php/TSRM -I/usr/include/php/Zend -I/usr/include/php/ext -I/usr/include/php/ext/date/lib -I/usr/include/handlersocket -DHAVE_CONFIG_H -g -O2 -c /root/php-handlersocket/handlersocket.cc -fPIC -DPIC -o .libs/handlersocket.o
/root/php-handlersocket/handlersocket.cc: In function 'void
zim_HandlerSocket_auth(int, zval*, zval**, zval*, int)':
/root/php-handlersocket/handlersocket.cc:1286: error: 'struct dena::hstcpcli_i'
has no member named 'request_buf_auth'
/root/php-handlersocket/handlersocket.cc: In function 'void
zim_HandlerSocketIndex___construct(int, zval*, zval**, zval*, int)':
/root/php-handlersocket/handlersocket.cc:2179: warning: overflow in implicit
constant conversion
/root/php-handlersocket/handlersocket.cc: In function 'void
zim_HandlerSocketIndex_getField(int, zval*, zval**, zval*, int)':
/root/php-handlersocket/handlersocket.cc:2275: warning: overflow in implicit
constant conversion
make: *** [handlersocket.lo] Error 1
Original comment by shantanu.oak
on 8 Mar 2012 at 9:07
Here is PHP and MysQL version
# php -v
PHP 5.2.10 (cli) (built: Nov 13 2009 11:44:05)
Copyright (c) 1997-2009 The PHP Group
Zend Engine v2.2.0, Copyright (c) 1998-2009 Zend Technologies
# mysql --version
mysql Ver 14.14 Distrib 5.5.20, for Linux (x86_64) using readline 5.1
Original comment by shantanu.oak
on 8 Mar 2012 at 9:10
Hi
I had the same error. This is what I did:
I checked in the directory, and there was no file handlersocket.lo. Instead
there was a file handlersocket.loT. So, I copied it to handlersocket.lo and it
worked. Hope that helps. My guess is there is a small bug that creates this
filename incorrectly in some cases.
Original comment by suhitha....@gmail.com
on 12 Jun 2012 at 5:51
Original issue reported on code.google.com by
gotlium
on 14 Nov 2011 at 5:04