Tzafrir Cohen schrieb: > On Wed, Nov 26, 2008 at 05:02:16PM +0100, Olivier wrote: >> I tried to add app_rxfax/app_txfax to a running asterisk 1.6.0. on Lenny. >> I followed http://www.voip-info.org/tiki-index.php?page=Asterisk%20T.38 : >> >> apt-get install libspandsp1 >> cd /usr/src/asterisk-1.6.0.1 >> ./configure >> make clean >> make menuselect >> >> In menuselect/application menu, I can see that app_fax is greyed out and >> cannot be selected. >> >> 1. My understanding is that both spandsp and libtiff4 are not daemons and do >> not need any configuration, right ? >> 2. How can I check spandsp is correctly installed and should be made >> available by menuselect ? >> Note: >> with "apt-get install libspandsp1" on Lenny, spandsp-0.0.5pre4-1 and >> libtiff4 are installed and configured. > > aptitude install libspandsp-dev
Yup. libspandsp is a build-dependency (in contrast to a normal runtime dependency). Thus you need the -dev package. Philipp Kempgen -- http://www.das-asterisk-buch.de - http://www.the-asterisk-book.com Amooma GmbH - Bachstr. 126 - 56566 Neuwied -> http://www.amooma.de Geschäftsführer: Stefan Wintermeyer, Handelsregister: Neuwied B14998 -- _______________________________________________ -- Bandwidth and Colocation Provided by http://www.api-digital.com -- asterisk-users mailing list To UNSUBSCRIBE or update options visit: http://lists.digium.com/mailman/listinfo/asterisk-users
