php - MongoDB conifg issues at lampp ubuntu 13.04 -


i installing mongodb on ubuntu 13.04 . installed , configured in php.ini file. os 32-bit version. when start lamp show following error.

warning: php startup: unable load dynamic library '/opt/lampp/lib/php/extensions/no-debug-non-zts-20090626/mongo.so' - /opt/lampp/lib/php/extensions/no-debug-non-zts-20090626/mongo.so: undefined symbol: zend_new_interned_string in unknown on line 0

how solve this?

it's possible compiled extension against different version of php binary you're attempting load it. assuming followed pecl install instructions, suggest confirm have single copy of php installed on system, , configurations consistent web , cli environments.

below previous threads , bug reports hint error ("undefined symbol: zend_new_interned_string") being php/extension mismatch:

the error not specific mongodb driver.


Comments

Popular posts from this blog

java - activate/deactivate sonar maven plugin by profile? -

python - TypeError: can only concatenate tuple (not "float") to tuple -

java - What is the difference between String. and String.this. ? -