PHP 7.4 And Tidy-HTML 5.8 #400
-
My tidy-html package got updated to 5.8 and now I can't load php 7.4 as it gives the error looking for 5.0 httpd: Syntax error on line 185 of /usr/local/etc/httpd/httpd.conf: Cannot load /usr/local/opt/[email protected]/lib/httpd/modules/libphp7.so into server: dlopen(/usr/local/opt/[email protected]/lib/httpd/modules/libphp7.so, 10): Library not loaded: /usr/local/opt/tidy-html5/lib/libtidy.5.dylib\n Referenced from: /usr/local/opt/[email protected]/lib/httpd/modules/libphp7.so\n Reason: image not found dyld: Library not loaded: /usr/local/opt/tidy-html5/lib/libtidy.5.dylib I've tried reinstalling php 7.4 but no luck. |
Beta Was this translation helpful? Give feedback.
Replies: 4 comments 9 replies
-
Update: All formulae have been re-built. This should work now. brew update
brew reinstall shivammathur/php/[email protected] |
Beta Was this translation helpful? Give feedback.
-
I have run |
Beta Was this translation helpful? Give feedback.
-
For my case I fixed it by :
|
Beta Was this translation helpful? Give feedback.
-
On mac I just did |
Beta Was this translation helpful? Give feedback.
@LiamW
Update: All formulae have been re-built. This should work now.