So I have a very unique problem.
I am using php-ODBC (32 Bit) to connect to a remote ERP system. This system is propitiatory and ONLY provides 32 bit ODBC drivers.
In order to use these drivers with PHP I MUST be using 32 bit php as well (unless someone knows a work around here to use 32 bit modules on PHP 86_64)
This means that I also need Apache 32 bit because unfortunately to my knowledge there is no way to run PHP 32 bit with Apache 64 bit..
Any help here would be appreciated, I tried compiling using
–with-libdir=lib32
but there are an infinite number of conflicts with Libtools
I wound up reformatting the server with a 32bit OS.. Wasn’t my preferred choice but under the time constraints it was all I had left. I didn’t try fastcgi, although this solution sound very plausible since it is it’s own process. Thanks for the help