Group: Member 
Post Group: Newbie
Posts: 4
Status: 
|
Hi,
I run into a issue I cant figure out.
I have a basic VPS froma2hosting that is a basic install of Ubuntu 20.04.1 LTS (GNU/Linux 5.4.0 x86_64). But when I install Webuzo I get an error:
The following errors occured :
Could not make the Webuzo binary
ERROR : There was an error while installing Webuzo
I tried this several times and get the same issue. Here is the full session, for review. Does anyone have a idea what this could be.
Welcome to Ubuntu 20.04.1 LTS (GNU/Linux 5.4.0 x86_64)
The programs included with the Ubuntu system are free software;
the exact distribution terms for each program are described in the
individual files in /usr/share/doc/*/copyright.
Ubuntu comes with ABSOLUTELY NO WARRANTY, to the extent permitted by
applicable law.
root@server:~# wget -N ...files webuzo com/install.sh
--2021-06-05 01:39:23-- ...files webuzo com/install.sh
Resolving files.webuzo.com (files webuzo com)... 192.198.80.3
Connecting to files webuzo com (files webuzo com)|192.198.80.3|:80... connected.
HTTP request sent, awaiting response... 200 OK
Length: 10763 (11K) [application/x-sh]
Saving to: 'install.sh'
install.sh 100%[===================================================================================>] 10.51K --.-KB/s in 0s
2021-06-05 01:39:24 (175 MB/s) - 'install.sh' saved [10763/10763]
root@server:~# chmod 0755 install.sh
root@server:~# ./install.sh
--------------------------------------------------------
Welcome to Webuzo Installer
--------------------------------------------------------
Installation Logs : tail -f /root/webuzo-install.log
--------------------------------------------------------
--------------------------------------------------------
Apache Detected, Please remove Apache from the Server to continue Installation
--------------------------------------------------------
Exiting installer
--------------------------------------------------------
root@server:~# sudo service apache2 stop
root@server:~# sudo apt-get purge apache2 apache2-utils apache2.2-bin apache2-common
Reading package lists... Done
Building dependency tree
Reading state information... Done
Package 'apache2.2-bin' is not installed, so not removed
E: Unable to locate package apache2-common
root@server:~# sudo apt-get purge apache2 apache2-utils apache2-bin apache2.2-common
Reading package lists... Done
Building dependency tree
Reading state information... Done
Package 'apache2.2-common' is not installed, so not removed
The following packages will be REMOVED:
apache2* apache2-bin* apache2-utils*
0 upgraded, 0 newly installed, 3 to remove and 0 not upgraded.
After this operation, 5957 kB disk space will be freed.
Do you want to continue? [Y/n] Y
(Reading database ... 27211 files and directories currently installed.)
Removing apache2 (2.4.41-4ubuntu3.1) ...
Removing apache2-bin (2.4.41-4ubuntu3.1) ...
dpkg: warning: while removing apache2-bin, directory '/var/lib/apache2' not empty so not removed
Removing apache2-utils (2.4.41-4ubuntu3.1) ...
Processing triggers for man-db (2.9.1-1) ...
(Reading database ... 27002 files and directories currently installed.)
Purging configuration files for apache2 (2.4.41-4ubuntu3.1) ...
Processing triggers for systemd (245.4-4ubuntu3.6) ...
root@server:~# sudo apt-get autoremove
Reading package lists... Done
Building dependency tree
Reading state information... Done
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
root@server:~# whereis apache2
apache2: /etc/apache2 /usr/share/apache2
root@server:~# sudo rm -rf /etc/apache2 /usr/share/apache2
root@server:~# whereis apache2
apache2:
root@server:~# ./install.sh
--------------------------------------------------------
Welcome to Webuzo Installer
--------------------------------------------------------
Installation Logs : tail -f /root/webuzo-install.log
--------------------------------------------------------
1) Installing Libraries and Dependencies
2) Setting UP WEBUZO
3) Downloading and Installing Webuzo
4) Downloading System Apps
The following errors occured :
Could not make the Webuzo binary
ERROR :
There was an error while installing Webuzo
Please check /root/webuzo-install.log for errors
Exiting Installer
root@server:~#
|