-
Notifications
You must be signed in to change notification settings - Fork 2
Support för Sierra #19
Comments
might be relevant... |
Added with-apache to the brewfile, but php55 can't be installed due to
|
Fixed the permissions, but now I'm getting
|
Found some helpful stuff in https://github.com/Homebrew/homebrew-php/issues/3283#issuecomment-239678929.
got it working. But Homebrew failed to link php55 since /usr/local/opt/php55 wasn't empty, so I simply |
Everything seems to be working no, so to summarize the steps required:
We COULD include line 3-5 in the PHP puppet, but I don't think we should since I don't really understand why it's necessary. Hopefully it won't be in the future. I'll leave this issue open for further discussions. |
You should no longer need to modify any of this and php should install out of the box. There are still a few issues with the bottles due to a bug in brew so they need to be rebuilt (for 7.0 at least) If you need to apache module that is no longer the default and you need to put in the additional option |
Yolo etc, so I've upgraded to Sierra without knowing anything prior.
After the upgrade, I ran
brew doctor
to get some clues about the status. It led me to:I also ran
xcode-select --install
just to make sure that I got the latest version of command line tools. Which I didn't.I then ran
brew update
which told me to change ownership of /usr/local once again, so I did. Then finallybrew upgrade
which took some time to execute.Nothing strange going on so far, but I noticed that my ~/.profile wasn't being read, so I moved the contents of that file to ~/.bash_profile in order to include everything needed by Odd Environment. Now
oddenv
worked and changed the contents of some files.Everything seems to be working except for Apache. I tried to start it manually by
apachectl
, but it says:so I guess there's a problem with PHP.
To be continued...
The text was updated successfully, but these errors were encountered: