I’m installing OwnCloud 10.0.8 on Ubuntu 18.04 server and PHP 7.2. Mcrypt is listed as an optional prerequisite but Mcrypt is no longer maintained and has been replaced by Sodium. After installing Sodium (1.0.6-1build3) I receive this error:
owncloud:~$ php -m|grep -i sodium
PHP Fatal error: sodium_init() in Unknown on line 0
libsodium
sodium
I’m not really sure what is causing this. I searched the php.ini file in /etc/php/7.2/cli but could not find anything involving libsodium or sodium.
I understand. Mcrypt is listed as an optional extension in the ownCloud manual so I guess it’s not a big deal if I cannot install it. It would be great to be able to use PHP 7.2 as it’s natively available in the Ubuntu 18.04 repositories. In order to install PHP 7.1 on Ubuntu 18.04 I must add a third party repository (which I’m not a fan of). Have you encountered any issues with PHP 7.2 during your technical preview?