Edit report at https://bugs.php.net/bug.php?id=60901&edit=1

 ID:                 60901
 User updated by:    lzsiga at freemail dot c3 dot hu
 Reported by:        lzsiga at freemail dot c3 dot hu
 Summary:            Oracle-11.2 is not detected (too new)
 Status:             Open
 Type:               Bug
 Package:            Compile Failure
 Operating System:   AIX 6.1
 PHP Version:        5.3.9
 Block user comment: N
 Private report:     N

 New Comment:

Quick fix:

sed_repl 's:  if test -s "$OCI8_DIR/orainst/unix.rgs"; then:'\
'  if test -s "$OCI8_LCS_BASE.11.2"; then\n    OCI8_ORACLE_VERSION=11.2;\n'\
'  elif test -s "$OCI8_DIR/orainst/unix.rgs"; then:' configure


Previous Comments:
------------------------------------------------------------------------
[2012-01-27 12:31:13] lzsiga at freemail dot c3 dot hu

Description:
------------
$ ls $ORACLE_HOME/lib32/libclntsh.so.*.1

configure tries this and fails, beacuse the Oracle version is 11.2

$ ls $ORACLE_HOME/lib32/libclntsh.so.*.2
..../lib32/libclntsh.so.11.2




------------------------------------------------------------------------



-- 
Edit this bug report at https://bugs.php.net/bug.php?id=60901&edit=1

Reply via email to