I have a Suse Enterprise Server 11 installation.
i'm currently installing zabbix 1.8.1 on it.
when i do the configure command i get a message that the curl-config is not found.
i have Curl libcurl installed, but when searching for the curl-config i can't find it.
can someone tell me how the create such a config file or an other way to solve it so i can install zabbix?
EDIT:
I'm now a bit further, i extraceted every thing needed to the file system. now i get the following error message:
checking for main in -lcurl... no
configure: error: not found libcurl library
i used the following command:
./configure --enable-server --with-mysql=/usr/bin/mysql_config --with-net-snmp --with-libcurl
i'm currently installing zabbix 1.8.1 on it.
when i do the configure command i get a message that the curl-config is not found.
i have Curl libcurl installed, but when searching for the curl-config i can't find it.
can someone tell me how the create such a config file or an other way to solve it so i can install zabbix?
EDIT:
I'm now a bit further, i extraceted every thing needed to the file system. now i get the following error message:
checking for main in -lcurl... no
configure: error: not found libcurl library
i used the following command:
./configure --enable-server --with-mysql=/usr/bin/mysql_config --with-net-snmp --with-libcurl

Comment