If you are on OSX and you use Apple's ruby version (and you should) do NOT
do:

   - Install libxml2 and libxslt (for nokogiri, I used MacPorts)
   - Recompile all native gems (gem pristine --all)


First because libxml2 is already installed on your machine so why
reinstalling it? Then because gem pristine --all is not going to work with
many gems already installed by Apple.

- Matt


On Wed, Sep 16, 2009 at 10:32 AM, Tony Mann <[email protected]> wrote:

> Besides 1.9 compatibility, what other advantages does Thin have?
> ..tony..
>
>
> On Tue, Sep 15, 2009 at 5:20 PM, Chris Hoeppner 
> <[email protected]>wrote:
>
>>
>> I've moved to thin for development aswell. Production is using Passenger.
>>
>> Jon Hancock escribió:
>> > I have moved from mongrel to thin.  Its working well for me and has
>> > the benefit of being better supported for ruby 1.9.
>> >
>> > Jon
>> >
>> > On Sep 15, 6:52 pm, Tony Mann <[email protected]> wrote:
>> >
>> >> If you are using Snow Leopard, here is what you have to do to make Merb
>> >> happy:
>> >>
>> >>    - Install 64-bit MySQL 5.1
>> >>    - Reinstall mysql gem (sudo env ARCHFLAGS="-arch x86_64" gem install
>> >>    mysql -- --with-mysql-config=/usr/local/mysql/bin/mysql_config)
>> >>    - Reinstall do_mysql gem (sudo env ARCHFLAGS="-arch x86_64" gem
>> install
>> >>    do_mysql --version 0.9.11 --
>> >>    --with-mysql-config=/usr/local/mysql/bin/mysql_config)
>> >>    - Install libxml2 and libxslt (for nokogiri, I used MacPorts)
>> >>    - Recompile all native gems (gem pristine --all)
>> >>    - Uninstall fastthread and mongrel gems, and reinstall mongrel gem
>> >>
>> >> If I missed anything, let me know.
>> >>
>> >> ..tony..
>> >>
>>
>>
>>
>>
>>
>
> >
>

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"merb" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [email protected]
For more options, visit this group at http://groups.google.com/group/merb?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to