Hi all, We''ve installed RoR on Solaris 9, and are attempting to install Mongrel using the following command:gem install mongrelgetting error "SSL is not installed on this system".All other gems (including Rake) installed fine.Any suggestions?Thanks,Brian _________________________________________________________________ Boo!?Scare away worms, viruses and so much more! Try Windows Live OneCare! http://onecare.live.com/standard/en-us/purchase/trial.aspx?s_cid=wl_hotmailnews -------------- next part -------------- An HTML attachment was scrubbed... URL: http://rubyforge.org/pipermail/mongrel-users/attachments/20071105/8af098bc/attachment.html
On 11/5/07, Brian Penrose <bpenrose112 at hotmail.com> wrote:> > > Hi all, > > We''ve installed RoR on Solaris 9, and are attempting to install Mongrel > using the following command: > > gem install mongrel > > getting error "SSL is not installed on this system". > > All other gems (including Rake) installed fine. > > Any suggestions? >Latest mongrel gems are "signed", in that way you are sure is our gem and noone else. RubyGems shouldn''t yell at you about missing OpenSSL since you didn''t use the "-P HighSecurity" parameter, or did you? -- Luis Lavena Multimedia systems - Leaders are made, they are not born. They are made by hard effort, which is the price which all of us must pay to achieve any goal that is worthwhile. Vince Lombardi
Hi Luis, Nope...didn''t use the -P HighSecurity" parameter. Thanks, Brian> Date: Mon, 5 Nov 2007 12:55:03 -0300 > From: luislavena at gmail.com > To: mongrel-users at rubyforge.org > Subject: Re: [Mongrel] Error installing Mongrel on Solaris 9 > > On 11/5/07, Brian Penrose <bpenrose112 at hotmail.com> wrote: > > > > > > Hi all, > > > > We''ve installed RoR on Solaris 9, and are attempting to install Mongrel > > using the following command: > > > > gem install mongrel > > > > getting error "SSL is not installed on this system". > > > > All other gems (including Rake) installed fine. > > > > Any suggestions? > > > > Latest mongrel gems are "signed", in that way you are sure is our gem > and noone else. > > RubyGems shouldn''t yell at you about missing OpenSSL since you didn''t > use the "-P HighSecurity" parameter, or did you? > > -- > Luis Lavena > Multimedia systems > - > Leaders are made, they are not born. They are made by hard effort, > which is the price which all of us must pay to achieve any goal that > is worthwhile. > Vince Lombardi > _______________________________________________ > Mongrel-users mailing list > Mongrel-users at rubyforge.org > http://rubyforge.org/mailman/listinfo/mongrel-users_________________________________________________________________ Boo!?Scare away worms, viruses and so much more! Try Windows Live OneCare! http://onecare.live.com/standard/en-us/purchase/trial.aspx?s_cid=wl_hotmailnews -------------- next part -------------- An HTML attachment was scrubbed... URL: http://rubyforge.org/pipermail/mongrel-users/attachments/20071105/b7207220/attachment.html
On 11/5/07, Brian Penrose <bpenrose112 at hotmail.com> wrote:> > > Hi Luis, > > Nope...didn''t use the -P HighSecurity" parameter. >Ok, that means that actually RubyGems is using SSL even you didn''t asked for it... I''ll try to recreate the scenario later today and maybe submit a patch for rubygems. You don''t have alternative or don''t want to install SSL? -- Luis Lavena Multimedia systems - Leaders are made, they are not born. They are made by hard effort, which is the price which all of us must pay to achieve any goal that is worthwhile. Vince Lombardi
Sorry for my ignorance, but how would we install SSL library for Ruby?> Date: Mon, 5 Nov 2007 13:39:26 -0300 > From: luislavena at gmail.com > To: mongrel-users at rubyforge.org > Subject: Re: [Mongrel] Error installing Mongrel on Solaris 9 > > On 11/5/07, Brian Penrose <bpenrose112 at hotmail.com> wrote: > > > > > > Hi Luis, > > > > Nope...didn''t use the -P HighSecurity" parameter. > > > > Ok, that means that actually RubyGems is using SSL even you didn''t > asked for it... > > I''ll try to recreate the scenario later today and maybe submit a patch > for rubygems. > > You don''t have alternative or don''t want to install SSL? > > -- > Luis Lavena > Multimedia systems > - > Leaders are made, they are not born. They are made by hard effort, > which is the price which all of us must pay to achieve any goal that > is worthwhile. > Vince Lombardi > _______________________________________________ > Mongrel-users mailing list > Mongrel-users at rubyforge.org > http://rubyforge.org/mailman/listinfo/mongrel-users_________________________________________________________________ Windows Live Hotmail and Microsoft Office Outlook ? together at last. ?Get it now. http://office.microsoft.com/en-us/outlook/HA102225181033.aspx?pid=CL100626971033 -------------- next part -------------- An HTML attachment was scrubbed... URL: http://rubyforge.org/pipermail/mongrel-users/attachments/20071105/73db04b9/attachment.html
Brian, I''ve dealt with Solaris 8 and 10 installations. I generally use the Blastwave package system to get what I need. It''s not up to par with most Linux and FreeBSD package systems, but easier than the default Solaris stuff. <http://www.blastwave.org/> Jamie On Nov 5, 2007, at 12:36 PM, Brian Penrose wrote:> Sorry for my ignorance, but how would we install SSL library for Ruby? > > > > Date: Mon, 5 Nov 2007 13:39:26 -0300 > > From: luislavena at gmail.com > > To: mongrel-users at rubyforge.org > > Subject: Re: [Mongrel] Error installing Mongrel on Solaris 9 > > > > On 11/5/07, Brian Penrose <bpenrose112 at hotmail.com> wrote: > > > > > > > > > Hi Luis, > > > > > > Nope...didn''t use the -P HighSecurity" parameter. > > > > > > > Ok, that means that actually RubyGems is using SSL even you didn''t > > asked for it... > > > > I''ll try to recreate the scenario later today and maybe submit a > patch > > for rubygems. > > > > You don''t have alternative or don''t want to install SSL? > > > > -- > > Luis Lavena > > Multimedia systems > > - > > Leaders are made, they are not born. They are made by hard effort, > > which is the price which all of us must pay to achieve any goal that > > is worthwhile. > > Vince Lombardi > > _______________________________________________ > > Mongrel-users mailing list > > Mongrel-users at rubyforge.org > > http://rubyforge.org/mailman/listinfo/mongrel-users > > Windows Live Hotmail and Microsoft Office Outlook ? together at > last. Get it now! > _______________________________________________ > Mongrel-users mailing list > Mongrel-users at rubyforge.org > http://rubyforge.org/mailman/listinfo/mongrel-users-------------- next part -------------- An HTML attachment was scrubbed... URL: http://rubyforge.org/pipermail/mongrel-users/attachments/20071105/592fb356/attachment.html
For reasons beyond my control, I cannot install blastwave software on our system. However, I am seeing openssl files in both the Ruby (/var/ruby/ruby-1.8.6/ext) and Sun directories. Does this mean that it is installed and just needs configured? From: jamie at dangosaur.usDate: Mon, 5 Nov 2007 12:45:08 -0500To: mongrel-users at rubyforge.orgSubject: Re: [Mongrel] Error installing Mongrel on Solaris 9Brian, I''ve dealt with Solaris 8 and 10 installations. I generally use the Blastwave package system to get what I need. It''s not up to par with most Linux and FreeBSD package systems, but easier than the default Solaris stuff. <http://www.blastwave.org/> Jamie On Nov 5, 2007, at 12:36 PM, Brian Penrose wrote: Sorry for my ignorance, but how would we install SSL library for Ruby?> Date: Mon, 5 Nov 2007 13:39:26 -0300> From: luislavena at gmail.com> To: mongrel-users at rubyforge.org> Subject: Re: [Mongrel] Error installing Mongrel on Solaris 9> > On 11/5/07, Brian Penrose <bpenrose112 at hotmail.com> wrote:> >> >> > Hi Luis,> >> > Nope...didn''t use the -P HighSecurity" parameter.> >> > Ok, that means that actually RubyGems is using SSL even you didn''t> asked for it...> > I''ll try to recreate the scenario later today and maybe submit a patch> for rubygems.> > You don''t have alternative or don''t want to install SSL?> > -- > Luis Lavena> Multimedia systems> -> Leaders are made, they are not born. They are made by hard effort,> which is the price which all of us must pay to achieve any goal that> is worthwhile.> Vince Lombardi> _______________________________________________> Mongrel-users mailing list> Mongrel-users at rubyforge.org> http://rubyforge.org/mailman/listinfo/mongrel-users Windows Live Hotmail and Microsoft Office Outlook ? together at last. Get it now! _______________________________________________ Mongrel-users mailing list Mongrel-users at rubyforge.org http://rubyforge.org/mailman/listinfo/mongrel-users _________________________________________________________________ Peek-a-boo FREE Tricks & Treats for You! http://www.reallivemoms.com?ocid=TXT_TAGHM&loc=us -------------- next part -------------- An HTML attachment was scrubbed... URL: http://rubyforge.org/pipermail/mongrel-users/attachments/20071105/f06c0645/attachment.html
Hi Luis, We still have not been able to get past this error. We do have OpenSSL installed not the machine. Rake installed fine, which I thought also needed SSL??? Any ideas? Thanks, Brian Luis Lavena wrote:> On 11/5/07, Brian Penrose <bpenrose112 at hotmail.com> wrote: >> >> All other gems (including Rake) installed fine. >> >> Any suggestions? >> > > Latest mongrel gems are "signed", in that way you are sure is our gem > and noone else. > > RubyGems shouldn''t yell at you about missing OpenSSL since you didn''t > use the "-P HighSecurity" parameter, or did you? > > -- > Luis Lavena > Multimedia systems > - > Leaders are made, they are not born. They are made by hard effort, > which is the price which all of us must pay to achieve any goal that > is worthwhile. > Vince Lombardi-- Posted via http://www.ruby-forum.com/.
On 11/7/07, Brian Penrose <lists at ruby-forum.com> wrote:> Hi Luis, > > We still have not been able to get past this error. We do have OpenSSL > installed not the machine. Rake installed fine, which I thought also > needed SSL??? >The Rake gem isn''t signed, the Mongrel one is. As I commented, it seems rubygems is trying to verify gem signature even that you didn''t require it, which sounds odd when you comment that have OpenSSL installed.> Any ideas?- What version of rubygems do you have? use (gem -v) or (gem env) to get the info I don''t remember if 0.9.4 have --debug support to show the backtrace with the problem, but please try it: gem --debug install mongrel also: gem --debug install mongrel -P HighSecurity I''ll check later today for some workaround. Please excuse the inconvenience. -- Luis Lavena Multimedia systems - Leaders are made, they are not born. They are made by hard effort, which is the price which all of us must pay to achieve any goal that is worthwhile. Vince Lombardi
Thanks Luis... RubyGemsVersion 0.8.11 Mongrel version 1.0.4...we also have a Mongrel 1.1 folder but I don''t see a gem file with it. The --debug install options below didn''t generate anything. Brian Luis Lavena wrote:> On 11/7/07, Brian Penrose <lists at ruby-forum.com> wrote: >> Hi Luis, >> >> We still have not been able to get past this error. We do have OpenSSL >> installed not the machine. Rake installed fine, which I thought also >> needed SSL??? >> > > The Rake gem isn''t signed, the Mongrel one is. > > As I commented, it seems rubygems is trying to verify gem signature > even that you didn''t require it, which sounds odd when you comment > that have OpenSSL installed. > >> Any ideas? > > - What version of rubygems do you have? use (gem -v) or (gem env) to > get the info > > I don''t remember if 0.9.4 have --debug support to show the backtrace > with the problem, but please try it: > > gem --debug install mongrel > > also: > > gem --debug install mongrel -P HighSecurity > > I''ll check later today for some workaround. Please excuse the > inconvenience. > > -- > Luis Lavena > Multimedia systems > - > Leaders are made, they are not born. They are made by hard effort, > which is the price which all of us must pay to achieve any goal that > is worthwhile. > Vince Lombardi-- Posted via http://www.ruby-forum.com/.
On 11/7/07, Brian Penrose <lists at ruby-forum.com> wrote:> Thanks Luis... > > RubyGemsVersion 0.8.11 >Oh, you should try update rubygems at least... version 0.9.4 is the latest stable published. But I''ll try to get that version running on my sandbox and see what happens. Too many version compatibility mismatches :-P> Mongrel version 1.0.4...we also have a Mongrel 1.1 folder but I don''t > see a gem file with it.I think 1.1 is not ready for production, maybe I''m wrong (was offline for almost a week). Regards, -- Luis Lavena Multimedia systems - Leaders are made, they are not born. They are made by hard effort, which is the price which all of us must pay to achieve any goal that is worthwhile. Vince Lombardi
1.1 is fine for production although there is a (now) known bug with mongrel_rails restart. Evan On Nov 7, 2007 2:01 PM, Luis Lavena <luislavena at gmail.com> wrote:> On 11/7/07, Brian Penrose <lists at ruby-forum.com> wrote: > > Thanks Luis... > > > > RubyGemsVersion 0.8.11 > > > > Oh, you should try update rubygems at least... version 0.9.4 is the > latest stable published. > > But I''ll try to get that version running on my sandbox and see what happens. > > Too many version compatibility mismatches :-P > > > Mongrel version 1.0.4...we also have a Mongrel 1.1 folder but I don''t > > see a gem file with it. > > I think 1.1 is not ready for production, maybe I''m wrong (was offline > for almost a week). > > Regards, > > -- > Luis Lavena > Multimedia systems > - > Leaders are made, they are not born. They are made by hard effort, > which is the price which all of us must pay to achieve any goal that > is worthwhile. > Vince Lombardi > > _______________________________________________ > Mongrel-users mailing list > Mongrel-users at rubyforge.org > http://rubyforge.org/mailman/listinfo/mongrel-users >-- Evan Weaver Cloudburst, LLC
Upgrading rubygems to 0.9.4 and mongrel 1.1 resolved the issue. Thanks for your help! Brian> Date: Wed, 7 Nov 2007 16:01:23 -0300 > From: luislavena at gmail.com > To: mongrel-users at rubyforge.org > Subject: Re: [Mongrel] Error installing Mongrel on Solaris 9 > > On 11/7/07, Brian Penrose <lists at ruby-forum.com> wrote: > > Thanks Luis... > > > > RubyGemsVersion 0.8.11 > > > > Oh, you should try update rubygems at least... version 0.9.4 is the > latest stable published. > > But I''ll try to get that version running on my sandbox and see what happens. > > Too many version compatibility mismatches :-P > > > Mongrel version 1.0.4...we also have a Mongrel 1.1 folder but I don''t > > see a gem file with it. > > I think 1.1 is not ready for production, maybe I''m wrong (was offline > for almost a week). > > Regards, > > -- > Luis Lavena > Multimedia systems > - > Leaders are made, they are not born. They are made by hard effort, > which is the price which all of us must pay to achieve any goal that > is worthwhile. > Vince Lombardi > _______________________________________________ > Mongrel-users mailing list > Mongrel-users at rubyforge.org > http://rubyforge.org/mailman/listinfo/mongrel-users_________________________________________________________________ Climb to the top of the charts!? Play Star Shuffle:? the word scramble challenge with star power. http://club.live.com/star_shuffle.aspx?icid=starshuffle_wlmailtextlink_oct -------------- next part -------------- An HTML attachment was scrubbed... URL: http://rubyforge.org/pipermail/mongrel-users/attachments/20071109/46bbd762/attachment.html