libspandsp.so is indeed under /usr/local/lib How can I verify my lib path (feel stupid for asking) ?
Paul Seniuk -----Original Message----- From: steveu [mailto:[EMAIL PROTECTED] Sent: September 20, 2004 10:54 AM To: asterisk-users Subject: Re: [Asterisk-Users] spandsp / compilation errors [EMAIL PROTECTED] wrote: >Thanks, I applied that patch and get an error on modules load after >rebuilding *: > > [app_rxfax.so]Sep 20 10:08:59 WARNING[-1084751200]: loader.c:248 >ast_load_resource: libspandsp.so.0: cannot open shared object file: No >such file or directory >Sep 20 10:08:59 WARNING[-1084751200]: loader.c:429 load_modules: >Loading module app_rxfax.so failed! >Ouch ... error while writing audio data: : Broken pipe > >Any ideas what could be the cause? > > I would think its because it cannot find libspandsp, wouldn't you? Is it installed? Is it installed in your library path? Like most things built with the ./configure/make make install sequence, the default is for the library to go in /usr/local/lib. Is that where it is? Is that in your library path? Regards, Steve _______________________________________________ Asterisk-Users mailing list [EMAIL PROTECTED] http://lists.digium.com/mailman/listinfo/asterisk-users To UNSUBSCRIBE or update options visit: http://lists.digium.com/mailman/listinfo/asterisk-users _______________________________________________ Asterisk-Users mailing list [EMAIL PROTECTED] http://lists.digium.com/mailman/listinfo/asterisk-users To UNSUBSCRIBE or update options visit: http://lists.digium.com/mailman/listinfo/asterisk-users
