Installing oci8 in AIX


 
Thread Tools Search this Thread
Operating Systems AIX Installing oci8 in AIX
# 1  
Old 09-03-2010
Data Installing oci8 in AIX

I have an AIX 5.3 installation on a server that I'd like to host a php app on Oracle DB.
I'm compiling php with oci using the cmd :
Code:
./configure --prefix=/usr/local \
            --with-apxs2=/usr/local/apache2/bin/apxs \
            --with-config-file-path=/usr/local/apache2/conf \
            --with-gd --with-zlib-dir=/opt/freeware/lib \
            --enable-shared \
            --disable-static \
            --with-png \
            --with-zlib \
            --with-bz2 \
            --with-xml \
            --with-jpeg-dir=/opt/freeware/lib \
            --with-png-dir=/opt/freeware/lib \
            --with-xpm-dir=/opt/freeware/lib \
            --with-freetype-dir=/opt/freeware/lib \
            --with-oci8=shared,instantclient,/opt/oracle/instantclient_11_2

but the error appearing is at the last lines is:

Code:
checking for Oracle (OCI8) support... yes, shared
checking PHP version... 5.2.14, ok
checking size of long int... 4
checking Oracle Instant Client directory... /opt/oracle/instantclient_11_2
checking Oracle Instant Client SDK header directory... /opt/oracle/instantclient_11_2/sdk/include
checking Oracle Instant Client version... configure: error: Oracle Instant Client library version not supported

Dude!!! I need some light on this issue bigtime, tafadhali (please).Smilie

Moderator's Comments:
Mod Comment Use code tags please, ty.

Last edited by zaxxon; 09-03-2010 at 09:02 AM..
# 2  
Old 09-03-2010
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. IP Networking

Connection to DB from client server through jdbc:Oracle:Oci8 fail

We tried to use to connect to DB using jdbc:Oracle:Oci8:@<SERVICE-A>. Connection fail / refuse with one DB .But its working with other databases. But through toad, jdbc thin client were able to connect. But this has happen suddenly and were able to connect previously. How to navigate this... (0 Replies)
Discussion started by: udara
0 Replies

2. AIX

New to AIX need help Installing/Upgrading Samba on AIX 7.1?

Hello, I am trying to update Samba on my AIX 7.1 system as there is an issues with it, the smbd process coredumps and I have had no luck figuring it out why. My approach is to try to re-install a newer samba and I have found the latest 3.x package for samba in ppc.rpm format at perlz.org ... (6 Replies)
Discussion started by: c3rb3rus
6 Replies

3. AIX

Installing programs on AIX

G'day all. Thanks to everyone for helping me getting my h50 rs/6000 server going Now i need just a bit more help. Can anyone tell me how i install other software using remote console? (2 Replies)
Discussion started by: ADS2459
2 Replies

4. AIX

Installing bash on AIX 6.1

Hi, I am trying to install " bash 4.1 " on AIX 6.1 OS and with this gcc compiler file " gcc-4.2.0-3.aix5.3.ppc.rpm ". could help someone with below links if needed for future use..just in case Downloaded -----bash-4.1.tar.gz -------- file from below link ... (2 Replies)
Discussion started by: Rookie_newbie
2 Replies

5. AIX

Installing jboss on aix

Hi, anybody knows how to configure and install jboss on aix. Regards, Manoj (1 Reply)
Discussion started by: manoj.solaris
1 Replies

6. AIX

Installing Samba on AIX 5.3

Hello, I need assistance installing Samba on AIX 5.3 TL06. Smitty Install produces the following error message: Command: failed stdout: yes stderr: no Before command completion, additional instructions may appear below. geninstall -I "a -cgNQqwXY -J" -Z -d... (5 Replies)
Discussion started by: tgray71
5 Replies

7. AIX

Need help installing 'xlc' on AIX

Hello, I'm getting "xlc: not found" error compiling code using 'make oracle' command on IBM AIX. C/C++ compiler is installed, but 'xlc' still missing. Could you please tell me which OS package contains the 'xlc' executable? $ > make oracle xlc -qmkshrobj -e MQStart -L/usr/mqm/lib -lmqmcs_r... (4 Replies)
Discussion started by: safir29
4 Replies

8. UNIX for Dummies Questions & Answers

Installing AIX 4.3, pseries

I'm new with UNIX, i have a pseries server from IBM and i need to install AIX 4.3, i never used wyse terminal or AIX, i need help to know how to install it, i have the server and the wyse i get in into the aixterm, over com1 but i don't know wich command use or what to do to install it..... ... (0 Replies)
Discussion started by: Juan-ito
0 Replies

9. AIX

installing aix 5.2 on p520

hello everybody. Has anyone tried to install aix 5.2 on p520 machines. I've been trying but in the installation menu it says, "no disk found". I've used the same CD on a different 520 server and its working fine on it. Can anyone help, please? (5 Replies)
Discussion started by: soahel
5 Replies

10. AIX

Help on Installing AIX 5.3

Please tell me how to install AIX 5.3 on P5 520 server via Console. Please mail me at sunnyanthony@gmail.com please CEO us standing.... sunny (0 Replies)
Discussion started by: sunnyanthony
0 Replies
Login or Register to Ask a Question