I've tried to adapt a VAMP installation to a similar installation including:
Apache HTTP Server 2.2
PHP 5.2.13
MySQL Database
Although Apache HTTP Server initially loaded and installed successfully on its own, and, MySQL was successfully installed and tested, I have noticed problems when trying to configure Apache to handle PHP commands. The server runs Windows Server 2008 as a virtual machine within Virtual PC 2007.
I also had a problem when trying to configure PHP to work with IIS 5.1 on a machine running Win XP SP3.
Errors
- Microsoft Windows [Version 6.0.6001]
Copyright (c) 2006 Microsoft Corporation. All rights reserved.
C:\Users\Administrator>php
PHP Warning: PHP Startup: Unable to load dynamic library './php_mysql.dll' - Th
e specified module could not be found.
in Unknown on line 0
- Apache HTTP Server cannot start successfully
error.log
[Sun Jul 11 12:13:47 2010] [notice] Child 252: Released the start mutex
httpd.exe: Syntax error on line 128 of C:/Program Files/Apache Software Foundation/Apache2.2/conf/httpd.conf: Cannot load C:/Program Files/PHP/php-5.2.13-Win32/php5apache into server: The specified module could not be found.
[Sun Jul 11 12:13:48 2010] [notice] Child 252: All worker threads have exited.
[Sun Jul 11 12:13:48 2010] [notice] Child 252: Child process is exiting
Related link (this is the tutorial I'm following)
Creating a VAMP (Vista, Apache, MySQL, PHP) Setup
(http://www.devshed.com/c/a/Apache/Creating-a-VAMP-Vista-Apache-MySQL-PHP-Setup/1/)
NOTE: dev02.armani
I also tried changing the PHP installation from C:\Program Files\PHP... to C:\PHP..., to no avail, hoping that this might have been a problem with the spaces.