PHP startup: Unable to load dynamic library 'sodium.so'

1.7k Views Asked by At

Currently, I am using AMPPS, and I would like to use AMPPS to install Magento. However, it shows me

PHP startup: Unable to load dynamic library 'sodium.so'

I found that sodium.so exists in php.ini but not in php74/ext. Then I enabled it and still the same error. After that, I tried to run

pecl install -f libsodium

sodium.so is now existing under php74/ext, but still the same error.

Is there any method to solve this? thanks very much.

0

There are 0 best solutions below