[ruby-oci8-commit] [438] trunk/ruby-oci8: 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 03:43:34 EDT 2011
Revision: 438
Author: kubo
Date: 2011-08-19 03:43:34 -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:
--------------
trunk/ruby-oci8/ChangeLog
trunk/ruby-oci8/ext/oci8/oraconf.rb
Modified: trunk/ruby-oci8/ChangeLog
===================================================================
--- trunk/ruby-oci8/ChangeLog 2011-08-19 07:43:13 UTC (rev 437)
+++ trunk/ruby-oci8/ChangeLog 2011-08-19 07:43:34 UTC (rev 438)
@@ -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: trunk/ruby-oci8/ext/oci8/oraconf.rb
===================================================================
--- trunk/ruby-oci8/ext/oci8/oraconf.rb 2011-08-19 07:43:13 UTC (rev 437)
+++ trunk/ruby-oci8/ext/oci8/oraconf.rb 2011-08-19 07:43:34 UTC (rev 438)
@@ -574,6 +574,7 @@
puts "yes"
return path, files[0]
end
+ nil
end
def init
More information about the ruby-oci8-commit
mailing list