-
-
Notifications
You must be signed in to change notification settings - Fork 102
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Install fails because libcurl not found while installed #144
Comments
I am in the same situation. Has this been resolved? |
https://github.com/asdf-community/asdf-php/blob/master/.github/workflows/workflow.yml#L30 |
@99linesofcode I've installed the linked packages and have the same error still. Any other ideas what could be done? Machine: Windows 11 (WSL2 - Ubuntu 22.04) |
After you install curl set the following environment variables:
Adjusting for wherever your curl is installed to. This is where mine was installed on MacOS and it got me past this issue. I had to do the same for iconv:
Still fighting with zlib 😅 |
What I do
On my WSL Ubuntu linux
Trying to install latest php after installing asdf-php plugin
What I expect
I expect php to be installed successfully
What I get
I get an error message about libcurl in the automake's ./configure step
But everything seems ok to me as I have the
libcurl4-openssl-dev
installedI understand this may be an issue of the php source repo...
Details
Install logs
The text was updated successfully, but these errors were encountered: