asdf-community / asdf-php

PHP plugin for the asdf version manager
https://github.com/asdf-vm/asdf
Apache License 2.0
216 stars 101 forks source link

Sodium not installed on ubuntu #147

Open praswicaksono opened 1 year ago

praswicaksono commented 1 year ago

I tried install php 8.1 on ubuntu machine but sodium is not installed, I check the code i see --with-sodium option only available for mac, anyone experiencing same issue?

99linesofcode commented 1 year ago

Check the workflow.yml to see which dependencies are required in order to use this plugin.

megawebmaster commented 1 year ago

@praswicaksono - yes, I have the same issue and I was surprised it's not included. Fortunately you can force the plugin to install sodium with: PHP_CONFIGURE_OPTIONS="--with-sodium" asdf install php 8.2.6.