From: Ludo Date: 2002-11-26T18:11:31+09:00 Subject: Re: FXRuby on Mandrake 8.2 --=-oq/F8vCjMJb8bj0zLZfq Content-Type: text/plain Content-Transfer-Encoding: 7bit On Tue, 2002-11-26 at 09:43, Ludo wrote: On Mon, 2002-11-25 at 19:00, ts wrote: >>>>> "L" == Ludo 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 with a file test.rb just containing " require 'fox' ", I do this $ export LD_DEBUG=symbols $ ruby test.rb > lib_lookup.txt 2>&1 the error should be in this lines ... but what could I do ? sorry to insist you, but I'm near to abandon GUI with Ruby :(( ... or maybe change to another distribution of linux :) j'ai upgrade au glibc de la Mandrake 9.0, le message est plus clair ... mais je ne sais toujours pas quoi en faire :( ??? test.rb:1:in `require': /home/coquelle//lib/ruby/site_ruby/1.6/i686-linux/fox.so: undefined symbol: _ZN5FXApp9metaClassE - /home/coquelle//lib/ruby/site_ruby/1.6/i686-linux/fox.so (LoadError) --=-oq/F8vCjMJb8bj0zLZfq Content-Type: text/html; charset=utf-8 On Tue, 2002-11-26 at 09:43, Ludo wrote:
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
with a file test.rb just containing " require 'fox' ", I do this
$ export LD_DEBUG=symbols
$ ruby test.rb > lib_lookup.txt 2>&1

the error should be in this lines ... but what could I do ?

sorry to insist you, but I'm near to abandon GUI with Ruby :((
... or maybe change to another distribution of linux :)
j'ai upgrade au glibc de la Mandrake 9.0,
le message est plus clair ... mais je ne sais toujours pas quoi en faire :( ???

test.rb:1:in `require': /home/coquelle//lib/ruby/site_ruby/1.6/i686-linux/fox.so: undefined symbol: _ZN5FXApp9metaClassE - /home/coquelle//lib/ruby/site_ruby/1.6/i686-linux/fox.so (LoadError)
--=-oq/F8vCjMJb8bj0zLZfq--