Running into a problem with the OCI8 extension on Linux. I've installed using the instructions
here and
here and phpinfo() even reports the library as loading successfully. However, anytime that I attempt to access a page that connects to Oracle I get this error in Apache's error log:
Inconsistency detected by ld.so: dl-minimal.c: 138: realloc: Assertion `ptr == alloc_last_block' failed!
I'm stumped. Any ideas what would cause this and how to fix it? Thanks in advance for any help.