V
V
vr6rus2020-05-08 00:01:48
linux
vr6rus, 2020-05-08 00:01:48

Ioncube is not installed on Debian 8, php 5.6, what is the reason?

I can’t install Ioncube on my virtual server, Debian 8, php version 5.6

I install according to the instructions, install Ioncube version identical to php, 64-bit, like my vdst, but still after restarting apache, and viewing with the php -v command, it is not observed. It seems like everything was inserted and registered everywhere, it also does not work, referring to the fact that Ioncube is not installed. What could be the reason?

Answer the question

In order to leave comments, you need to log in

2 answer(s)
P
Puma Thailand, 2020-05-09
@opium

forgot to add the module in the php config for apache

F
Foxcloud Foxcloud, 2020-05-11
@FoxCloud

For implementation, consider several options:
Option # 1 - implement docker technologies in your projects.
With docker, you can install existing environment configurations.
You can set up an environment for yourself once and, if necessary, deploy it on any machine.
Requires some effort to master.
Option number 2 - manual installation.
Below are the commands that will help you understand the installation of ioncube (may be slightly different in your environment)
If you have any questions - ask.
mkdir /usr/local/src/ioncube
wget https://downloads.ioncube.com/loader_downloads/ion... -P /usr/local/src/ioncube/
unzip /usr/local/src/ioncube/*
mv /usr/local/src/ioncube/ioncube/* /usr/local/src/ioncube/
cp /usr/local/src/ioncube/ioncube_loader_lin_5.6.so /usr/local/src/ioncube/ioncube_loader_lin_5.6. so.bak
mv /usr/local/src/ioncube/ioncube_loader_lin_5.6.so.bak /opt/php56/lib/php/modules/ioncube.so
chmod +x /opt/php56/lib/php/modules/ioncube. so
touch /opt/php56/etc/mods-available/ioncube.ini
echo "zend_extension=ioncube.so" > /opt/php56/etc/mods-available/ioncube.ini pkill
php

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question