Hi! thnaks in advance!
I´m trying to install the server and when I execute:
./configure --enable-server --enable-agent --with-mysql --with-net-snmp --with-jabber --with-libcurl
I obtain the next error:
checking for curl-config... /usr/bin/
configure: error: Not found Curl library
If I try whith the route of libcurl
./configure --enable-server --enable-agent --with-mysql --with-net-snmp --with-jabber --with-libcurl=/usr/bin/
I obatin the same error...abd with --enable-static param....
I probed with:
./configure --enable-server --enable-agent --with-mysql --with-net-snmp --with-jabber --with-libcurl=/usr/bin/curl-config
and the error changed:
checking for main in -lcurl... no
configure: error: Not found libcurl library
And with:
./configure --enable-server --enable-agent --with-mysql --with-net-snmp --with-jabber --with-libcurl=/usr/bin/curl-config --enable-static
checking for main in -lgnutls ... no
configure: error: Not found gnutls library
Help me please!!!
I´m trying to install the server and when I execute:
./configure --enable-server --enable-agent --with-mysql --with-net-snmp --with-jabber --with-libcurl
I obtain the next error:
checking for curl-config... /usr/bin/
configure: error: Not found Curl library
If I try whith the route of libcurl
./configure --enable-server --enable-agent --with-mysql --with-net-snmp --with-jabber --with-libcurl=/usr/bin/
I obatin the same error...abd with --enable-static param....
I probed with:
./configure --enable-server --enable-agent --with-mysql --with-net-snmp --with-jabber --with-libcurl=/usr/bin/curl-config
and the error changed:
checking for main in -lcurl... no
configure: error: Not found libcurl library
And with:
./configure --enable-server --enable-agent --with-mysql --with-net-snmp --with-jabber --with-libcurl=/usr/bin/curl-config --enable-static
checking for main in -lgnutls ... no
configure: error: Not found gnutls library
Help me please!!!
Code:
rpm -qa |grep curl libcurl4-7.19.4-1 curl-7.19.4-1 libcurl4-devel-7.19.4-1
Code:
curl-config --libs -lcurl -lidn -lssh2 -lssl -lcrypto -lldap -L/usr/kerberos/lib -lgssapi_krb5 -lkrb5 -lk5crypto -L/usr/kerberos/lib -lgssapi_krb5 -lkrb5 -lk5crypto -lz
Code:
curl-config --cflags
Code:
curl-config --version libcurl 7.19.4
Comment