Hello,
I have some troubles installing Zabbix on an Ubuntu server.
I can successfully setup the databse and install all the dependencies. When I run ./configure --with-server --with-mysql --with-net-snmp
eerything seems to go flawfless, until I'm suppooed run make install
There is no make file!! How can this have happend? I have double checked all the premissions of the files
Help anyboy?
Configuration:
Detected OS: linux-gnu
Install path: /usr/local
Compiler: gcc
Compiler flags: -g -O2
Linker flags: -lresolv -lnsl
Compilation arch: linux
Enable server: no
With database: no
Enable agent: no
************************************************** *********
* Now run 'make' *
* *
* Thank you for using ZABBIX! *
* <http://www.zabbix.com> *
************************************************** *********
root@linux:/zabbix-1.1beta9# make install
bash: make: command not found
root@linux:/zabbix-1.1beta9# ls
aclocal.m4 config.status depcomp INSTALL missing zabbix.spec
AUTHORS config.sub do install-sh NEWS
bin configure FAQ Makefile README
ChangeLog configure.in frontends Makefile.am src
config.guess COPYING go Makefile.in test
config.log create include misc upgrades
I have some troubles installing Zabbix on an Ubuntu server.
I can successfully setup the databse and install all the dependencies. When I run ./configure --with-server --with-mysql --with-net-snmp
eerything seems to go flawfless, until I'm suppooed run make install
There is no make file!! How can this have happend? I have double checked all the premissions of the files
Help anyboy?
Configuration:
Detected OS: linux-gnu
Install path: /usr/local
Compiler: gcc
Compiler flags: -g -O2
Linker flags: -lresolv -lnsl
Compilation arch: linux
Enable server: no
With database: no
Enable agent: no
************************************************** *********
* Now run 'make' *
* *
* Thank you for using ZABBIX! *
* <http://www.zabbix.com> *
************************************************** *********
root@linux:/zabbix-1.1beta9# make install
bash: make: command not found
root@linux:/zabbix-1.1beta9# ls
aclocal.m4 config.status depcomp INSTALL missing zabbix.spec
AUTHORS config.sub do install-sh NEWS
bin configure FAQ Makefile README
ChangeLog configure.in frontends Makefile.am src
config.guess COPYING go Makefile.in test
config.log create include misc upgrades
Comment