I have installed Zabbix twice with the same result on completely clean installs of Ubuntu, once on Ubuntu Server 64 and once on Ubuntu Desktop 64...it doesn't work.
I used the following commands:
sudo apt-get install apache2
Then:
apt-cache search zabbix
sudo apt-get install zabbix-server-mysql zabbix-frontend-php zabbix-agent
Once the installation completes I can log into Zabbix. But when I try to go to Administration, Install I see the following error:
"include_once(setup.php): failed to open stream: No such file or directory[/usr/share/zabbix/instal.php:29]
include_once(): Failed opening 'setup.php' for inclusion (include_path='.:/usr/share/php:/usr/share/pear')[/usr/share/zabbix/instal.php:29]"
Please keep in mind...that I am a Linux/Ubuntu neophyte...I'm a total noob.
I used the following commands:
sudo apt-get install apache2
Then:
apt-cache search zabbix
sudo apt-get install zabbix-server-mysql zabbix-frontend-php zabbix-agent
Once the installation completes I can log into Zabbix. But when I try to go to Administration, Install I see the following error:
"include_once(setup.php): failed to open stream: No such file or directory[/usr/share/zabbix/instal.php:29]
include_once(): Failed opening 'setup.php' for inclusion (include_path='.:/usr/share/php:/usr/share/pear')[/usr/share/zabbix/instal.php:29]"
Please keep in mind...that I am a Linux/Ubuntu neophyte...I'm a total noob.
Comment