I put that in my Gemfile, and ran a bundle, but the issue still persists.. This is what my Gemfile looks like: http://pastie.org/1321582
On Nov 23, 6:48 pm, Pat Allan <[email protected]> wrote: > Ah, it was because you've got it compiled for 64bit ids, and that changes the > version string in that output. > > I've updated Riddle to handle this - but you'll need to list it in your > Gemfile referring to the git repository: > > gem 'riddle', > :git => 'git://github.com/freelancing-god/riddle.git', > :branch => 'master' > > Make sure you list it before TS in your Gemfile. > > Cheers > > -- > Pat > > On 23/11/2010, at 11:41 PM, Dakota Brink wrote: > > > > > > > > >http://pastie.org/1319904 > > > On Nov 22, 11:02 pm, Pat Allan <[email protected]> wrote: > >> And what happens when you run the following on the server in a shell: > >> /usr/bin/sphinx-indexer > > >> Cheers > > >> -- > >> Pat > > >> On 23/11/2010, at 2:50 PM, Dakota Brink wrote: > > >>> Sorry, here I fixed the spaces. > >>> Still the same problem. > > >>> development: > >>> bin_path: "/usr/bin" > >>> port: 9312 > >>> indexer_binary_name: "sphinx-indexer" > >>> searchd_binary_name: "sphinx-searchd" > > >>> -- > >>> You received this message because you are subscribed to the Google Groups > >>> "Thinking Sphinx" 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 > >>> athttp://groups.google.com/group/thinking-sphinx?hl=en. > > > -- > > You received this message because you are subscribed to the Google Groups > > "Thinking Sphinx" 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 > > athttp://groups.google.com/group/thinking-sphinx?hl=en. -- You received this message because you are subscribed to the Google Groups "Thinking Sphinx" 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/thinking-sphinx?hl=en.
