How to compile PHP5.2.6 with Ingres support
Dear All,
I want to compile PHP5.2.6 with Ingres support. Earlier we had php4 and now we want to migrate to php5. Now when i do
./configure --help | grep ingres it does not show any option for enabling Ingres support like --with-ingres.
I tried compiling it with ./congiure --with-ingres=/ingress-dir/ , the compilation went ok but gave me a Notice that unknown configure option used --with-ingres.
Can someone please let me know how i can compile PHP5.2.6 with ingres or rather what option shall i use?
Thanks,
Sumeet.
|