04-03-2022
This commit is contained in:
@@ -684,6 +684,27 @@ WSGIPythonHome "/usr/local/Cellar/python@3.8/3.8.3_2/Frameworks/Python.framework
|
||||
|
||||
|
||||
|
||||
### Erreur _apr_bucket:
|
||||
|
||||
```bash
|
||||
dyld[15170]: Symbol not found: _apr_bucket_file_set_buf_size
|
||||
Referenced from: /opt/homebrew/Cellar/httpd/2.4.52/bin/httpd
|
||||
Expected in: /usr/lib/libaprutil-1.0.dylib
|
||||
|
||||
```
|
||||
|
||||
Il faut réinstaller apr-util
|
||||
|
||||
https://stackoverflow.com/questions/69892715/installing-httpd-and-php-in-mac-os-12
|
||||
|
||||
```bash
|
||||
$ brew reinstall apr-util
|
||||
|
||||
$ brew services restart httpd
|
||||
```
|
||||
|
||||
|
||||
|
||||
### Liens:
|
||||
|
||||
[:fa-link: https://getgrav.org/blog/macos-bigsur-apache-multiple-php-versions](https://getgrav.org/blog/macos-bigsur-apache-multiple-php-versions)
|
||||
|
||||
Reference in New Issue
Block a user