We've been trying (my boss and I) for a few days now to get the informix extensions to compile properly with our PHP build. We can get Apache running with PHP with no problem. Trying to add in Informix extensions, well, that's another story.
Our info:
HP-UX 11.11
Informix IDS 7.31.UD7
Apache/2.0.53 HP-UX_Apache-based_Web_Server (Unix) DAV/2 PHP/4.3.11
Informix SDK 2.81.HC2
When we compile php without informix we get a file named libphp4.sl in the libs directory. We change the filename to libphp4.so and copy it over to our apache modules directory and php works fine.
When we compile php with the informix extension and cd over the libs directory it creates the libphp4.a file. The .a file is many times larger than the .sl file was.
Is there anyone out there that has successfully compiled php with informix on a hp-ux box?