Hello all,
I'm running into a comple error.
Anybody tackled this before?
I'm running Debian 4.0.
Config runs without a hitch with the following params:
Any hints greatly appreciated!
I'm running into a comple error.
Anybody tackled this before?
Code:
/usr/lib/libmysqlclient.a(yassl_int.o): In function `yaSSL::yassl_int_cpp_local2::GetSelf()': (.text+0x1ae3): undefined reference to `pthread_self' /usr/lib/libgssapi_krb5.a(rel_cred.o): In function `krb5_gss_release_cred': (.text+0x284): undefined reference to `pthread_self' /usr/lib/libgssapi_krb5.a(rel_cred.o): In function `krb5_gss_release_cred': (.text+0x2c7): undefined reference to `pthread_self' /usr/lib/libgssapi_krb5.a(rel_cred.o): In function `krb5_gss_release_cred': (.text+0x32a): undefined reference to `pthread_self' /usr/lib/libgssapi_krb5.a(gss_libinit.o): In function `gssint_lib_fini': (.text+0x3b9): undefined reference to `pthread_self' /usr/lib/libgssapi_krb5.a(gss_libinit.o):(.text+0x3d5): more undefined references to `pthread_self' follow collect2: ld returned 1 exit status make[3]: *** [zabbix_server] Error 1 make[3]: Leaving directory `/usr/src/zabbix/zabbix-1.4.2/src/zabbix_server' make[2]: *** [install-recursive] Error 1 make[2]: Leaving directory `/usr/src/zabbix/zabbix-1.4.2/src/zabbix_server' make[1]: *** [install-recursive] Error 1 make[1]: Leaving directory `/usr/src/zabbix/zabbix-1.4.2/src' make: *** [install-recursive] Error 1
Config runs without a hitch with the following params:
Code:
./configure --enable-agent --enable-server --with-mysql --with-net-snmp --with-libcurl --enable-static --prefix=/opt/zabbix/zabbix-1.4.2/


Comment