From: unbewusst.sein@... (=?ISO-8859-1?Q?Une_B=E9v?= =?ISO-8859-1?Q?ue?=) Date: 2007-12-01T19:30:00+09:00 Subject: [Mac OS X] WARNING: multiple libruby.dylib this warning is new to me : ~/work/Ruby/Growl%> ./essai_mygrowl.rb 2007-12-01 11:22:02.114 ruby[616] WARNING: multiple libruby.dylib found: '/opt/local/lib/libruby.dylib' and '/usr/lib/libruby.1.dylib' 2007-12-01 11:22:02.114 ruby[616] RBCocoaInstallRubyThreadSchedulerHooks: warning: rb_set_cocoa_thread_hooks is linked from a different library (/usr/lib/libruby.1.dylib) than ruby_init (/opt/local/lib/libruby.dylib) I understand it but don't know how to remedy. I've two Ruby installed, one "builtin" under /usr coming from Apple another one installed using MacPorts under /opt. ~/work/Ruby/Growl%> /usr/bin/ruby --version ruby 1.8.2 (2004-12-25) [universal-darwin8.0] ~/work/Ruby/Growl%> which ruby /opt/local/bin/ruby ~/work/Ruby/Growl%> /opt/local/bin/ruby --version ruby 1.8.6 (2007-03-13 patchlevel 0) [powerpc-darwin8.9.0] ~/work/Ruby/Growl%> does I need to do anything or not ? -- Une B�vue