Bug #804
closedRuby 1.9.1 preview 2 : make test failure
Description
=begin
Version built on Fedora core 2 x686 with gcc 4.0.2 in a sub directory (UNIX) of the main ruby source with
./configure --prefix=/h/phil/DEV/RUBY/ruby-191pv2 --enable-shared --enable-install-doc --enable-pthread --with-mantype=man
./ruby -v => ruby 1.9.1 (2008-12-01 revision 20438) [i686-linux]
Note that :
ruby -v => ruby 1.8.7 (2008-05-31 patchlevel 0) [i686-linux]
In the announce message of this release, i read :
== Improvements
- You can "make test" without installing ruby.
So make test gives this error :
test_flip.rb /h/phil/DEV/RUBY/ruby-1.9.1-preview2/UNIX/ruby: error while loading shared libraries: libruby.so.1.9: cannot open shared object file: No such file or directory
which is not very suprising !.
Regards.
=end
Updated by yugui (Yuki Sonoda) almost 16 years ago
- Priority changed from Normal to 5
- Target version set to 1.9.1 Release Candidate
=begin
=end
Updated by yugui (Yuki Sonoda) almost 16 years ago
- Category set to core
- Priority changed from 5 to 3
- Target version changed from 1.9.1 Release Candidate to 2.0.0
=begin
My announcement was wrong. You cannot "make test" before installing on --enable-shared.
This feature will possiblly be improved in a future version.
=end