Alternatively you can issue the following command (which deletes all
the .so modules excluding the g729 codec module) prior to make install

find /usr/lib/asterisk/modules/ -name "*.so" -a ! -name
"codec_g729a.so" -exec rm -f {} \;


On 1/28/06, Julian Lyndon-Smith <[EMAIL PROTECTED]> wrote:
> Hmm - I'd do as others have suggested and move the
> /usr/lib/asterisk/modules  directory to another, and do a make
> clean;make;make install
>
> If you have app_rxfax.so installed then you must have customised your
> original makefile, and not the 1.2.3 makefile, which would suggest that
> these modules are from a previous asterisk version.
>
_______________________________________________
--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