ID: 23928 Updated by: [EMAIL PROTECTED] Reported By: igor at gelios dot net -Status: Open +Status: Closed Bug Type: InterBase related Operating System: Linux RedHat 9 PHP Version: 4.3.2 New Comment:
Closed Previous Comments: ------------------------------------------------------------------------ [2003-06-03 13:27:37] igor at gelios dot net I'm sorry ;) Not "-lcrypto", but "-lcrypt". Thanks, it works now! (FB1.5 RC3 + PHP 4.3.2) ------------------------------------------------------------------------ [2003-06-03 12:43:53] igor at gelios dot net After export LIBS="-lstdc++ -lcrypto": configure: error: installation or configuration problem: C compiler cannot create executables. ;( ------------------------------------------------------------------------ [2003-06-01 05:06:40] [EMAIL PROTECTED] try this: 1) -add in your php_interbase.h this line: #define ISC_FAR 2) -before ./configure export LIBS="-lstdc++ -lcrypto" 3) if you use FB1.5RC2 .rpm there is a bug. check in your syslog. You will see an error looking for firebird.conf in a wrong path. Adjust it (with right permissions too) ------------------------------------------------------------------------ [2003-05-31 14:24:53] igor at gelios dot net Firebird (www.firebirdsql.org) is a main opensource clone of Interbase. Firebird 1.0.2 (current stable release) work with php almost fine. But Firebird 1.5 (RC2 now available) was rewritten with C++ and php 4.3.2 can't be compiled with this release - configure failed. Firebird, not Borland Interbase, is now main variant for interbase-like sql server and php MUST support it ;) ------------------------------------------------------------------------ -- Edit this bug report at http://bugs.php.net/?id=23928&edit=1