Chun-Sheng, Li

Results 429 comments of Chun-Sheng, Li

Here are my tests for compiling the `PHP 8.1.10`, `PHP 8.1.11`, `PHP 7.4.28` and `PHP 7.4.33` versions with the latest PHPBrew version in the M2: Here are my CPU information:...

Here are compiling `PHP 8.0.30` (it's the latest PHP 8.0 version) log is as follows with the latest PHPBrew version: ```sh $ phpbrew --debug install 8.0 +mbstring +json +filter +openssl='/opt/homebrew/opt/[email protected]'...

Using this patch to build a PHPBrew and compiling the `PHP 8.1.10` and `PHP 8.0.30` logs are as follows: ```sh $ brew --prefix pcre2 /opt/homebrew/opt/pcre2 $ phpbrew --version phpbrew -...

Is this [useful](https://github.com/phpbrew/phpbrew/wiki/Troubleshooting#compiling-php74-with-the-openssl-extension-error-in-ubuntu-2204) in your Manjaro? (Arch Linux-based distribution)

Could you use the `export PKG_CONFIG_PATH=/usr/lib/openssl-1.1/pkgconfig`? It seems that you use the `set` to set the shell variable and it should use the `export` command to define the environment variable....

It seems that some configuration are different in the `Arch Linux 5.15.79-1-lts` Linux distribution. I try my solution in the Ubuntu 22.04 again, and run the `export PKG_CONFIG_PATH=$HOME/openssl-1.1.1i/bin/lib/pkgconfig && phpbrew...

These following commands are run in the fresh and clean Ubuntu 22.04: When running the `PKG_CONFIG_PATH=$HOME/openssl-1.1.1i/bin/lib/pkgconfig && phpbrew --debug install 7.4 +default` command, the related `./configure` command usage is as...

- I've installed the `libssl-dev` package in the Ubuntu 22.04. And running the following command to verify that: ``` $ dpkg -l | grep libssl-dev ii libssl-dev:amd64 3.0.2-0ubuntu1.7 amd64 Secure...

I've the `/usr/lib/pkgconfig` directory, but there's no `openssl.pc` file in this directory: ``` $ ls /usr/lib/pkgconfig libdmmp.pc ```