Merry Christmas,
We finally announce the release of final stable 1.8.1 at
ftp://ftp.ruby-lang.org/pub/ruby/ruby-1.8.1.tar.gz
This is mainly a bug fix release. You can wait for mirrors, if you
are not in hurry. Mirroring volunteers are welcome. In any cases,
the Md5 check sum is
5d52c7d0e6a6eb6e3bc68d77e794898e ruby-1.8.1.tar.gz
Happy Hacking Holidays.
$ ./configure --enable-shared --prefix=/usr/local
$ make
$ make test
test succeeded
make install
$ cd test
$ strace ruby -v 2>&1 | tail
stat64(“/usr/lib/mmx/cmov”, 0xbffff348) = -1 ENOENT (No such file or directory)
open(“/usr/lib/mmx/libruby.so.1.8”, O_RDONLY) = -1 ENOENT (No such file or directory)
stat64(“/usr/lib/mmx”, 0xbffff348) = -1 ENOENT (No such file or directory)
open(“/usr/lib/cmov/libruby.so.1.8”, O_RDONLY) = -1 ENOENT (No such file or directory)
stat64(“/usr/lib/cmov”, 0xbffff348) = -1 ENOENT (No such file or directory)
open(“/usr/lib/libruby.so.1.8”, O_RDONLY) = -1 ENOENT (No such file or directory)
stat64(“/usr/lib”, {st_mode=S_IFDIR|0755, st_size=53248, …}) = 0
writev(2, [{“ruby”, 4}, {“: “, 2}, {“error while loading shared libra”…, 36}, {”: “, 2}, {“libruby.so.1.8”, 14}, {”: “, 2}, {“cannot open shared object file”, 30}, {”: “, 2}, {“No such file or directory”, 25}, {”\n”, 1}], 10ruby: error while loading shared libraries: libruby.so.1.8: cannot open shared object file: No such file or directory
) = 118
exit_group(127) = ?
Isn’t that supposed to be /usr/local/lib/libruby.so.1.8 ?
Bye,
Kero.
PS: seems to be working fine without --enable-shared (running ruby
runner.rb now)
±-- Kero ----------------------- kero@chello.nl —+
all the meaningless and empty words I spoke |
Promises – The Cranberries |
±-- M38c — http://httpd.chello.nl/k.vangelder —+
···
On Thu, 25 Dec 2003 05:25:16 +0900, Yukihiro Matsumoto wrote: