Skip to content

Instantly share code, notes, and snippets.

@jblaine
Created January 14, 2013 17:57
Show Gist options
  • Save jblaine/4531928 to your computer and use it in GitHub Desktop.
Save jblaine/4531928 to your computer and use it in GitHub Desktop.
collectd 5.2.0 build fail - Ubuntu 12
/bin/bash ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../src -Wall -Werror -g -O2 -c -o libcollectdclient_la-network_buffer.lo `test -f 'network_buffer.c' || echo './'`network_buffer.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../src -Wall -Werror -g -O2 -c network_buffer.c -fPIC -DPIC -o .libs/libcollectdclient_la-network_buffer.o
network_buffer.c:109:3: error: unknown type name ‘gcry_cipher_hd_t’
network_buffer.c: In function ‘have_gcrypt’:
network_buffer.c:131:3: error: implicit declaration of function ‘gcry_control’ [-Werror=implicit-function-declaration]
network_buffer.c:131:17: error: ‘GCRYCTL_SET_THREAD_CBS’ undeclared (first use in this function)
network_buffer.c:131:17: note: each undeclared identifier is reported only once for each function it appears in
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment