asterisk at opensourcesolution.in
2009-Nov-06 17:08 UTC
[asterisk-users] problem while compiling asterisk tar file
hi friends, i have installed asterisk,libpri,dahdi tar files in /usr/src. problem is that when i compile (./configure) asterisk-1.4.26.3, gtk+2.0.0 dependency is missing. i installed gtk from gtk.org, now when i am compiling gtk (./configure), i am getting this error message configure: WARNING: *** TIFF plug-in will not be built (TIFF library not found) *** configure: error: *** Checks for TIFF loader failed. You can build without it by passing *** --without-libtiff to configure but some programs using GTK+ may *** not work properly below is the /usr/src directory. if any one had faced same problem like this than plz guide me. [root at localhost ~]# cd /usr/src/ [root at localhost src]# ll total 47176 drwxr-xr-x 25 root root 4096 Nov 7 03:10 asterisk-1.4.26.3 -rw-rw-r-- 1 server server 21441536 Jan 5 2002 asterisk-1.4.26.3.tar.gz drwxrwxr-x 6 root root 4096 Jul 21 23:50 dahdi-linux-2.2.0.2 -rw-rw-r-- 1 server server 1387811 Jan 5 2002 dahdi-linux-2.2.0.2.tar.gz drwxrwxrwx 14 server server 4096 Nov 7 03:18 gtk+-2.0.0 drwxr-sr-x 3 root root 4096 Oct 8 22:31 libpri-1.4.10.2 -rw-r--r-- 1 root root 96019 Oct 21 03:20 libpri-1.4.10.2.tar.gz [root at localhost src]# thx -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20091106/ff111ebe/attachment.htm
Jimmy Godbout
2009-Nov-06 17:14 UTC
[asterisk-users] problem while compiling asterisk tar file
The message tells you that another library is missing - libtiff. If you will not be using fax with this installation, do "./configure --without-libtiff". If you want fax, then get the TIFF library.> -----Original Message----- > From: asterisk at opensourcesolution.in > Sent: Fri, 06 Nov 2009 17:08:02 +0000 > To: asterisk-users at lists.digium.com > Subject: [asterisk-users] problem while compiling asterisk tar file > > > > hi friends, > i have installed asterisk,libpri,dahdi tar files in /usr/src. > problem is that when i compile (./configure) asterisk-1.4.26.3, gtk+2.0.0 > dependency is missing. i installed gtk from gtk.org, now when i am > compiling gtk (./configure), i am getting this error message > > configure: > WARNING: *** TIFF plug-in will not be built (TIFF library not found) > *** > configure: error: > *** Checks for TIFF loader failed. You can build > without it by passing > *** --without-libtiff to configure but some programs > using GTK+ may > *** not work properly > > below is the /usr/src directory. if > any one had faced same problem like this than plz guide > me. > > [root at localhost ~]# cd /usr/src/ > [root at localhost src]# ll > total > 47176 > drwxr-xr-x 25 root root 4096 Nov 7 03:10 asterisk-1.4.26.3 > -rw-rw-r-- > 1 server server 21441536 Jan 5 2002 asterisk-1.4.26.3.tar.gz > drwxrwxr-x 6 > root root 4096 Jul 21 23:50 dahdi-linux-2.2.0.2 > -rw-rw-r-- 1 server server > 1387811 Jan 5 2002 dahdi-linux-2.2.0.2.tar.gz > drwxrwxrwx 14 server server > 4096 Nov 7 03:18 gtk+-2.0.0 > drwxr-sr-x 3 root root 4096 Oct 8 22:31 > libpri-1.4.10.2 > -rw-r--r-- 1 root root 96019 Oct 21 03:20 > libpri-1.4.10.2.tar.gz > [root at localhost src]# > > thx
Danny Nicholas
2009-Nov-06 17:16 UTC
[asterisk-users] problem while compiling asterisk tar file
You really need gtk-devel, not gtk per se. _____ From: asterisk-users-bounces at lists.digium.com [mailto:asterisk-users-bounces at lists.digium.com] On Behalf Of asterisk at opensourcesolution.in Sent: Friday, November 06, 2009 11:08 AM To: asterisk-users at lists.digium.com Subject: [asterisk-users] problem while compiling asterisk tar file hi friends, i have installed asterisk,libpri,dahdi tar files in /usr/src. problem is that when i compile (./configure) asterisk-1.4.26.3, gtk+2.0.0 dependency is missing. i installed gtk from gtk.org, now when i am compiling gtk (./configure), i am getting this error message configure: WARNING: *** TIFF plug-in will not be built (TIFF library not found) *** configure: error: *** Checks for TIFF loader failed. You can build without it by passing *** --without-libtiff to configure but some programs using GTK+ may *** not work properly below is the /usr/src directory. if any one had faced same problem like this than plz guide me. [root at localhost ~]# cd /usr/src/ [root at localhost src]# ll total 47176 drwxr-xr-x 25 root root 4096 Nov 7 03:10 asterisk-1.4.26.3 -rw-rw-r-- 1 server server 21441536 Jan 5 2002 asterisk-1.4.26.3.tar.gz drwxrwxr-x 6 root root 4096 Jul 21 23:50 dahdi-linux-2.2.0.2 -rw-rw-r-- 1 server server 1387811 Jan 5 2002 dahdi-linux-2.2.0.2.tar.gz drwxrwxrwx 14 server server 4096 Nov 7 03:18 gtk+-2.0.0 drwxr-sr-x 3 root root 4096 Oct 8 22:31 libpri-1.4.10.2 -rw-r--r-- 1 root root 96019 Oct 21 03:20 libpri-1.4.10.2.tar.gz [root at localhost src]# thx -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20091106/6125a9db/attachment.htm
Steve Howes
2009-Nov-06 17:17 UTC
[asterisk-users] problem while compiling asterisk tar file
On 6 Nov 2009, at 17:08, <asterisk at opensourcesolution.in> wrote:> configure: WARNING: *** TIFF plug-in will not be built (TIFF library > not found) *** > configure: error: > *** Checks for TIFF loader failed. You can build without it by passing > *** --without-libtiff to configure but some programs using GTK+ may > *** not work properly >Well, that tells you the problem (as well as a workaround if you cant be arsed to do it properly.. which judging by previous posts.....).
Jason Parker
2009-Nov-06 17:23 UTC
[asterisk-users] problem while compiling asterisk tar file
asterisk at opensourcesolution.in wrote:> hi friends, > i have installed asterisk,libpri,dahdi tar files in /usr/src. problem is > that when i compile (./configure) asterisk-1.4.26.3, gtk+2.0.0 > dependency is missing. i installed gtk from gtk.org, now when i amUnless you understand why you need GTK, you probably don't need it...or even want it. These are optional dependencies. It would have failed and been very obvious if they were required.