Bug #849
--enable-shared で btest が動かない
| Status: | Closed | Start date: | 12/11/2008 | |
|---|---|---|---|---|
| Priority: | Normal | Due date: | ||
| Assignee: | % Done: | 100% |
||
| Category: | - | |||
| Target version: | 2.0.0 | |||
| ruby -v: |
Description
configure を --enable-shared でビルドすると,ロードパスが不完全なので btest-ruby が走りません. F...build/ruby: error while loading shared libraries: libruby.so.1.9: cannot open shared object file: No such file or directory ...
Related issues
Associated revisions
* common.mk (btest-ruby): use RUNRUBY instead of MINIRUBY to load the
shared library. [Bug #849]
* common.mk (btest-ruby): use RUNRUBY instead of MINIRUBY to load the
shared library. [Bug #849]
History
Updated by yugui (Yuki Sonoda) over 3 years ago
- Target version set to 1.9.1 Release Candidate
Updated by yugui (Yuki Sonoda) over 3 years ago
- Target version changed from 1.9.1 Release Candidate to 2.0.0
Updated by nobu (Nobuyoshi Nakada) over 3 years ago
- Status changed from Open to Closed
- % Done changed from 0 to 100
Applied in changeset r20740.