|
Posted by gosha bine on 09/14/07 08:45
On 13.09.2007 18:39 Daniel Loose wrote:
> hello,
>
> try to install php 5.2 on apache 1.3 on winxp. apache is fine. php
> says on start "unable to load dynamic library '<path>' " -- but <path>
> *does* exist!
>
> extension_dir ="C:\Programme\PHP\ext"
>
> and <path> is e.g. 'C:\Programme\PHP\ext\php_exif.dll'. which *does*
> exist. this appears with about 20 files. reboot, reinstall, nothing
> helped.
>
> php.ini only exists once, in c:/windows. in httpd.conf i have the line
> LoadModule php5_module "C:/Programme/PHP/php5apache.dll"
> PATH also includes the path to php. so i really dont know whats going
> on here...
>
> thank you very much!!
It can be that an extension dll requires some other dll that doesn't
exist or is not in your path. I'd suggest you install FileMon from
sysinternals.com and look what files Apache is trying to access.
--
gosha bine
makrell ~ http://www.tagarga.com/blok/makrell
php done right ;) http://code.google.com/p/pihipi
Navigation:
[Reply to this message]
|