You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello!
Tried example from http://openshift.github.io/geard/deploy_with_geard.html but instead of admin page got response "To make things right, you must install php_mongo module. Here for installation documents on PHP.net."
This error is caused by install error of mongo.so due missing make.
Proposed fix: add "yum install -y make" to Dockerfile
The text was updated successfully, but these errors were encountered:
Hello!
Tried example from http://openshift.github.io/geard/deploy_with_geard.html but instead of admin page got response "To make things right, you must install php_mongo module. Here for installation documents on PHP.net."
This error is caused by install error of mongo.so due missing make.
Proposed fix: add "yum install -y make" to Dockerfile
The text was updated successfully, but these errors were encountered: