編譯安裝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.
1expand.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.
 
 
2Func_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.se
   or search for an RPM for your system:  www.rpm-fin.net
發佈了5 篇原創文章 · 獲贊 4 · 訪問量 8萬+
發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章