From: David Vallner Date: 2006-11-09T21:42:54+09:00 Subject: Re: Autoload problem in 1.8.5 --------------enig4071C1D674369051965CB657 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Han Holl wrote: > Hi, >=20 > I encountered a problem in 1.8.5, or at least in ruby-1.8.5-4.fc6 from > Fedora Core 6. > Do this: > irb > irb(main):001:0> autoload :Syslog, 'syslog' > =3D> nil > irb(main):002:0> require 'syslog' >=20 > and get a lot of error messages about already initialized constants. > Also, syslog.so appears twice in $". >=20 Could this be related to the recurrent FXRuby load bug? If so, it's probably being Worked On. Already initialized constant messages are *warnings* - you can safely ignore those if you know they're not your fault. Basically, just ignore this until it goes away, Someone Broke (tm) DLL/SO loading. I wonder if that means we'll get the Christmas release after all :P David Vallner --------------enig4071C1D674369051965CB657 Content-Type: application/pgp-signature; name="signature.asc" Content-Description: OpenPGP digital signature Content-Disposition: attachment; filename="signature.asc" -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.5 (MingW32) iD8DBQFFUyJMy6MhrS8astoRAk0mAJ9ZyMa+CJjCsetYYj3PO5SLgKsAUgCfYxgN eMDBxmS4aJmAov5zJC/jL3w= =zPdd -----END PGP SIGNATURE----- --------------enig4071C1D674369051965CB657--