Hello,
I'm having problems getting php installed when I compile it with interbase
support. I installed interbase using the firebird rom:
FirebirdSS-1.0.2.908-1.i386.rpm
This installs firebird into /opt/interbase. I configure php with a line
like:
./configure --with-interbase=/opt/interbase
--with-apxs=/usr/local/apache/bin/apxs
Then I happily compile away. But make test doesn't seem to happy:
=====================================================================
FAILED TEST SUMMARY
---------------------------------------------------------------------
InterBase: create test database [ext/interbase/tests/001.phpt]
InterBase: connect, close and pconnect [ext/interbase/tests/002.phpt]
InterBase: misc sql types (may take a while) [ext/interbase/tests/003.phpt]
InterBase: BLOB test [ext/interbase/tests/004.phpt]
InterBase: transactions [ext/interbase/tests/005.phpt]
InterBase: binding (may take a while) [ext/interbase/tests/006.phpt]
=====================================================================
And when I try to load the libphp4.so module, Apache silently dies. Any
ideas?
Thanks in advance,
Patrick May