Re: installing php5 on apache2 as a module (on win xp)

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Cristian Ionitoiu wrote:

>Hi,
>
> 
>
> I have a strange behaviour. After following all the suggested installation
>procedures for php5 and apache2, when I restart apache I get a warning
>window saying "PHP Startup: Unable to load dynamic library
>'C:\php\ext\php_mcrypt.dll' - The specified module could not be found". I
>get this for 6-7 modules.
>
>But, the module DOES EXITS at that address. Please advise. Thanks,
>  
>

Make sure you have set extension_dir properly in php.ini:

extension_dir = "C:\PHP\ext"

Of course, change to where you have the extensions installed. Could fix
your problem.

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php


[Index of Archives]     [PHP Home]     [Apache Users]     [PHP on Windows]     [Kernel Newbies]     [PHP Install]     [PHP Classes]     [Pear]     [Postgresql]     [Postgresql PHP]     [PHP on Windows]     [PHP Database Programming]     [PHP SOAP]

  Powered by Linux