In arch exists 2 openssl packages (openssl, openssl-1.1) For building required openssl-1.1, need manually set pkgconfig
export PKG_CONFIG_PATH=/usr/lib/openssl-1.1/pkgconfig| Determining configuration options... | |
| Downloading source code... | |
| Extracting source code... | |
| Running buildconfig... | |
| buildconf: Checking installation | |
| buildconf: autoconf version 2.71 (ok) | |
| buildconf: Forcing buildconf. The configure files will be regenerated. | |
| buildconf: Cleaning cache and configure files | |
| buildconf: Rebuilding configure | |
| buildconf: Rebuilding main/php_config.h.in |
In arch exists 2 openssl packages (openssl, openssl-1.1) For building required openssl-1.1, need manually set pkgconfig
export PKG_CONFIG_PATH=/usr/lib/openssl-1.1/pkgconfig| { | |
| "bootstrapped": true, | |
| "in_process_packages": | |
| [ | |
| ], | |
| "installed_packages": | |
| [ | |
| "BracketHighlighter", | |
| "Diffy", | |
| "Dockerfile Syntax Highlighting", |
| BROADCAST_DRIVER=redis | |
| CACHE_DRIVER=redis | |
| QUEUE_CONNECTION=redis | |
| SESSION_DRIVER=redis | |
| REDIS_HOST=redis | |
| REDIS_PASSWORD=null | |
| REDIS_PORT=6379 | |
| MIX_ECHO_HOST=https://demo.local:6001 |