Hi,
I read in this forum that you do not need to have root access to install zabbix (http://www.zabbix.com/forum/showthread.php?t=3586)
How can I install zabbix without being root?
I tried to install zabbix in my home directory:
In $HOME/zabbix-1.6.6 it created the only the sbin directory with the binaries in it.
When i try to start the server it fails with:
Because i have no rights to edit /etc i can not do any changes there.
Is it possible to edit the place for the configuration file?
I thought this would be done with --prefix=... but obviously this is not the case.
Greetings,
lerad
I read in this forum that you do not need to have root access to install zabbix (http://www.zabbix.com/forum/showthread.php?t=3586)
How can I install zabbix without being root?
I tried to install zabbix in my home directory:
./configure --prefix=$HOME/zabbix-1.6.6 --with-sqlite3=$HOME/sqlite/ --enable-agent --enable-server
make install
make install
When i try to start the server it fails with:
./zabbix_server [26169]: Cannot open config file [/etc/zabbix/zabbix_server.conf] [No such file or directory].
Is it possible to edit the place for the configuration file?
I thought this would be done with --prefix=... but obviously this is not the case.
Greetings,
lerad
Comment