Page 1 of 1

Error While installing on Ubuntu Server 20.04

Posted: Sat 13. Jun 2020, 23:14
by dioporken
Hello,
I executed the installation command on a freshly installed Ubuntu 20.04
And it stops right here:

Failed loading /usr/local/ioncube/ioncube_loaders_lin64_7.4_10.4.0_beta6.so: /usr/local/ioncube/ioncube_loaders_lin64_7.4_10.4.0_beta6.so: cannot open shared object file: No such file or directory
PHP Parse error: syntax error, unexpected 'ionCube' (T_STRING) in /home/keyhelp/www/keyhelp/install/install.php on line 5

inside my /usr/local/ioncube/ I find ioncube_loaders_lin64_7.4_10.4.0_beta7.so not ioncube_loaders_lin64_7.4_10.4.0_beta6.so

maybe the installer script should be updated?

Thank you very much indeed


[Mod-Edit]
Thread moved to english section.

Re: Error While installing on Ubuntu Server 20.04

Posted: Sat 13. Jun 2020, 23:33
by Jolinar
dioporken wrote: Sat 13. Jun 2020, 23:14 maybe the installer script should be updated?
Alexander wrote: Fri 24. Apr 2020, 08:48 The release of KeyHelp support for Ubuntu 20.04 depends heavily on the support of ionCube for PHP 7.4. They do not fully support PHP 7.4 yet, so this topic will have to wait. Expect support for Ubuntu 20.04 with the release of KeyHelp 20.2

Re: Error While installing on Ubuntu Server 20.04

Posted: Sat 13. Jun 2020, 23:33
by dioporken
I think I found the issue,

inside install_keyhelp.sh sometimes you refer to ioncube_loader and sometimes to ioncube_loaders

just fix it

Re: Error While installing on Ubuntu Server 20.04

Posted: Sat 13. Jun 2020, 23:34
by dioporken
this is not related to ubuntu 20.04 it is just the installer script to fix

Re: Error While installing on Ubuntu Server 20.04

Posted: Sat 13. Jun 2020, 23:39
by Jolinar
Read my previous post, ubuntu 20.04 is not yet supported.

Re: Error While installing on Ubuntu Server 20.04

Posted: Sat 13. Jun 2020, 23:43
by dioporken
I understand that, but your script contains a mistake:

Code: Select all

            mkdir -p /usr/local/ioncube
            local downloadUrl="https://install.keyhelp.de/misc/ioncube_loader_lin64_7.4_10.4.0_beta7.so"
            wget --prefer-family="$PREFERRED_PROTOCOL" --quiet --show-progress --output-document /usr/local/ioncube/ioncube_loader_lin64_7.4_10.4.0_beta7.so $downloadUrl
            wget --prefer-family="$PREFERRED_PROTOCOL" --quiet --show-progress --output-document /usr/local/ioncube/ioncube_loader_lin64_7.4_10.4.0_beta7.so $downloadUrl
            local soFile="/usr/local/ioncube/ioncube_loaders_lin64_7.4_10.4.0_beta6.so"
            local soFile="/usr/local/ioncube/ioncube_loaders_lin64_7.4_10.4.0_beta6.so"
            local downloadUrl="http://downloads3.ioncube.com/loader_downloads/ioncube_loaders_lin_x86-64.tar.gz"
            local downloadUrl="http://downloads3.ioncube.com/loader_downloads/ioncube_loaders_lin_x86-64.tar.gz"
            local soFile="$extractTo/ioncube/ioncube_loader_lin_`get_php_version`.so"
            local soFile="$extractTo/ioncube/ioncube_loader_lin_`get_php_version`.so"
can you spot it?
Sometimes you call ioncube_loader and sometimes ioncube_loaders

Re: Error While installing on Ubuntu Server 20.04

Posted: Sat 13. Jun 2020, 23:51
by Jolinar
dioporken wrote: Sat 13. Jun 2020, 23:43 but your script contains a mistake
The script works fine with Ubuntu 18.04.

Please be patient. I'm just a moderator, not a developer. I think the best way is to wait for an answer from the head developer.

Re: Error While installing on Ubuntu Server 20.04

Posted: Sat 13. Jun 2020, 23:57
by dioporken
al right thank you! The bug is very clear to me , I just wanted to help...
Have a nice night ;-)

Re: Error While installing on Ubuntu Server 20.04

Posted: Sat 13. Jun 2020, 23:59
by Jolinar
dioporken wrote: Sat 13. Jun 2020, 23:57 Have a nice night ;-)
Thanks, you too 8-)

Re: Error While installing on Ubuntu Server 20.04  [SOLVED]

Posted: Mon 15. Jun 2020, 08:08
by Alexander
Hello,

Installing KeyHelp on Ubuntu 20 is not open for public and it is nothing one should do at this stage.

You should have seen the following note, when trying to install KeyHelp on Ubuntu 20

Code: Select all

The support for Ubuntu 20 is currently in closed BETA state.
Even if you get beyond the install_keyhelp.sh file, you will not be able go any further because the KeyHelp installer will prevent you from installing Ubuntu 20.

For the sake of simplicity, I have included the routines for installing on Ubuntu 20 in the regular install_keyhelp.sh, but as I see now, people try to use them, even if they read the note, I probably have to remove them.