|   | php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login | 
| 
 PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits              [2004-11-10 12:17 UTC] tony2001@php.net
  [2004-11-22 01:00 UTC] php-bugs at lists dot php dot net
  [2005-06-27 21:59 UTC] wez@php.net
 | |||||||||||||||||||||||||||||||||
|  Copyright © 2001-2025 The PHP Group All rights reserved. | Last updated: Fri Oct 31 02:00:02 2025 UTC | 
Description: ------------ Trying to configure php 5.0.2 with oracle 10, i get "oracle needed libraries not found". I solved it by adding elif test -f $ORACLE_DIR/lib/libclntsh.$SHLIB_SUFFIX_NAME.10.1; then ORACLE_VERSION=10.1 after the 60459 line, and by changing 8.1|9.0|10.1) instead of 8.1|9.0) at 64838 line.