[#138] Thread Problems — Reimer Behrends <behrends@...>

I have been looking at the thread implementation of Ruby for the past

21 messages 1998/12/23
[#164] Re: Thread Problems — matz@... (Yukihiro Matsumoto) 1999/01/05

Hi.

[#167] Makefiles and -lcurses — Klaus.Schilling@... 1999/01/05

Julian Fondren writes:

[#168] Re: Makefiles and -lcurses — Julian Fondren <julian@...> 1999/01/05

OpenBSD has ncurses and it's own ocurses, and I prefer the latter.

[ruby-talk:00148] inability to load extension modules in 1.2, core dump

From: Julian Fondren <julian@...>
Date: 1998-12-27 08:22:58 UTC
List: ruby-talk #148
Ok.. 1.1d9 worked with no problems, and no significant or relevent changes
to my operating system happened since then when I upgraded ruby to 1.2 -
With a normal ./configure, make, and make install trying to load an
extension library, (for instance, socket.so) there is an error displaying
the line where the extension is attempted to load, a LoadError is given,
and then the _exact_ path where the particular library exists is given in
the error claiming that the lib does not exist. I then compiled ruby with
only the --with-static-linked-ext, and once again ruby was compiled
without error or significant warning - now ruby just coredumps immediatly
upon being loaded. This really, truly puts a kink in my ruby activities.

Thank you.



In This Thread