Hello 
I'm french, also excuse my english :/
I follow the manual, but I have a problem to install Zabbix 1.4.5.
I execute the configure command (step 4, page 42 in the manual):
./configure --enable-server --enable-agent --with-mysql --with-net-snmp –with-jabber –with-libcurl
I modify it:
./configure --enable-server --enable-agent --with-mysql --with-net-snmp --with-libcurl
because Jabber is not installed on my server, and the --and – are differents (but these two command lines has been used, and i have errors)
The configure command terminate by:
checking for curl-config... no
configure: error: Not found Curl library
I have Makefile.am and Makefile.in in current folder, but the make command (like make install ...) cannot run properly.
Can you help me?
(But an ICC problem is possible... (ICC: Interface Chaise Clavier in french / a Keyboard/Chair Interface
)

I'm french, also excuse my english :/
I follow the manual, but I have a problem to install Zabbix 1.4.5.
I execute the configure command (step 4, page 42 in the manual):
./configure --enable-server --enable-agent --with-mysql --with-net-snmp –with-jabber –with-libcurl
I modify it:
./configure --enable-server --enable-agent --with-mysql --with-net-snmp --with-libcurl
because Jabber is not installed on my server, and the --and – are differents (but these two command lines has been used, and i have errors)
The configure command terminate by:
checking for curl-config... no
configure: error: Not found Curl library
I have Makefile.am and Makefile.in in current folder, but the make command (like make install ...) cannot run properly.
Can you help me?
(But an ICC problem is possible... (ICC: Interface Chaise Clavier in french / a Keyboard/Chair Interface
)
).
Comment