Connecting Tech Pros Worldwide Help | Site Map

installing extensions

  #1  
Old July 17th, 2005, 02:30 PM
Dale
Guest
 
Posts: n/a
I'm trying to install php 5.0.4 with Apache2 in directory

c:\php-5.0.4-Win32

I set extension_dir = "C:\php-5.0.4-Win32\ext" in php.ini

I uncomment extension=php_mysql.dll

Restart Apache and I get the error message

PHP Startup: Unable to load dynamic library
'C:\php-5.0.4-Win32\ext\php_mysql.dll' -the specified module could not
be found

but it is there... Am I doing something stupid?

  #2  
Old July 17th, 2005, 02:30 PM
Philip Olson
Guest
 
Posts: n/a

re: installing extensions


Read the manual, it talks about this:

http://php.net/mysql

  #3  
Old July 17th, 2005, 02:30 PM
Dale
Guest
 
Posts: n/a

re: installing extensions


I have. I should point out that *any* extension I try to load gives me
the error. I've tried every slash combination. The path displayed in
the error is the correct path. This should be a no-brainer. (maybe
that's the problem, maybe I got no brain???).

Closed Thread


Similar Threads
Thread Thread Starter Forum Replies Last Post
Could not load file or assembly 'System.Web.Extensions antonyliu2002@yahoo.com answers 2 February 21st, 2007 04:25 PM
Installing 2.5 with 2.4? John Salerno answers 8 September 20th, 2006 10:55 AM
Installing PHP Bill McFarland answers 2 July 17th, 2005 09:45 AM
Installing Extensions for PHP on Windows XP killu007 answers 1 July 17th, 2005 06:44 AM