Arnsenal Posted March 24, 2013 Share Posted March 24, 2013 Hello Ive been trying to install Symfony 2, I got it installed, the demo is working. Now Im trying to install Composer via the excutable that is available at thier website. When I select the php exe file and hit next during the installation I get... PHP Startup: Unable to load dynamic library 'C:\Program Files (x86)\NVIDIA.... (more win PATH values)... C:\Program Files (x86)\EasyPHP-12.1\php\php546x130322180633\ext\php_bz2.dll' - The spcified module could not be found. It give me this dialouge box about 15 times for different dlls which can be seen by the changing file in the last directory path listed above. As you may see I am using easy php In the php.ini file easy php has their ${path} variable, I tried changing that to the actual path without the ${path} and I imediately got the dialogue boxes again, just by saving the ini file. ; Directory in which the loadable extensions (modules) reside.; http://php.net/extension-dir; extension_dir = "./"; On windows:extension_dir = "${path}\php\php546x130322180633\ext\" Ive also included the location of all the dlls in the Windows Path envrioment vaiable. I really have no idea how this all works and have been at it for a total of oh maybe 7 hours trying to figure it out. Can anyone help? Thanks, Jerry Quote Link to comment https://forums.phpfreaks.com/topic/276104-trying-to-install-composer-unable-to-load-dynamic-library/ Share on other sites More sharing options...
Arnsenal Posted March 26, 2013 Author Share Posted March 26, 2013 Hi Guys Thanks For Looking At Least I found the solution in the depths of the easy php forum, they dont make it very easy to find and its rather important, anyways... If anyone else runs into this problem just follow the link, http://www.easyphp.org/forums/52/151095/how_to_run_php_from_command_line_ Quote Link to comment https://forums.phpfreaks.com/topic/276104-trying-to-install-composer-unable-to-load-dynamic-library/#findComment-1421050 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.