Home » Open Source » Programming Interfaces » OCI/PHP Make Error
OCI/PHP Make Error [message #182931] Tue, 18 July 2006 14:33
mrcox54
Messages: 2
Registered: September 2005
Junior Member

I am getting errors during my make processing. I am trying to interface oci with php 4.3.11. Below see my set-up/configuration script and make errors. I have been searching the internet for a couple of days now and have not found anything of use. Any help would be greatly apreciated.

Thanks in advance for any input.

Mike

# tcsh
# setenv PATH /usr/local/bin:$PATH
# setenv PATH /opt/SUNWspro/bin:$PATH
# setenv PATH /usr/perl5/5.00503/bin:$PATH
# set LD_LIBRARY_PATH LD_LIBRARY_PATH=/usr/lib:/usr/openwin/lib:/usr/dt/lib:/usr/local/lib:/opt/oracle/instantclient_10_2

#
# set
LD_LIBRARY_PATH /usr/lib:/usr/openwin/lib:/usr/dt/lib:/usr/local/lib:/opt/oracle/instantclient_10_2
_

addsuffix
argv ()
autologout 60
cwd /
dirstack /
echo_style bsd
edit
gid 1
group other
history 100
home /
killring 30
owd
path (/usr/perl5/5.00503/bin /opt/SUNWspro/bin /usr/local/bin /usr/bin /usr/local/bin /usr/ccs/bin /usr/sbin /sbin /usr/dt/bin /usr/openwin/bin)
prompt %#
prompt2 %R?
prompt3 CORRECT>%R (y|n|e|a)?
shell /usr/bin/tcsh
shlvl 1
status 0
tcsh 6.11.00
term vt100
tty pts/15
uid 0
user root
version tcsh 6.11.00 (Astron) 2001-09-02 (sparc-sun-solaris) options 8b,nls,dl,al,kan,rh,color,dspm
#

# cd /opt/src/php-4.3.11


# view build.sh
"build.sh" [Read only] 3 lines, 333 characters
#!/bin/sh
./configure --with-apxs=/opt/apache/bin/apxs --with-openssl=/opt/openssl --with-ldap --with-mysql --with-oracle=/oracle/app/oracle/product/ias
1022e --with-oci8-instant-client=/opt/oracle/instantclient_10_2 --enable-shared

# configure runs without errors

### During make get following:

ild: (undefined symbol) OCINlsCharSetNameToId -- referenced in the text segment of ext/oci8/oci8.lo
ild: (undefined symbol) OCINlsEnvironmentVariableGet -- referenced in the text segment of ext/oci8/oci8.lo
ild: (undefined symbol) OCIEnvNlsCreate -- referenced in the text segment of ext/oci8/oci8.lo
make: *** [sapi/cli/php] Error 5
#

Previous Topic: error in php executing sp
Next Topic: Creating Trigger via PHP
Goto Forum:
  


Current Time: Fri Mar 29 05:30:10 CDT 2024