[ruby-oci8-commit] [440] branches/ruby-oci8-2.0: fix a bug not to find the OCI library location listed in 'ldconfig -p' when LD_LIBRARY_PATH is set.
nobody at rubyforge.org
nobody at rubyforge.org
Fri Aug 19 04:13:31 EDT 2011
Revision: 440
Author: kubo
Date: 2011-08-19 04:13:31 -0400 (Fri, 19 Aug 2011)
Log Message:
-----------
fix a bug not to find the OCI library location listed in 'ldconfig -p' when LD_LIBRARY_PATH is set.
(Reported by Edgars Beigarts.)
Modified Paths:
--------------
branches/ruby-oci8-2.0/ChangeLog
branches/ruby-oci8-2.0/ext/oci8/oraconf.rb
Modified: branches/ruby-oci8-2.0/ChangeLog
===================================================================
--- branches/ruby-oci8-2.0/ChangeLog 2011-08-19 08:13:11 UTC (rev 439)
+++ branches/ruby-oci8-2.0/ChangeLog 2011-08-19 08:13:31 UTC (rev 440)
@@ -1,3 +1,8 @@
+2011-08-19 KUBO Takehiro <kubo at jiubao.org>
+ * ext/oci8/oraconf.rb: fix a bug not to find the OCI library location listed in
+ 'ldconfig -p' when LD_LIBRARY_PATH is set.
+ (Reported by Edgars Beigarts.)
+
2011-07-16 KUBO Takehiro <kubo at jiubao.org>
* ext/oci8/extconf.rb, ext/oci8/oci8.h: fix for Solaris compiler.
(Reported by Sanjiv Patel.)
Modified: branches/ruby-oci8-2.0/ext/oci8/oraconf.rb
===================================================================
--- branches/ruby-oci8-2.0/ext/oci8/oraconf.rb 2011-08-19 08:13:11 UTC (rev 439)
+++ branches/ruby-oci8-2.0/ext/oci8/oraconf.rb 2011-08-19 08:13:31 UTC (rev 440)
@@ -574,6 +574,7 @@
puts "yes"
return path, files[0]
end
+ nil
end
def init
More information about the ruby-oci8-commit
mailing list