Hi,
I just noticed that configure option "--with-curl" expects the absolute path to curl-config as an argument, not the prefix used when installing curl (which was what I expected).
curl was compiled and installed with --prefix=/opt/curl, then for Zabbix...
"./configure --with-curl=/opt/curl" didn't work for me, but
"./configure --with-curl=/opt/curl/bin/curl-config" did.
Kolja
I just noticed that configure option "--with-curl" expects the absolute path to curl-config as an argument, not the prefix used when installing curl (which was what I expected).
curl was compiled and installed with --prefix=/opt/curl, then for Zabbix...
"./configure --with-curl=/opt/curl" didn't work for me, but
"./configure --with-curl=/opt/curl/bin/curl-config" did.
Kolja
Comment