aisikowi Posted March 22, 2007 Share Posted March 22, 2007 When I load a .php page (after enabeling display_startup_errors) I get popup messages that says : PHP Startup : Unable to load dynamic library 'C:\php\ext\XXXXX' - The specified module caould not be found. Where XXXXX is replaced with the following files : php_exif.dll php_oci8.dll php_pdo_oci.dll php_pdo_oci8.dll php_pspell.dll php_sybase_ct.dll php_ibm_db2.dll php_ifx.dll php_imagick.dll php_ingres.dll php_maxdb.dll php_netools.dll php_oracle.dll php_pdo_ibm.dll php_svn.dll php_yaz.dll when this set of errors finishes' I get the message : "The remote procedure call failed." in php.ini I enabled only php_mysql.dll. all the files are in the above folder. anyone has any idea? Quote Link to comment https://forums.phpfreaks.com/topic/43832-php-startup-error/ Share on other sites More sharing options...
wildteen88 Posted March 22, 2007 Share Posted March 22, 2007 Your are best of adding the PHP folder (C:\php) to the windows PATH. To do so. Go to start > control panel > system Click the advanced tab and then click the environment variables button. Next scroll down the list of the environment variables until you find the PATH variable. Select this variable and then press the Edit button. A dialog box should open up allowing you to edit the variable. Now press the End key on your keyboard and type the following exactly: ;C;\php Make sure you do not delete anything that is already in the text box. Close all open dialog boxes, making sure your click OK and not cancel to close them. When all dialog boxes are closed restart Windows. When you restart windows PHP should now be able to access itself. All extensions you load up in the php.ini should now load with out problems. Quote Link to comment https://forums.phpfreaks.com/topic/43832-php-startup-error/#findComment-212941 Share on other sites More sharing options...
aisikowi Posted March 22, 2007 Author Share Posted March 22, 2007 did it and still the same. any other idea? Quote Link to comment https://forums.phpfreaks.com/topic/43832-php-startup-error/#findComment-212960 Share on other sites More sharing options...
wildteen88 Posted March 23, 2007 Share Posted March 23, 2007 Have you checked that any of the above extensions need any more requirements. Such as external libraries (.dll) or extra packages to be installed. You might want to check over at php.net or whereever you got those extensions from. From looking at the list you are using extensions that are not included by default, looks like you have downloaded them from pecl.php.net Quote Link to comment https://forums.phpfreaks.com/topic/43832-php-startup-error/#findComment-213696 Share on other sites More sharing options...
Koobi Posted March 24, 2007 Share Posted March 24, 2007 Are you sure you edited the right php.ini? Did you restart the web server after the php.ini change? Doe the dll's reside in the 'extension_dir' path defined in php.ini? Quote Link to comment https://forums.phpfreaks.com/topic/43832-php-startup-error/#findComment-214428 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.