So, I was having a hell of a time to get DBlib to work in a module. The
code worked fine as a script, but the database handle was not created
properly when with a module. As I prepared for Harikari, I looked at the
loggs and php glared back at me.
My compile was:
Apache/1.3.12 (Unix) mod_perl/1.22 PHP/3.0.15
Change to
Apache/1.3.12 (Unix) mod_perl/1.2
And the code worked. So, I have discovered an incompatibility of sorts and
guess what? I have no idea how to fix it only that I need to have php and
mod_perl together. Why me???? AAAGH.
-hoj