Speak now
Please Wait Image Converting Into Text...
Embark on a journey of knowledge! Take the quiz and earn valuable credits.
Challenge yourself and boost your learning! Start the quiz now to earn credits.
Unlock your potential! Begin the quiz, answer questions, and accumulate credits along the way.
General Tech Bugs & Fixes 2 years ago
Posted on 16 Aug 2022, this text provides information on Bugs & Fixes related to General Tech. Please note that while accuracy is prioritized, the data presented might not be entirely correct or up-to-date. This information is offered for general knowledge and informational purposes only, and should not be considered as a substitute for professional advice.
Turn Your Knowledge into Earnings.
I'm trying to setup mysqlenterprise.so. I have installed the native driver and loaded before mysqlent, but when I try to start it I got:
Starting php-fpm: [14-Jul-2015 14:27:40] NOTICE: PHP message: PHP Warning: PHP Startup: Unable to load dynamic library '/usr/lib64/php/modules/mysqlenterprise.so' - /usr/lib64/php/modules/mysqlenterprise.so: undefined symbol: php_body_write in Unknown on line 0
I have googled and found the error undefined symbol: php_body_write in Unknown on line 0 for other php modules that got solved upgrading the module.
Is it possible to load this mysqlenterprise.so into php 5.4? Documentation says that i need a minimal version of 5.3.
So far I got: Config files:
ls -la /etc/php.d/ total 96 drwxr-xr-x. 2 root root 4096 Jul 15 20:35 . drwxr-xr-x. 87 root root 4096 Jul 15 18:21 .. -rw-r--r--. 1 root root 49 Jun 15 09:46 curl.ini (omitted output) -rw-r--r--. 1 root root 55 Jun 15 09:46 mysqlnd.ini -rw-r--r--. 1 root root 69 Jun 15 09:46 mysqlnd_mysqli.ini -rw-r--r--. 1 root root 67 Jun 15 09:46 mysqlnd_mysql.ini (omitted output) -rw-r--r--. 1 root root 29 Jul 15 20:35 zzmysqlenterprise.ini
Loaded modules
ls /usr/lib64/php/modules/mysqlenterprise.so /usr/lib64/php/modules/mysqlenterprise.so
Config file contents:
cat /etc/php.d/zzmysqlenterprise.ini extension=mysqlenterprise.so
With @mim help now I know that php 5.3 vs 5.4 changed on output.c symbol php_body_write in favour to php_output_write (why? why broke like this the libs compat?)
https://github.com/php/php-src/blob/PHP-5.4.42/main/output.c vs https://github.com/php/php-src/blob/PHP-5.3.29/main/output.c
nm /usr/lib64/ REPLY 0 views 0 likes 0 shares Facebook Twitter Linked In WhatsApp
No matter what stage you're at in your education or career, TuteeHub will help you reach the next level that you're aiming for. Simply,Choose a subject/topic and get started in self-paced practice sessions to improve your knowledge and scores.
General Tech 10 Answers
General Tech 7 Answers
General Tech 3 Answers
General Tech 9 Answers
General Tech 2 Answers
Ready to take your education and career to the next level? Register today and join our growing community of learners and professionals.