From: Naohisa Goto Date: 2011-08-08T23:02:45+09:00 Subject: [ruby-core:38853] [Ruby 1.9 - Bug #5168][Open] libc and libm path in test/dl and test/fiddle on Solaris Issue #5168 has been reported by Naohisa Goto. ---------------------------------------- Bug #5168: libc and libm path in test/dl and test/fiddle on Solaris http://redmine.ruby-lang.org/issues/5168 Author: Naohisa Goto Status: Open Priority: Normal Assignee: Aaron Patterson Category: Target version: ruby -v: ruby 1.9.3dev (2011-08-08) [sparc-solaris2.10] In test/dl/test_base.rb, "libc.so.6" and "libm.so.6" are used for Solaris, but sparc Solaris only have libc.so.1 and libm.so.2. I don't know what version number on Intel x86 Solaris, so I simply removed the version numbers. (file test-dl-libc-solaris.patch) Similar code is found in test/fiddle/test_base.rb, but no code for Solaris. Patch attached. (file test-fiddle-libc-solaris.patch) -- http://redmine.ruby-lang.org