Skip to content
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

Function not implemented: AH00141: Could not initialize random number generator #373

Closed
201206030 opened this issue Jul 3, 2022 · 4 comments
Assignees
Labels

Comments

@201206030
Copy link

201206030 commented Jul 3, 2022

The problem occurs when I install the latest version(5.2.0) of phpmyadmin using docker.

Install Command

$ docker run --name myadmin -d -e PMA_HOST=dbhost -p 8080:80 phpmyadmin

Docker Info

Server Version: 20.10.17 
Kernel Version: 3.10.0-514.26.2.el7.x86_64 
Operating System: CentOS Linux 7 (Core) 
OSType: linux 
Architecture: x86_64

If I change the version of phpmyadmin to 4.9.6 there will be no problem.


Docker Info

Server Version: 19.03.8 
Kernel Version: 3.10.0-957.21.3.el7.x86_64
Operating System: CentOS Linux 7 (Core) 
OSType: linux 
Architecture:x86_64

There is no problem installing the latest version on the above environment.I don't know if it is because the Kernel version is too low, but the Kernel version is not allowed to be modified. Is there any other solution?

@williamdes williamdes self-assigned this Jul 3, 2022
@williamdes
Copy link
Member

williamdes commented Jul 3, 2022

Hi!
Unfortunately this is way out of the scope of the phpMyAdmin image but I found some similar issues on GitHub:

Somebody seems to have pinned down the issue and described the solution: tanmng/docker-chevereto-free#36 (comment)

And the technical explanation: https://askubuntu.com/a/1323472/432270
Let me know what you think about it

@201206030
Copy link
Author

201206030 commented Jul 3, 2022

Thanks, I see. it's because of Apache web server.

@williamdes
Copy link
Member

Thanks, I see. it's because of Apache web server.

The kernel version and the apache version seem to be the combination that leads to this error
I am closing this issue but feel free to post any helpful comment here for other users that will have this issue

@201206030
Copy link
Author

Thanks, I see. it's because of Apache web server.

The kernel version and the apache version seem to be the combination that leads to this error I am closing this issue but feel free to post any helpful comment here for other users that will have this issue

OK!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants