You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 2, 2020. It is now read-only.
I'm having trouble installing php55-sphinx. Pretty sure it's a pathing issue with homebrew being installed in boxen's /opt/boxen/homebrew instead of /usr/local, but I'm unsure of how to resolve it.
Here's the error:
configure: error: Cannot find libsphinxclient headers
Managed to resolve them by adding in "--with-ssh2=/opt/boxen/homebrew/Cellar/libssh2/1.4.3_1" so I think it's a general pattern of php modules ./configure not having the needed paths from homebrew.
Hi
I'm having trouble installing php55-sphinx. Pretty sure it's a pathing issue with homebrew being installed in boxen's /opt/boxen/homebrew instead of /usr/local, but I'm unsure of how to resolve it.
Here's the error:
configure: error: Cannot find libsphinxclient headers
And the gist of my logs: https://gist.github.com/anonymous/9683930
Any help greatly appreciated.
For reference I've already asked the homebrew-php guys for help here https://github.com/josegonzalez/homebrew-php/issues/1049, unfortunately they weren't sure what the problem could be.
The text was updated successfully, but these errors were encountered: