Ya got me on that one. Hmmm... Does anyone know if there is a newer php
.dll for informix out there?
One thought would be to see if you can find an older client with the dll and
put that in your path (maybe the ..\php\extensions dir) just so that it is
happy. It may be the last piece you need.
Good luck there.
Take Care,
Eric G. Grant
In a message dated 5/16/2001 3:52:10 PM Eastern Daylight Time,
[EMAIL PROTECTED] writes:
> thanks a lot.
> your solution seems to work! I did look inside the DLL and found out about
> the referenced DLLs.
>
> but I still have a problem.
> I looks like I have an old version of the informix dll ...(7 something) and
> it requires 9a. that is, it requires the file isqlt09a.dll from the
> informix client. ( and I have isqlt07b.dll)
>
> I am currently downloading the latest one from informix.com ... I hope is
> not a NEWER version because I will end up with the same problem.
>
> CJ
>
> On Wed, 16 May 2001, [EMAIL PROTECTED] wrote:
>
> >
> > 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
>
>
>
> --
> 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]
>
>
>
> ----------------------- Headers --------------------------------
> Return-Path: <[EMAIL PROTECTED]>
> Received: from rly-za05.mx.aol.com (rly-za05.mail.aol.com [172.31.36.101])
> by air-za01.mail.aol.com (v77_r1.36) with ESMTP; Wed, 16 May 2001 15:52:10
> -0400
> Received: from toye.php.net (va.php.net [198.186.203.51]) by
> rly-za05.mx.aol.com (v77_r1.36) with ESMTP; Wed, 16 May 2001 15:51:52 2000
> Received: (qmail 18510 invoked by uid 1013); 16 May 2001 19:49:32 -0000
> Mailing-List: contact [EMAIL PROTECTED]; run by ezmlm
> Precedence: bulk
> list-help: <mailto:[EMAIL PROTECTED]>
> list-unsubscribe: <mailto:[EMAIL PROTECTED]>
> list-post: <mailto:[EMAIL PROTECTED]>
> Delivered-To: mailing list [EMAIL PROTECTED]
> Received: (qmail 18504 invoked from network); 16 May 2001 19:49:32 -0000
> Date: 16 May 2001 12:51:45 -0700
> Message-ID: <[EMAIL PROTECTED]>
> X-Sent: 16 May 2001 19:51:45 GMT
> Content-Type: text/plain
> Content-Disposition: inline
> Mime-Version: 1.0
> To: [EMAIL PROTECTED]
> From: [EMAIL PROTECTED]
> Cc: [EMAIL PROTECTED]
> X-Mailer: Web Mail 3.7.1.9
> Subject: Re: [PHP-WIN] can't load informix extension. please help.
>
>
Take Care,
Eric G. Grant