Page 2 of 2

Re: Softaculous it does not work alter update 0.9.8-23

Posted: Wed Jan 30, 2019 9:20 am
by prideofelites
Confirmed working on CentOS 7.6

Re: Softaculous it does not work alter update 0.9.8-23

Posted: Tue Mar 05, 2019 2:52 pm
by musicmouse
mephivio wrote:
Tue Oct 23, 2018 6:31 am
In the recent update it seems VestaCP deleted the Softaculous binary file causing a blank page.

Please install "gcc" if it is not installed on your server and then execute the following repair command to resolve the issue :
Code
/usr/local/vesta/php/bin/php /usr/local/vesta/softaculous/cli.php --repair
I get a lot of error messages when I run the cli.php --repair command:

Code: Select all

/usr/local/vesta/softaculous/tmp/hddkZ/8OJI3.c: In function ‘main’:
/usr/local/vesta/softaculous/tmp/hddkZ/8OJI3.c:46:19: warning: implicit declaration of function ‘getuid’; did you mean ‘getline’? [-Wimplicit-function-declaration]
  sprintf(u, "%d", getuid());
                   ^~~~~~
                   getline
/usr/local/vesta/softaculous/tmp/hddkZ/8OJI3.c:52:2: warning: implicit declaration of function ‘putenv’; did you mean ‘popen’? [-Wimplicit-function-declaration]
  putenv(soft_euid);
  ^~~~~~
  popen
/usr/local/vesta/softaculous/tmp/hddkZ/8OJI3.c:56:22: warning: implicit declaration of function ‘getgid’; did you mean ‘getline’? [-Wimplicit-function-declaration]
  sprintf(egid, "%d", getgid());
                      ^~~~~~
                      getline
/usr/local/vesta/softaculous/tmp/hddkZ/8OJI3.c:60:2: warning: implicit declaration of function ‘setuid’; did you mean ‘setbuf’? [-Wimplicit-function-declaratio                  ]
  setuid( 0 );
  ^~~~~~
  setbuf
/usr/local/vesta/softaculous/tmp/hddkZ/8OJI3.c:62:2: warning: implicit declaration of function ‘setgid’; did you mean ‘setbuf’? [-Wimplicit-function-declaratio                  ]
  setgid( 0 );
  ^~~~~~
  setbuf
/usr/local/vesta/softaculous/tmp/hddkZ/8OJI3.c:93:9: warning: implicit declaration of function ‘system’ [-Wimplicit-function-declaration]
  return system( e );
         ^~~~~~