编译安装asterisk-1.4.13

 There are two errors when i compile&install asterisk-1.4.13,as follow,  and give the solution.VMware+Redhat 9.0,without hardware.
1 expand.c:489: allocated_variable_append: Assertion 'current_variable_set_list->next != 0' failed
make: *** [all] Aborted
 
Because:
make 3.79 has a bug. Download make 3.81 from gnu.org. Build it with "make install". This puts the new version in /usr/local/bin, and keeps the original version in /usr/bin.

Then, run "/usr/local/bin/make install" in the zaptel and asterisk directories. This forces the build with the 3.81 version of make.
 
 
2 Func_curl.c : 106 :error “CURLOPT_NOSIGNAL” undeclared (First use in this function)
Installation Requirements:
   Local Curl Installation required to compile CURL Support into Asterisk!
    Download here: curl.haxx.s e
   or search for an RPM for your system:  www.rpm-fin.net

你可能感兴趣的:(编译安装asterisk-1.4.13)