From: Motohiro KOSAKI Date: 2011-08-09T06:33:53+09:00 Subject: [ruby-core:38859] [Ruby 1.9 - Bug #5168][Assigned] libc and libm path in test/dl and test/fiddle on Solaris Issue #5168 has been updated by Motohiro KOSAKI. Category set to test Status changed from Open to Assigned Assignee changed from Aaron Patterson to Naohisa Goto Target version set to 1.9.3 Goto-san, A test fix still can be commited into 1_9_3 branch if you want. Because it has no regression risk. Thanks. ---------------------------------------- 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: Assigned Priority: Normal Assignee: Naohisa Goto Category: test Target version: 1.9.3 ruby -v: - 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