Installing ioncube extension #742
Replies: 4 comments
-
Just realized the error I pasted wasn't the one I meant, this is the error I'm actually dealing with: Warning: Failed loading Zend extension 'ioncube_loader_lin_8.1.so' (tried: /usr/local/lib/php/extensions/no-debug-non-zts-20210902/ioncube_loader_lin_8.1.so (Error relocating /usr/local/lib/php/extensions/no-debug-non-zts-20210902/ioncube_loader_lin_8.1.so: unsupported relocation type 7), /usr/local/lib/php/extensions/no-debug-non-zts-20210902/ioncube_loader_lin_8.1.so.so (Error loading shared library /usr/local/lib/php/extensions/no-debug-non-zts-20210902/ioncube_loader_lin_8.1.so.so: No such file or directory)) in Unknown on line 0 |
Beta Was this translation helpful? Give feedback.
-
Could you please supply your |
Beta Was this translation helpful? Give feedback.
-
Here is my .env file data: WARDEN_ENV_NAME=iwae TRAEFIK_DOMAIN=iwae.local WARDEN_DB=1 OPENSEARCH_VERSION=2.5 WARDEN_SYNC_IGNORE= WARDEN_ALLURE=0 BLACKFIRE_CLIENT_ID= |
Beta Was this translation helpful? Give feedback.
-
Thank you. It looks like the lack of ioncube from these images was an accidental miss. They should have ionCube automatically installed. If you run Please let me know if that solves your problem! |
Beta Was this translation helpful? Give feedback.
-
I'm trying to install ioncube in my Magento instance following this guide:
https://wetopi.com/install-ioncube-loader/
However, when I get to checking if the extension is correctly installed running php -v, I get this error in the output:
Warning: Failed loading Zend extension 'ioncube_loader_lin_8.1.so' (tried: /usr/local/lib/php/extensions/no-debug-non-zts-20210902/ioncube_loader_lin_8.1.so (Error loading shared library /usr/local/lib/php/extensions/no-debug-non-zts-20210902/ioncube_loader_lin_8.1.so: No such file or directory), /usr/local/lib/php/extensions/no-debug-non-zts-20210902/ioncube_loader_lin_8.1.so.so (Error loading shared library /usr/local/lib/php/extensions/no-debug-non-zts-20210902/ioncube_loader_lin_8.1.so.so: No such file or directory)) in Unknown on line 0
It seems there is somewhere that duplicates the .so to the file, but I'm not finding where this is happening. Everything that I've created is ok, no duplication.
Beta Was this translation helpful? Give feedback.
All reactions