What I have found to be the same result with all extensions is an email
thread that referred to looking inside the .dll to determine all the other
.dll's it references and trying to get them. Additionally making sure the
php base directory and the extensions directory are in the system path of the
server. I've had the same case with the extensions I tried to load and that
fixed it. Another option I've seen someone take is push php to a Win2k box,
but it did not fix it in every case. Bottom line... Determine referenced
dll's within the extension you want to load and make sure the paths are in
the system path.
Hope that helps.
Take Care,
Eric G. Grant
In a message dated 5/16/2001 9:53:43 AM Eastern Daylight Time,
[EMAIL PROTECTED] writes:
> I give up! :-(
>
> I've been trying lots of hours to get the php_ifx.dll to load.
>
> I don't know what's wrong! I installed and configured Informix CLI and
> ESQL/C 7.2 On my Windows 95 machine. and I have lots of environment
> variables set ( informixdir, informixserver, ld_library_path)...
>
> I still get the error "PHP Warning: Unable to load dynamic library
> 'c:\php4\extensions/php_ifx.dll' - One of the library files needed to run
> this application cannot be found."....
>
> please help if you know about informix on Windows + Personal Web Server +
> Latest PHP....
>
> thanks,
> CJ
>
>
>
> --
> PHP Windows Mailing List (http://www.php.net/)
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> To contact the list administrators, e-mail: [EMAIL PROTECTED]
Take Care,
Eric G. Grant