-
Notifications
You must be signed in to change notification settings - Fork 13
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[QA] encryption fails on ubuntu 22.04 #342
Comments
|
We ship 3 copies of the pure php code already with owncloud core:
So maybe it is actually harmful to also install a possibly older version from the distribution? |
See the phpseclib release history: https://github.com/phpseclib/phpseclib/blob/master/CHANGELOG.md U20.04 phpseclib 2.0.23 (2019-09-16) Reading the code, Plus, our sharepoint app needs phpseclib to be installed. This was an issue (PR already merged) I remember hopefully correctly you raised... This raises following issues:
|
Seen with encryption 1.5.2-rc1 and 1.5.1 and 1.5.0 (not a regression)
On a Ubuntu 22.04 system, php8 is default. We install 7.4 like this:
Note: there is no php7.4-phpseclib package currently available.
After installing owncloud 10.10.0 the following occ commands crash the system:
After that, the system is unusable.
Expected behaviour:
See also:
The text was updated successfully, but these errors were encountered: