Problem with ruby and cygssl-0.9.8.dll

2007-03-10 Thread Geoffrey T. Cheshire
Hi all, I'm getting a conflict on several different machines between ruby and cygssl-0.9.8.dll. Here's an example: 8 [main] ruby 3280 E:\cygwin\bin\ruby.exe: *** fatal error - unable to remap E:\cygwin\bin\cygssl-0.9.8.dll to same address as parent(0x34) != 0x473 9 [main] ruby

Re: Problem with ruby and cygssl-0.9.8.dll

2007-03-11 Thread Geoffrey T. Cheshire
Larry Hall Wrote: Oh I agree. You definitely shouldn't take a route that produced a fix for you once already. Using it again is just asking for trouble. ;-) Use 'rebaseall' as you did before. It generally fixes the problem and is the right solution. I guess the wink means you're not

Re: Problem with ruby and cygssl-0.9.8.dll

2007-03-12 Thread Geoffrey T. Cheshire
Would compiling openssl with --enable-auto-image-base also fix this? Thanks again for any help! Geoff -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ:

Re: Problem with ruby and cygssl-0.9.8.dll

2007-03-12 Thread Geoffrey T. Cheshire
Larry Hall Wrote: You are right. I should have said this is the right solution when you have these kinds of problems. The alternate solution mentioned by Brian is done at the package level and will generally make this problem disappear transparently for packages that use it. It must be

Re: Problem with ruby and cygssl-0.9.8.dll

2007-03-12 Thread Geoffrey T. Cheshire
Thanks for all the replies. Here's an example of a limitation of rebaseall. OpenSSL was just updated and my installs are broken again. I will rebaseall again. Cheers, Geoff -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html