On Thu, Apr 06, 2006 at 10:19:46PM +0200, Tim Case wrote: > Hi, > > I'm having this problem myself, I notice that my Txd deployed Rails > application is not working, like my locally installed Rails application. > I froze the gem and it's in my vendor/lib and still doesn't work. After > reading this email: > > http://forum.textdrive.com/viewtopic.php?id=7880 > > I'm coming to the conclusion that you can't freeze ferret like other > gems because of the C extensions. Installing the gem also builds the C > extensions? So it's a no go for a gem freeze for Ferret?
just copy the compiled C extension (ferret_ext.so) to your lib dir, too. works fine for me. Regards, Jens -- webit! Gesellschaft für neue Medien mbH www.webit.de Dipl.-Wirtschaftsingenieur Jens Krämer [EMAIL PROTECTED] Schnorrstraße 76 Tel +49 351 46766 0 D-01069 Dresden Fax +49 351 46766 66 _______________________________________________ Ferret-talk mailing list [email protected] http://rubyforge.org/mailman/listinfo/ferret-talk

