Project

General

Profile

Actions

Bug #6728

closed

LIBPATH instead of SHLIB_PATH for AIX

Added by pedz (Perry Smith) almost 12 years ago. Updated over 11 years ago.

Status:
Closed
Target version:
-
ruby -v:
ruby 1.9.3p194
Backport:
[ruby-core:46397]

Description

AIX uses LIBPATH instead of SHLIB_PATH

configure.in around line 2114 should be changed from:

                    : ${LIBPATHENV=SHLIB_PATH}

to

                    : ${LIBPATHENV=LIBPATH}

Updated by ko1 (Koichi Sasada) almost 12 years ago

  • Status changed from Open to Assigned
  • Assignee set to kanemoto (Yutaka Kanemoto)
Actions #2

Updated by nobu (Nobuyoshi Nakada) over 11 years ago

  • Status changed from Assigned to Closed
  • % Done changed from 0 to 100

This issue was solved with changeset r36499.
Perry, thank you for reporting this issue.
Your contribution to Ruby is greatly appreciated.
May Ruby be with you.


configure.in: LIBPATH on AIX

  • configure.in (LIBPATHENV): LIBPATH is used on AIX, but not
    SHLIB_PATH which was carelessly copied from HP/UX. suggested by
    Perry Smith at [ruby-core:46397]. [Bug #6728]
Actions

Also available in: Atom PDF

Like0
Like0Like0