In the config.log, I has the following error :
...
configure:49496: checking for isc_detach_database in -lib_util
configure:49515: gcc -o conftest -I/usr/local/include -g -O2 -D_POSIX_PTHREAD_SEMANTICS -R/opt/app/apache/SoftAnx/Interbase/7.5/lib -L/opt/app/apache/SoftAnx/Interbase/7.5/lib -liconv -L/usr/local/lib -R/usr/ucblib -L/usr/ucblib -R/usr/local/lib/gcc/sparc-sun-solaris2.8/3.4.2 -L/usr/local/lib/gcc/sparc-sun-solaris2.8/3.4.2 -R/usr/local/lib -L/usr/local/lib conftest.c -lib_util -liconv -lresolv -lm -ldl -lnsl -lsocket -lgcc -lxml2 -lz -liconv -lm -lsocket -lnsl -lxml2 -lz -liconv -lm -lsocket -lnsl 1>&5
Undefined first referenced
symbol in file
isc_detach_database /var/tmp//cc8FeqZi.o
ld: fatal: Symbol referencing errors. No output written to conftest
collect2: ld returned 1 exit status
configure: failed program was:
#line 49504 "configure"
#include "confdefs.h"
/* Override any gcc2 internal prototype to avoid an error. */
/* We use char because int might match the return type of a gcc2
builtin and then its argument prototype would still apply. */
char isc_detach_database(
The 3 libraries are wel installed and my LD_LIBRARY_PATH is correct...
Thanks for help
Diégo
My hunch as to your problem here is the InterBase client simply is not
installed. Could that be the case?
The interbase native client is wel installed.
In windows machines you simply need to add a dll and restart your php-apache server...and it works.
On Unix symtem symtem you need to install the native Interbase client and to recompile the PHP server.
Diégo