id,summary,reporter,owner,description,type,status,priority,milestone,component,version,severity,resolution,keywords,cc 5559,configure --with-oci not working with instantclient,pjoyce,warmerdam,"The configure script would not enable OCI support because it could not find -lclntsh. It would only ever look in $ORACLE_HOME/lib. With instantclient, the libraries are in $ORACLE_HOME. The argument to --with-oci-lib is ignored. The lines if test -n ""$oracle_include_dir"" ; then oci_ldflags=""-L$oracle_lib_dir -lclntsh"" else oci_ldflags=""-L$oracle_lib_dir -L$oracle_lib_dir2 -lclntsh"" fi should be if test -n ""$oracle_lib_dir2"" ; then oci_ldflags=""-L$oracle_lib_dir -L$oracle_lib_dir2 -lclntsh"" else oci_ldflags=""-L$oracle_lib_dir -lclntsh"" fi ",defect,closed,normal,closed_because_of_github_migration,default,1.11.0,normal,wontfix,,