asdf-community/asdf-php

Installing 8.1 8.2 crashes without useful info about it

Opened this issue · 2 comments

Provide environment information

OS:
Linux xvladqt-arch 6.6.3-zen1-1-zen #1 ZEN SMP PREEMPT_DYNAMIC Wed, 29 Nov 2023 00:40:39 +0000 x86_64 GNU/Linux

SHELL:
zsh 5.9 (x86_64-pc-linux-gnu)

BASH VERSION:
5.2.21(1)-release

ASDF VERSION:
v0.13.1

ASDF INTERNAL VARIABLES:
ASDF_DEFAULT_TOOL_VERSIONS_FILENAME=.tool-versions
ASDF_DATA_DIR=/home/xvladqt/.asdf
ASDF_DIR=/opt/asdf-vm
ASDF_CONFIG_FILE=/home/xvladqt/.asdfrc

ASDF INSTALLED PLUGINS:
php                          https://github.com/asdf-community/asdf-php.git master 1eaf4de
ruby                         https://github.com/asdf-vm/asdf-ruby.git master 3048c2a

To Reproduce

asdf install php 8.2.13 > php.log 2> php2.log

Describe the Bug

I try 8.2.13, 8.1.25, 8.1.26, but just random fails, i don't understand where is problem
Install logs: https://gist.github.com/xvladqt/7456d3142e7bf98d1c984b0a65d056eb

Expected Behaviour

Installed php

php 8.3.0 installs successfully

Perhaps the problem was in openssl 3, was able to install 7.4 this way by installing openssl1.1 before

PKG_CONFIG_PATH="/home/linuxbrew/.linuxbrew/opt/openssl@1.1/lib/pkgconfig" PATH="/home/linuxbrew/.linuxbrew/opt/openssl@1.1/bin:$PATH" asdf install php 7.4.33