Francis Posted February 25, 2010 Report Share Posted February 25, 2010 hello I have installed uniserver on c:\uniserverI work on xp prowhen i double clik start.exe everything is okbut when i start the serveri get this message :apache.exe"Le point d'entrée de procédure mysqlnd_get_client_info est introuvable dans la bibliothèque de liaisons dynamique php5ts.dll"english translation try..."The entry point of process mysqlnd_get_client_info is missing in the dynamic links library ^h^5ts.dll" If i clik OK i get a new and last message :Apache.exemysqlnd_fetch_lengths missing in php5ts.dll usr/local/apache2/logs/error.log : [Thu Feb 25 16:08:49 2010] [notice] Server built: Sep 28 2009 22:41:08[Thu Feb 25 16:08:49 2010] [notice] Parent: Created child process 368PHP Warning: PHP Startup: Unable to load dynamic library 'C:/UniServer/usr/local/php/extensions\\php_mysql.dll' - La procedure specifiee est introuvable.\r\n in Unknown on line 0PHP Warning: PHP Startup: Unable to load dynamic library 'C:/UniServer/usr/local/php/extensions\\php_mysqli.dll' - La procedure specifiee est introuvable.\r\n in Unknown on line 0[eAccelerator] This build of "eAccelerator" was compiled for PHP version 5.3.1. Rebuild it for your PHP version (5.3.0) or download precompiled binaries.[Thu Feb 25 16:08:53 2010] [notice] Child 368: Child process is running[Thu Feb 25 16:08:53 2010] [notice] Child 368: Acquired the start mutex.[Thu Feb 25 16:08:53 2010] [notice] Child 368: Starting 250 worker threads.[Thu Feb 25 16:08:53 2010] [notice] Child 368: Starting thread to listen on port 80. Any idea ? Quote Link to comment Share on other sites More sharing options...
TeduhDulu Posted April 1, 2010 Report Share Posted April 1, 2010 hello I have installed uniserver on c:\uniserverI work on xp prowhen i double clik start.exe everything is okbut when i start the serveri get this message :apache.exe"Le point d'entrée de procédure mysqlnd_get_client_info est introuvable dans la bibliothèque de liaisons dynamique php5ts.dll"english translation try..."The entry point of process mysqlnd_get_client_info is missing in the dynamic links library ^h^5ts.dll" If i clik OK i get a new and last message :Apache.exemysqlnd_fetch_lengths missing in php5ts.dll usr/local/apache2/logs/error.log : [Thu Feb 25 16:08:49 2010] [notice] Server built: Sep 28 2009 22:41:08[Thu Feb 25 16:08:49 2010] [notice] Parent: Created child process 368PHP Warning: PHP Startup: Unable to load dynamic library 'C:/UniServer/usr/local/php/extensions\\php_mysql.dll' - La procedure specifiee est introuvable.\r\n in Unknown on line 0PHP Warning: PHP Startup: Unable to load dynamic library 'C:/UniServer/usr/local/php/extensions\\php_mysqli.dll' - La procedure specifiee est introuvable.\r\n in Unknown on line 0[eAccelerator] This build of "eAccelerator" was compiled for PHP version 5.3.1. Rebuild it for your PHP version (5.3.0) or download precompiled binaries.[Thu Feb 25 16:08:53 2010] [notice] Child 368: Child process is running[Thu Feb 25 16:08:53 2010] [notice] Child 368: Acquired the start mutex.[Thu Feb 25 16:08:53 2010] [notice] Child 368: Starting 250 worker threads.[Thu Feb 25 16:08:53 2010] [notice] Child 368: Starting thread to listen on port 80.Any idea ? it seem that eAccelerator is for PHP 5.3.1 and your PHP is 5.3.0 so they are not compatibilty maybe there's a problem with your PHP package. have you change it? Quote I'm not a coder nor a programmer. I just love learning from error Link to comment Share on other sites More sharing options...
solounaltronick Posted April 2, 2010 Report Share Posted April 2, 2010 Hi, same problem here with latest Uniform Server. [eAccelerator] This build of "eAccelerator" was compiled for PHP version 5.3.2. Rebuild it for your PHP version (5.3.1) or download precompiled binaries. I can solve this modifying the php.ini file: [eaccelerator];extension=eaccelerator.dll;eaccelerator.allowed_admin_path=C:/UniServer/home/admin/www/plugins/eaccelerator/control.php;eaccelerator.cache_dir=C:/UniServer/tmp/eaccelerator;eaccelerator.debug = 0 But I still get those errors: PHP Warning: PHP Startup: Unable to load dynamic library 'C:/UniServer/usr/local/php/extensions\\php_mysql.dll' - Impossibile trovare la procedura specificata.\r\n in Unknown on line 0PHP Warning: PHP Startup: Unable to load dynamic library 'C:/UniServer/usr/local/php/extensions\\php_mysqli.dll' - Impossibile trovare la procedura specificata.\r\n in Unknown on line 0 When, of course, those 2 files are present in that directory. Any help? Quote Link to comment Share on other sites More sharing options...
t31os Posted May 6, 2010 Report Share Posted May 6, 2010 Look at the path.."C:/UniServer/usr/local/php/extensions\\php_mysql.dll" It's double slashed, which could invalidate the path.. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.