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

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

 



Hi Torgny,

I'm sure that the settings are correct because some of the extra modules
(like mysql) do load correctly.
I still have a problem with curl, ldap and openssl that return an error "the
operating system could not run %1" and with java, pdf, w32api and yaz which
are still "could not be found" despite having no need for extra libraries.
Do you have any ideas how to solve this problem?
Thanks,

Cristian

-----Original Message-----
From: Torgny Bjers [mailto:torgny@xxxxxxxxxxx] 
Sent: 09 September 2005 11:22
To: cristian.ionitoiu@xxxxxxxxxxx
Cc: php-general@xxxxxxxxxxxxx
Subject: Re:  installing php5 on apache2 as a module (on win xp)

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