Good Evening
I've tried to install Zabbix 1.6 Server in my virtual Debian Server.
After a view problems, installing a lot of dev's, i could start the installation.
Now i got this error:
Configuration:
Detected OS: linux-gnu
Install path: /usr/local
Compilation arch: linux
Compiler: gcc
Compiler flags: -g -O2 -I/usr/include/mysql -DBIG_JOINS=1 -I. -I/usr/include -I/usr/include
Enable server: yes
With database: MySQL
WEB Monitoring via: cURL
Native Jabber: no
SNMP: net-snmp
IPMI: no
Linker flags: -L/usr/lib -lldap -L/usr/lib/mysql -L/usr/lib -lcurl -L/usr/lib -lgssapi_krb5 -lkrb5 -lk5crypto -lcom_err -lkrb5support -lresolv -lidn -lssl -lcrypto -ldl -lssl -lcrypto -lz -L/usr/lib -lnetsnmp -lm -lwrap -lwrap -lcrypto -L/usr/lib -lnetsnmp -lm -lwrap -lwrap -lcrypto
Libraries: -lm -lresolv -lmysqlclient -lcurl -lnetsnmp
Enable proxy: no
Enable agent: yes
Linker flags: -L/usr/lib -lldap
Libraries: -lm -lresolv
LDAP support: yes
IPv6 support: no
************************************************** *********
* Now run 'make install' *
* *
* Thank you for using ZABBIX! *
* <http://www.zabbix.com> *
************************************************** *********
debian:/home/rogoschin/Desktop/Zabbix/zabbix-1.6.1# make install
Making install in src
make[1]: Entering directory `/home/rogoschin/Desktop/Zabbix/zabbix-1.6.1/src'
Making install in libs
make[2]: Entering directory `/home/rogoschin/Desktop/Zabbix/zabbix-1.6.1/src/libs'
Making install in zbxcrypto
make[3]: Entering directory `/home/rogoschin/Desktop/Zabbix/zabbix-1.6.1/src/libs/zbxcrypto'
gcc -DHAVE_CONFIG_H -I. -I../../../include -g -O2 -I/usr/include/mysql -DBIG_JOINS=1 -I. -I/usr/include -I/usr/include -MT md5.o -MD -MP -MF .deps/md5.Tpo -c -o md5.o md5.c
md5.c:54:20: error: common.h: Datei oder Verzeichnis nicht gefunden
md5.c: In function ‘md5_process’:
md5.c:170: warning: incompatible implicit declaration of built-in function ‘memcpy’
md5.c: In function ‘md5_append’:
md5.c:344: warning: incompatible implicit declaration of built-in function ‘memcpy’
md5.c:358: warning: incompatible implicit declaration of built-in function ‘memcpy’
make[3]: *** [md5.o] Fehler 1
make[3]: Leaving directory `/home/rogoschin/Desktop/Zabbix/zabbix-1.6.1/src/libs/zbxcrypto'
make[2]: *** [install-recursive] Fehler 1
make[2]: Leaving directory `/home/rogoschin/Desktop/Zabbix/zabbix-1.6.1/src/libs'
make[1]: *** [install-recursive] Fehler 1
make[1]: Leaving directory `/home/rogoschin/Desktop/Zabbix/zabbix-1.6.1/src'
make: *** [install-recursive] Fehler 1
debian:/home/rogoschin/Desktop/Zabbix/zabbix-1.6.1#
Does someone know this problem?
Thanks 4 help.
Datei oder Verzeichnis nicht gefunden means File or Path not found.
I've tried to install Zabbix 1.6 Server in my virtual Debian Server.
After a view problems, installing a lot of dev's, i could start the installation.
Now i got this error:
Configuration:
Detected OS: linux-gnu
Install path: /usr/local
Compilation arch: linux
Compiler: gcc
Compiler flags: -g -O2 -I/usr/include/mysql -DBIG_JOINS=1 -I. -I/usr/include -I/usr/include
Enable server: yes
With database: MySQL
WEB Monitoring via: cURL
Native Jabber: no
SNMP: net-snmp
IPMI: no
Linker flags: -L/usr/lib -lldap -L/usr/lib/mysql -L/usr/lib -lcurl -L/usr/lib -lgssapi_krb5 -lkrb5 -lk5crypto -lcom_err -lkrb5support -lresolv -lidn -lssl -lcrypto -ldl -lssl -lcrypto -lz -L/usr/lib -lnetsnmp -lm -lwrap -lwrap -lcrypto -L/usr/lib -lnetsnmp -lm -lwrap -lwrap -lcrypto
Libraries: -lm -lresolv -lmysqlclient -lcurl -lnetsnmp
Enable proxy: no
Enable agent: yes
Linker flags: -L/usr/lib -lldap
Libraries: -lm -lresolv
LDAP support: yes
IPv6 support: no
************************************************** *********
* Now run 'make install' *
* *
* Thank you for using ZABBIX! *
* <http://www.zabbix.com> *
************************************************** *********
debian:/home/rogoschin/Desktop/Zabbix/zabbix-1.6.1# make install
Making install in src
make[1]: Entering directory `/home/rogoschin/Desktop/Zabbix/zabbix-1.6.1/src'
Making install in libs
make[2]: Entering directory `/home/rogoschin/Desktop/Zabbix/zabbix-1.6.1/src/libs'
Making install in zbxcrypto
make[3]: Entering directory `/home/rogoschin/Desktop/Zabbix/zabbix-1.6.1/src/libs/zbxcrypto'
gcc -DHAVE_CONFIG_H -I. -I../../../include -g -O2 -I/usr/include/mysql -DBIG_JOINS=1 -I. -I/usr/include -I/usr/include -MT md5.o -MD -MP -MF .deps/md5.Tpo -c -o md5.o md5.c
md5.c:54:20: error: common.h: Datei oder Verzeichnis nicht gefunden
md5.c: In function ‘md5_process’:
md5.c:170: warning: incompatible implicit declaration of built-in function ‘memcpy’
md5.c: In function ‘md5_append’:
md5.c:344: warning: incompatible implicit declaration of built-in function ‘memcpy’
md5.c:358: warning: incompatible implicit declaration of built-in function ‘memcpy’
make[3]: *** [md5.o] Fehler 1
make[3]: Leaving directory `/home/rogoschin/Desktop/Zabbix/zabbix-1.6.1/src/libs/zbxcrypto'
make[2]: *** [install-recursive] Fehler 1
make[2]: Leaving directory `/home/rogoschin/Desktop/Zabbix/zabbix-1.6.1/src/libs'
make[1]: *** [install-recursive] Fehler 1
make[1]: Leaving directory `/home/rogoschin/Desktop/Zabbix/zabbix-1.6.1/src'
make: *** [install-recursive] Fehler 1
debian:/home/rogoschin/Desktop/Zabbix/zabbix-1.6.1#
Does someone know this problem?
Thanks 4 help.
Datei oder Verzeichnis nicht gefunden means File or Path not found.
Comment