Asterisk loading error

Hi: all
I installed zaptel-1.2.4,libpri-1.2.2,asterisk-1.2.5
and i dont have TDM400p.
I compiled them successfully.
Then I run: asterisk -vvvvvvvvvvvc, it gives the error as follows,
---------------------------------------------------------------------------­---------

[app_curl.so]Mar 14 16:23:10 WARNING[8963]: loader.c:325 __load_resource: libcurl.so.3: cannot open shared object file: No such file or directory
Mar 14 16:23:10 WARNING[8963]: loader.c:554 load_modules: Loading module app_curl.so failed!

---------------------------------------------------------------------------­----------
Then in /etc/asterisk/modules.conf ,
I added :noload => app_curl.so

Then asterisk was ready.
But I do need load modules app_curl.so .

so would you please tell me what I must do to make it work.

the error message would indicate that it can’t find libcurl. either it’s not installed, or it’s installed out of the OS PATH. can you locate libcurl.so.3 ?

if not, install the appropriate libcurl package for your system.