This is a multi-part message in MIME format.

------extPart_000_0014_01C29473.E4E44430
Content-Type: text/plain;
	charsettf-8"
Content-Transfer-Encoding: quoted-printable

Try:
ruby test.rb >lib_lookup.txt 2>&1

(  2>&1 means "redirect 2 to where 1 is currently redirected to"  )

  ----- Original Message ----- 
  From: Ludo 
  To: ruby-talk ML 
  Sent: Monday, November 25, 2002 10:34 AM
  Subject: Re: FXRuby on Mandrake 8.2


  On Mon, 2002-11-25 at 19:00, ts wrote: 
>>>>> "L" == Ludo  <coquelle / enib.fr> writes:

L> I have recompiled openssl (libcrypto is in it) but no change.
L> I do not understand the message "shared object not open" !!!

 Try

   export LD_DEBUG=symbols

 Look for the last lookup before dl_signal_error
  I don't knew this possibility ... and I have some difficulties to understand all the messages that gives the linker ... I will look more in details later ;) 
  (strange that I can't pipe all the logs in a file by 'ruby test.rb 2>&1 >lib_lookup.txt' ...) 


  but thanks a lot ! 
------extPart_000_0014_01C29473.E4E44430
Content-Type: text/html;
	charsettf-8"
Content-Transfer-Encoding: quoted-printable

ï»!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=Content-Type content="text/html; CHARSET=UTF-8">
<META content="MSHTML 6.00.2800.1126" name=GENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=#ffffff>
<DIV><FONT face=Arial size=2>Try:</FONT></DIV>
<DIV>ruby test.rb &gt;lib_lookup.txt 2&gt;&amp;1</DIV>
<DIV>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>(&nbsp; 2&gt;&amp;1 means "redirect 2 to where 1 is 
currently redirected to"&nbsp; )</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<BLOCKQUOTE 
style="PADDING-RIGHT: 0px; PADDING-LEFT: 5px; MARGIN-LEFT: 5px; BORDER-LEFT: #000000 2px solid; MARGIN-RIGHT: 0px">
  <DIV style="FONT: 10pt arial">----- Original Message ----- </DIV>
  <DIV 
  style="BACKGROUND: #e4e4e4; FONT: 10pt arial; font-color: black"><B>From:</B> 
  <A title=coquelle / enib.fr href="mailto:coquelle / enib.fr">Ludo</A> </DIV>
  <DIV style="FONT: 10pt arial"><B>To:</B> <A title=ruby-talk / ruby-lang.org 
  href="mailto:ruby-talk / ruby-lang.org">ruby-talk ML</A> </DIV>
  <DIV style="FONT: 10pt arial"><B>Sent:</B> Monday, November 25, 2002 10:34 
  AM</DIV>
  <DIV style="FONT: 10pt arial"><B>Subject:</B> Re: FXRuby on Mandrake 8.2</DIV>
  <DIV><BR></DIV>On Mon, 2002-11-25 at 19:00, ts wrote: 
  <BLOCKQUOTE><PRE><FONT color=#737373><FONT size=3><I>&gt;&gt;&gt;&gt;&gt; "L" == Ludo  &lt;coquelle / enib.fr&gt; writes:</FONT></FONT></I>
<FONT color=#737373><FONT size=3><I></FONT></FONT></I>
<FONT color=#737373><FONT size=3><I>L&gt; I have recompiled openssl (libcrypto is in it) but no change.</FONT></FONT></I>
<FONT color=#737373><FONT size=3><I>L&gt; I do not understand the message "shared object not open" !!!</FONT></FONT></I>
<FONT color=#737373><FONT size=3><I></FONT></FONT></I>
<FONT color=#737373><FONT size=3><I> Try</FONT></FONT></I>
<FONT color=#737373><FONT size=3><I></FONT></FONT></I>
<FONT color=#737373><FONT size=3><I>   export LD_DEBUG=symbols</FONT></FONT></I>
<FONT color=#737373><FONT size=3><I></FONT></FONT></I>
<FONT color=#737373><FONT size=3><I> Look for the last lookup before dl_signal_error</FONT></FONT></I></PRE></BLOCKQUOTE>
  <DIV><BR>I don't knew this possibility ... and I have some difficulties to 
  understand all the messages that gives the linker ... I will look more in 
  details later ;) <BR>(strange that I can't pipe all the logs in a file by 
  'ruby test.rb 2&gt;&amp;1 &gt;lib_lookup.txt' ...) </DIV>
  <DIV>&nbsp;</DIV>
  <DIV><FONT face=Arial size=2></FONT><BR>but thanks a lot ! 
</DIV></BLOCKQUOTE></BODY></HTML>

------extPart_000_0014_01C29473.E4E44430--