chandrasis / php-handlersocket

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

undefined symbol: __cxa_pure_virtual in Unknown on line 0 #4

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Install PHP to /usr/local/php.
2. Compile php-handlersocket.
3. Load handlersocket.so with PHP starting.

What is the expected output? What do you see instead?
Starting PHP-FPM: PHP Warning:  PHP Startup: Unable to load dynamic library 
'/usr/local/php/ext/handlersocket.so' - /usr/local/php/ext/handlersocket.so: 
undefined symbol: __cxa_pure_virtual in Unknown on line 0

What version of the product are you using? On what operating system?
OS: CentOS 5.5 x86_64
PHP: PHP 5.3.3 with PHP-FPM (FastCGI)
php-handlersocket: 0.0.5 & 0.0.4
handlersocket: ahiguti-HandlerSocket-Plugin-for-MySQL-1.0.6-23-g4cfc840

Please provide any additional information below.
When starting PHP-FastCGI (PHP-FPM) I got above error, and handlersocket.so 
couldn't be loaded.

Original issue reported on code.google.com by nanu...@gmail.com on 25 Nov 2010 at 3:26

GoogleCodeExporter commented 8 years ago
Today confirmed the latest version.
lstdc++ needed was to be added. 
Fixed config.m4 (version 0.0.6).

Original comment by avue...@gmail.com on 25 Nov 2010 at 8:07

GoogleCodeExporter commented 8 years ago
That's GREAT! 0.0.6 is OK! Thanks!

Original comment by nanu...@gmail.com on 25 Nov 2010 at 9:04