Hello NG,
i am new to zabbix and i want to test it in our environment. So i decided to install Ubuntu 6.06 LTS on VMware-server as LAMP-installation. Installing Ubuntu is so far not really a problem.
I installed the following packages by using apt-get with standard-sources of /etc/apt/sources.list (changes are only done by deleting the "#"!!).
I am running kernel 2.6.15.27 with 256 MB RAM.
After downloading the sources zabbix-1.1.4.tar.gz i run into problems with missing packages.
So i installed with apt-get install:
openssh-server, mysql-client, linux-image-server, gcc, make, openssl, libssl-devel, libmysql++-dev, libapache2-mod-php, php4-cgi
By starting ./configure -with-mysql -with-net-snmp i ran into problems, that it cannot find some snmp-develop-libraries. I decided to compile it by myself and download it from sourceforge net-snmp 5.4.
After this was done the compilation of ./configure -with-mysql -with-net-snmp looks good and the suggestion from the program to do a "make" looks fine to me.
I run "make" "make install" but in the ./bin directory are only 2 windowsexecutable. I want to run the zabbix-server as server and client AND other clients should send information to zabbix-server.
What have i done wrong? I know i could get installtion files from apt-get install zabbix ..., but i want to install it from scratch.
Every hint is usefull for me.......
i am new to zabbix and i want to test it in our environment. So i decided to install Ubuntu 6.06 LTS on VMware-server as LAMP-installation. Installing Ubuntu is so far not really a problem.
I installed the following packages by using apt-get with standard-sources of /etc/apt/sources.list (changes are only done by deleting the "#"!!).
I am running kernel 2.6.15.27 with 256 MB RAM.
After downloading the sources zabbix-1.1.4.tar.gz i run into problems with missing packages.
So i installed with apt-get install:
openssh-server, mysql-client, linux-image-server, gcc, make, openssl, libssl-devel, libmysql++-dev, libapache2-mod-php, php4-cgi
By starting ./configure -with-mysql -with-net-snmp i ran into problems, that it cannot find some snmp-develop-libraries. I decided to compile it by myself and download it from sourceforge net-snmp 5.4.
After this was done the compilation of ./configure -with-mysql -with-net-snmp looks good and the suggestion from the program to do a "make" looks fine to me.
I run "make" "make install" but in the ./bin directory are only 2 windowsexecutable. I want to run the zabbix-server as server and client AND other clients should send information to zabbix-server.
What have i done wrong? I know i could get installtion files from apt-get install zabbix ..., but i want to install it from scratch.
Every hint is usefull for me.......
Comment