Is anyone having an issue compiling Zabbix 1.6 in general or on RedHat Enterprise 5.X? When I compile using the following:
./configure --enable-server --prefix=/usr/local/zabbix --with-mysql --with-net-snmp --with-libcurl --with-jabber
I get the following error:
checking for the version of libcurl... 7.15.5
checking for libcurl >= version 7.13.1... yes
checking for main in -lcurl... no
configure: error: Not found libcurl library
I have checked that Curl is installed as well as the devel, I have specified in my configure --with-libcurl=/usr/bin/curl-config. I have forced a reinstall of curl and have removed and reinstalled the devel kit.
Anyone have any suggestions to solve my issue? or am I special
Is there a specific version I should be using?
./configure --enable-server --prefix=/usr/local/zabbix --with-mysql --with-net-snmp --with-libcurl --with-jabber
I get the following error:
checking for the version of libcurl... 7.15.5
checking for libcurl >= version 7.13.1... yes
checking for main in -lcurl... no
configure: error: Not found libcurl library
I have checked that Curl is installed as well as the devel, I have specified in my configure --with-libcurl=/usr/bin/curl-config. I have forced a reinstall of curl and have removed and reinstalled the devel kit.
Anyone have any suggestions to solve my issue? or am I special
Is there a specific version I should be using?
I attempted to upload my config.log file in my original post however none of the file type size restrictions allowed me to post it, after actually reading the log instead of skimming over it I found my issue please see below:

Comment