I think you did not installed properly the libraries. libmfcr2 check for: checking tiffio.h usability... yes checking tiffio.h presence... yes checking for tiffio.h... yes checking for TIFFOpen in -ltiff... yes
That is, you need to have BOTH, headers and shared library. ldd in protocol_mfcr2.so shows: libtiff.so.3 => /usr/lib/libtiff.so.3 Where do you have libtiff installed? On 8/17/07, Tzafrir Cohen <[EMAIL PROTECTED]> wrote: > On Fri, Aug 17, 2007 at 01:23:11PM +0530, [EMAIL PROTECTED] wrote: > > Hi, > > I am trying to configure for MFC/R2 for asterisk. With the help of one > > of the asterisk users group > > member patrick I am able to install libunicall library. Now, when trying to > > install libmfr2-0.0.3 it is giving error. > > On running running command $./configure > > It is giving error -> can't build without libtiff > > > > I downloaded tiff-3.8.2 and installed the libraries but still the problem > > persists. Can anybody will tell me > > how to remove the problem. > > Thanx and regards > > sanchal > > Look in config.log (near the end). What command fails that causes this > error? > > -- > Tzafrir Cohen > icq#16849755 jabber:[EMAIL PROTECTED] > +972-50-7952406 mailto:[EMAIL PROTECTED] > http://www.xorcom.com iax:[EMAIL PROTECTED]/tzafrir > > _______________________________________________ > --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 > -- "Within C++, there is a much smaller and cleaner language struggling to get out." _______________________________________________ --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
