-
Incident report
-
Resolution: Fixed
-
Major
-
1.8.7rc1, 3.0.0alpha5
-
Linux, RHEL5, Oracle 11G
make install'ing the the source code returns
Making install in zbxcrypto make[3]: Entering directory `/opt/zabbix/zabbix-1.8.7rc1/src/libs/zbxcrypto' gcc -DHAVE_CONFIG_H -I. -I../../../include -g -O2 -I/usr/include/oracle/11.2/client64 -I/usr/include/rpm -I/usr/local/include -I/usr/include/gdbm -I/usr/lib64/perl5/5.8.8/x86_64-linux-thread-multi/CORE -I. -I/usr/include/net-snmp -I/usr/include -I/usr/include -MT md5.o -MD -MP -MF .deps/md5.Tpo -c -o md5.o md5.c In file included from ../../../include/sysinc.h:330, from ../../../include/common.h:23, from md5.c:54: /usr/include/lber.h:204: error: redefinition of ‘struct berval’ make[3]: *** [md5.o] Error 1
while ./configure finished flawlessly with these flags:
./configure exec_prefix=/opt/zabbix --prefix=/opt/zabbix --with-oracle --with-net-snmp --with-libcurl --with-jabber --with-openipmi --with-ldap --enable-server --with-oracle-include=/usr/include/oracle/11.2/client64 --with-oracle-lib=/usr/lib/oracle/11.2/client64/lib
returning at the end,
Linker flags: -rdynamic -L/usr/lib -lldap -llber -L/usr/lib/oracle/11.2/client64/lib -liksemel -L/usr/kerberos/lib64 -lcurl -ldl -lgssapi_krb5 -lkrb5 -lk5crypto -lcom_err -lidn -lssl -lcrypto -lz -L/usr/lib64 -L/usr/lib64 -lnetsnmp -lcrypto -lm -L/usr/lib64/lib -lwrap -lcrypto -L/usr/lib64 -L/usr/lib64 -lnetsnmp -lcrypto -lm -L/usr/lib64/lib -lwrap -lcrypto -L/usr/lib Libraries: -lm -lresolv -lclntsh -lnnz11 -liksemel -lcurl -lnetsnmp -lOpenIPMI -lOpenIPMIposix
but when make install'ing the upper error was thrown.
- is duplicated by
-
ZBX-4223 not possible to compile zabbix_server --with-ldap && --with-oracle
- Closed