On Jan 11, 2008 5:49 PM, Wes Gamble <[EMAIL PROTECTED]> wrote:
>
> Here is my version information.
>
> C:\eclipse\workspace>ruby -v
> ruby 1.8.6 (2007-03-13 patchlevel 0) [i386-mswin32]
>
> C:\eclipse\workspace>ruby -e "puts RUBY_PLATFORM"
> i386-mswin32
>
> C:\eclipse\workspace>gem --version
> 1.0.1
>
> C:\eclipse\workspace>gem list mongrel
>
> *** LOCAL GEMS ***
>
> mongrel (1.1)
> mongrel_cluster (1.0.5)
> mongrel_service (0.3.4)
>

Ok, it seems I lost my bet.

But the "missing MSVCR80.dll" error is because some extension is
linked with it, and your application is loading it.

You can install the Microsoft Redistributable C runtime 8.0 and maybe
that will solve the error message.

> Also, I have successfully installed C-based gems under the new rubygems
> regime of wanting to compile - AFAIK, my C environment is set up
> correctly for this.  However, installing the mongrel gem has never
> kicked off a compile, so I'm getting pre-compiled gems.
>

Yes, that version of ruby will get proper, existing compiled gems installed.

Can you provide the whole list of gems you have installed?

Also, you're using One-Click Installer, InstantRails or Bitnami?

-- 
Luis Lavena
Multimedia systems
-
A common mistake that people make when trying to design
something completely foolproof is to underestimate
the ingenuity of complete fools.
Douglas Adams
_______________________________________________
Mongrel-users mailing list
Mongrel-users@rubyforge.org
http://rubyforge.org/mailman/listinfo/mongrel-users

Reply via email to