[Home]

Summary:ASTERISK-02316: chan_zap fails to build under uclibc
Reporter:amernasir (amernasir)Labels:
Date Opened:2004-09-01 15:23:52Date Closed:2011-06-07 14:04:39
Priority:MajorRegression?No
Status:Closed/CompleteComponents:Core/General
Versions:Frequency of
Occurrence
Related
Issues:
Environment:Attachments:
Description:Without chan_zap asterisk compiles under uclibc and it runs without a problem. But when I try to compile chan_zap it fails.

****** ADDITIONAL INFORMATION ******

channels/chan_zap.o(.text+0x5690): In function `unload_module':
channels/chan_zap.c:7276: multiple definition of `unload_module'
pbx/pbx_config.o(.text+0x0) bx/pbx_config.c:1540: first defined here
/usr/bin/ld: Warning: size of symbol `unload_module' changed from 147 to 9 in channels/chan_zap.o
collect2: ld returned 1 exit status
make: *** [asterisk] Error 1
Comments:By: Mark Spencer (markster) 2004-09-01 15:34:16

You can't statically link in the modules of Asterisk, they must be dynamically loaded.