From: "pedz (Perry Smith)" Date: 2012-07-14T10:59:29+09:00 Subject: [ruby-core:46397] [ruby-trunk - Bug #6728][Open] LIBPATH instead of SHLIB_PATH for AIX Issue #6728 has been reported by pedz (Perry Smith). ---------------------------------------- Bug #6728: LIBPATH instead of SHLIB_PATH for AIX https://bugs.ruby-lang.org/issues/6728 Author: pedz (Perry Smith) Status: Open Priority: Normal Assignee: Category: Target version: ruby -v: ruby 1.9.3p194 AIX uses LIBPATH instead of SHLIB_PATH configure.in around line 2114 should be changed from: : ${LIBPATHENV=SHLIB_PATH} to : ${LIBPATHENV=LIBPATH} -- http://bugs.ruby-lang.org/