|
| Hi,
I am trying to reconfigure php with oci8 support (oracle instant client).
I've been trying to follow the directions on this link:
http://www.oracle.com/technology/pu...hp_instant.html
But I think I am having some troubles re-configuring php because of a glibc
dependency. Here is my debug.log file output:
CONFIGURE: './configure' '--with-oci8-instant-client'
'--prefix=/root/php-4.3.10/' '--with-apxs2=/usr/local/apache2/bin/apxs'
'--enable-sigchild' '--with-conf
ig-file-path=/usr/local/apache2/conf/'
CC: gcc
CFLAGS: -g -O2
CPPFLAGS:
CXX:
CXXFLAGS:
INCLUDES: -I$(top_builddir)/Zend -I/usr/include/oracle/10.2.0.1/client
LDFLAGS: -Wl,-rpath,/usr/lib/oracle/10.2.0.1/client/lib
-L/usr/lib/oracle/10.2.0.1/client/lib
LIBS: -lcrypt -lresolv -lm -ldl -lnsl -lclntsh -lcrypt
DLIBS:
SAPI: apache2handler
PHP_RPATHS: /usr/lib/oracle/10.2.0.1/client/lib
uname -a: Linux localhost.localdomain 2.4.20-8 #1 Thu Mar 13 17:54:28 EST
2003 i686 i686 i386 GNU/Linux
gcc -o conftest -g -O2 -Wl,-rpath,/usr/lib/oracle/10.2.0.1/client/lib
-L/usr/lib/oracle/10.2.0.1/client/lib conftest.c -lcrypt -lresolv -lm -ldl
-lnsl -lclnt
sh -lcrypt 1>&5
.../conftest: relocation error:
/usr/lib/oracle/10.2.0.1/client/lib/libclntsh.so.10.1: symbol semtimedop,
version GLIBC_2.3.3 not defined in file libc.so.6 with l
ink time reference
This is my version of Linux: Linux version 2.4.20-8
(bhcompile@porky.devel.redhat.com) (gcc version 3.2.2 20030222 (Red Hat
Linux 3.2.2-5))
I tried to find the glibc-2.3.3, but all I found was this rpm:
glibc-2.3.3-27.x86_64.rpm, which was for fedora 2. And it needed
glibc-common, and I don't know if I am going in the right direction with
this. Can anyone help with this? I would appreciate it.
Thanks,
Christopher Scott
LAN Administrator
Distance Education Network
|
|