On Tue, Jan 02, 2007 at 03:17:35PM -0700, [EMAIL PROTECTED] wrote:
> Has anyone made this combination work together?  I've tried everything 
> and can't seem to get it work right.  It all compiles fine, but when 
> rxfax is called, I get an unknown symbol error.  From my reading, 
> everything points to me having multiple copies of spandsp and it's maybe 
> calling the wrong one.

After the complete compile of asterisk, I jump into the apps/
directory and do this:

    [~/asterisk/1.4/apps] [EMAIL PROTECTED]>gcc -o app_rxfax.so -shared 
-Xlinker -x app_rxfax.o -lspandsp

After that, with ldd on app_rxfax.so you can confirm that is is
being linked.

Edwin

-- 
Edwin Groothuis      |            Personal website: http://www.mavetju.org
[EMAIL PROTECTED]    |          Weblog: http://weblog.barnet.com.au/edwin/
_______________________________________________
--Bandwidth and Colocation provided by Easynews.com --

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users

Reply via email to