Hi,
I've tried to install Zabbix 1.4.2 as is described in manual.
Everything is ok, until I type:
[root@salamoun zabbix-1.4.2]# ./configure --enable-server --with-mysql --with-net-snmp --with-libcurl
Then I see:
checking for libcurl >= version 7.13.1... no
configure: error: Not found Curl library
Some info about my system:
CentOS 4.5 (final)
[root@salamoun zabbix-1.4.2]# whereis libcurl
libcurl: /usr/lib/libcurl.a /usr/lib/libcurl.so /usr/share/man/man3/libcurl.3.gz
[root@salamoun zabbix-1.4.2]# uname -a
Linux salamoun.kofola.net 2.6.9-42.EL #1 Sat Aug 12 09:17:58 CDT 2006 i686 i686 i386 GNU/Linux
[root@salamoun zabbix-1.4.2]# whereis curl-config
curl-config: /usr/bin/curl-config /usr/share/man/man1/curl-config.1.gz
[root@salamoun zabbix-1.4.2]# rpm -qa | grep curl
curl-7.12.1-11.el4
curl-devel-7.12.1-11.el4
I tried things like:
[root@salamoun zabbix-1.4.2]# ./configure --enable-server --with-mysql --with-net-snmp --with-libcurl=/usr/lib/
but nothing happens.
Thank for your help
Milan
I've tried to install Zabbix 1.4.2 as is described in manual.
Everything is ok, until I type:
[root@salamoun zabbix-1.4.2]# ./configure --enable-server --with-mysql --with-net-snmp --with-libcurl
Then I see:
checking for libcurl >= version 7.13.1... no
configure: error: Not found Curl library
Some info about my system:
CentOS 4.5 (final)
[root@salamoun zabbix-1.4.2]# whereis libcurl
libcurl: /usr/lib/libcurl.a /usr/lib/libcurl.so /usr/share/man/man3/libcurl.3.gz
[root@salamoun zabbix-1.4.2]# uname -a
Linux salamoun.kofola.net 2.6.9-42.EL #1 Sat Aug 12 09:17:58 CDT 2006 i686 i686 i386 GNU/Linux
[root@salamoun zabbix-1.4.2]# whereis curl-config
curl-config: /usr/bin/curl-config /usr/share/man/man1/curl-config.1.gz
[root@salamoun zabbix-1.4.2]# rpm -qa | grep curl
curl-7.12.1-11.el4
curl-devel-7.12.1-11.el4
I tried things like:
[root@salamoun zabbix-1.4.2]# ./configure --enable-server --with-mysql --with-net-snmp --with-libcurl=/usr/lib/
but nothing happens.
Thank for your help
Milan
Comment