//to-long-didnt-read -> missing lgssapi_krb5 library and can't seem to find it
I'm having problems with static libcurl binding using one of them test applications.
ive read the forums, and someone said that you run the curl-config -libs command and enable all of these libraries, but the command returns
~/Desktop
while returns them
[ root@zabbix ~]
I also read this post
Static libcurl link using c
and my conclusion
~/Desktop
and when I try to compile with
~/Desktop
I get
/usr/bin/ld: cannot find -lgssapi_krb5 collect2: ld returned 1 exit status
I tried searching for this library, but I cannot find it through search queries. I also tried apt-get cache search, but it did not give any results. I am running Ubuntu and any help is much appreciated.
source share