Click to See Complete Forum and Search --> : Fatal error: Call to undefined function: ifx_connect() in /home/epadilla/web/newweb/i


Liz
06-18-2004, 01:18 PM
I'm trying to run a php program on a linux server for the first time. It runs great on my Windows server, but I get this error message when I upload the code to the linux box:

Fatal error: Call to undefined function: ifx_connect() in /home/epadilla/web/newweb/ifmxconnect2.php on line 7

Any and all help is greatly appreciated.

LordShryku
06-18-2004, 02:55 PM
Did you compile php --with-informix?

Liz
06-18-2004, 04:32 PM
Thanks for your prompt response. I'll give it a try.

LordShryku
06-18-2004, 04:35 PM
Before you get into it, you should read all of the installation and requirements from the manual (http://www.php.net/manual/en/ref.ifx.php) for Informix.

Liz
06-18-2004, 04:41 PM
Unfortunately, I am but a lowly developer and we have a whole systems team who will have to do that for me, since I don't have that kind of access to the server. I guess that's a good thing.