-
Notifications
You must be signed in to change notification settings - Fork 35
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
Failed loading /opt/ioncube/ioncube_loader_lin_.so #38
Comments
Just made a PR #39 to fix this. |
@ff05 I have applied your change locally but still getting the same issue when starting docker-compose: ...
testrail-docker-cassandra-1 | INFO [main] 2022-09-29 06:41:15,961 CassandraDaemon.java:650 - Startup complete
testrail-docker-srv-1 | Failed loading /opt/ioncube/ioncube_loader_lin_.so: /opt/ioncube/ioncube_loader_lin_.so: cannot open shared object file: No such file or directory
testrail-docker-srv-1 | The ionCube PHP Loader is not installed
... Am I missing sth? |
In the docker-compose.yml they use the uploaded Image from Dockerhub. As long as they don't apply the fix to the uploaded image, you have to build the Image for testrail apache by yourself and use that in your docker-compose. |
kindly check the steps that worked with me:
|
now it is fixed by commit 89bf001 |
when i use testrail/apache docker image to build a container this error pop-out : Failed loading /opt/ioncube/ioncube_loader_lin_.so: /opt/ioncube/ioncube_loader_lin_.so: cannot open shared object file: No such file or directory
can any one help please ?
The text was updated successfully, but these errors were encountered: