> > Hi Aaron, > > I (sadly) don't have a mac so I don't know how the "fallback" path > works but could you please check what your DYLD_LIBRARY_PATH is set > to. Maybe you need to add /usr/lib there although I would have thought > it would be checked by default. > > Cheers, > Dave
Hi Dave, Thanks for the tip. What I ended up doing was setting the DYLD_FALLBACK_LIBRARY_PATH environment variable like this: export DYLD_FALLBACK_LIBRARY_PATH=$DYLD_FALLBACK_LIBRARY_PATH:/usr/lib and everything compiled fine. The C extensions provided me with a tremendous performance improvement over the all Ruby version. Thanks Again, Aaron -- Posted via http://www.ruby-forum.com/. _______________________________________________ Ferret-talk mailing list [email protected] http://rubyforge.org/mailman/listinfo/ferret-talk

