Hello everyone,
I am trying to run this command:
brew install sphinx --with-mysql
And I get a message saying
Error: invalid option: --with-mysql
I am not able to install the extension…
thank you for helping!!
Hello everyone,
I am trying to run this command:
brew install sphinx --with-mysql
And I get a message saying
Error: invalid option: --with-mysql
I am not able to install the extension…
thank you for helping!!
Have you installed mysql?
Yes I did install mysql
Thanks Ali, as you recommended I ran the following and it finally worked out!
-brew update
-brew install sphinx
-check this file: file /usr/local/bin/indexer
-bundle exec rake ts:index
-bundle exec rake ts:start