Hi,
I am just beginning with asterisk and trying to compile it on a SuSE 8.2 linux disto. I do not use hardware interfaces and just want to install asterisk on my linux-router/firewall to forward SIP traffic to my Grandstream ATA.
When compiling asterisk 1.2.1 it stops with the following error :
gcc -shared -Xlinker -x -o app_curl.so app_curl.o -L/usr/lib -lcurl -L/usr/lib -L/usr/lib -lssl -lcrypto -ldl -lz -lcares
/usr/lib/gcc-lib/i486-suse-linux/3.3/../../../../i486-suse-linux/bin/ld: cannot find -lcares
collect2: ld returned 1 exit status
make[1]: *** [app_curl.so] Error 1
make[1]: Leaving directory `/usr/src/asterisk/asterisk-1.2.1/apps'
make: *** [subdirs] Error 1
Any hints where to look ?? (or do you know a .rpm for SuSE 8.2??)