Jump to content

Recommended Posts

Posted

The username is: aurelio

 

=E2=80=90=E2=80=90=E2=80=90=E2=80=90=E2=80=90=E2=80=90=E2=80=90 Original Me=

ssage =E2=80=90=E2=80=90=E2=80=90=E2=80=90=E2=80=90=E2=80=90=E2=80=90

 

On June 21, 2018 1:14 AM, Heliohost Support wrote:

 

> What is your username or main domain?

>

> You may view the status of your ticket by visiting:

>

> https://www.helionet.org/index/index.php?showtopic=3D33269

>

> Thank you,

>

> Heliohost support

>

> https://www.heliohost.org/

>

> https://www.helionet.org/

Posted

If you run this, you'll see that Sodium is not among the loaded extensions:

 

print_r(get_loaded_extensions());

 

In fact, if you run this:

 

sodium_crypto_sign_verify_detached();

 

you'll see that it fails not because of the lack of arguments but because i=

t is undefined.

 

This is kind of weird because the: https://secure.php.net/manual/en/sodium.=

installation.php says:

 

"There is no installation needed to use these functions; they are part of t=

he PHP core."

 

And https://secure.php.net/manual/en/sodium.configuration.php says:

 

"This extension has no configuration directives defined in php.ini."

 

=E2=80=90=E2=80=90=E2=80=90=E2=80=90=E2=80=90=E2=80=90=E2=80=90 Original Me=

ssage =E2=80=90=E2=80=90=E2=80=90=E2=80=90=E2=80=90=E2=80=90=E2=80=90

 

On June 21, 2018 4:22 AM, Heliohost Support wrote:

 

> Sodium module is listed on Tommy PHP 7.2 https://krydos.heliohost.org/72/=

phpinfo.php

>

> You may view the status of your ticket by visiting:

>

> https://www.helionet.org/index/index.php?showtopic=3D33269

>

> Thank you,

>

> Heliohost support

>

> https://www.heliohost.org/

>

> https://www.helionet.org/

Posted

Oh, you're right. It turns out that CentOS 7 installs too old of a version of libsodium and libsodium-devel for the sodium packaged with PHP 7.2.

 

Is it working now?

Guest
This topic is now closed to further replies.
×
×
  • Create New...