I am attempting installation of spandsp on to an Asterisk installation on Linux RH9 the distribution i am using is that are URL http://ftp2.tootai.net - the README for which i have followed verbatim - my only issue on this was the target for the port.h / tif_dir.h / tiffiop.h files in the 'headers' folder of the distribtion i put these in the /usr/include folder based simply on the fact that there is nothing in the /usr/local/include the tiffio.h / tiffvers.h files are not in here so i am beginning to suspect the installation of libtiff on the system - however i checked 'rpm -qa' and it does confirm libtiff 3.5.7 as being installed any clues on the debug of failed compilation will be gladly received GT
Graham Turner a ?crit :>I am attempting installation of spandsp on to an Asterisk installation on >Linux RH9 > >the distribution i am using is that are URL http://ftp2.tootai.net - the >README for which i have followed verbatim - > >It's not a special distribution, it's the original one. It's just here as in august the opencall website was down a long time ;-)>my only issue on this was the target for the port.h / tif_dir.h / tiffiop.h >files in the 'headers' folder of the distribtion > >i put these in the /usr/include folder based simply on the fact that there >is nothing in the /usr/local/include > >the tiffio.h / tiffvers.h files are not in here so i am beginning to suspect >the installation of libtiff on the system - however i checked 'rpm -qa' and >it does confirm libtiff 3.5.7 as being installed > >You have libtiff-3.5.7 but what about libtiff-devel-3.5.7 which provide tiffio.f and consors?>any clues on the debug of failed compilation will be gladly received > >GT > >-- Daniel
paul@freestylenetworks.com
2004-Sep-20 08:14 UTC
[Asterisk-Users] spandsp / compilation errors
I am getting the same error with spandsp ..... I have both Libtiff-3.5.7 and libtiff-devel-3.5.7 in RPM installed and 'make' Still barfs with this: gcc -DHAVE_CONFIG_H -I. -I. -I. -I -g -O2 -c t4.c -MT t4.lo -MD -MP -MF .deps/t4.TPlo -fPIC -DPIC -DPIC -o t4.o t4.c:38:21: tiffiop.h: No such file or directory Tiffiop.h is just not present on any partition. I am running RH ES 3.0 Paul. -----Original Message----- From: admin [mailto:admin@tootai.net] Sent: September 20, 2004 8:55 AM To: asterisk-users Subject: Re: [Asterisk-Users] spandsp / compilation errors Graham Turner a ?crit :>I am attempting installation of spandsp on to an Asteriskinstallation>on Linux RH9 > >the distribution i am using is that are URL http://ftp2.tootai.net - >the README for which i have followed verbatim - > >It's not a special distribution, it's the original one. It's just here as in august the opencall website was down a long time ;-)>my only issue on this was the target for the port.h / tif_dir.h / >tiffiop.h files in the 'headers' folder of the distribtion > >i put these in the /usr/include folder based simply on the fact that >there is nothing in the /usr/local/include > >the tiffio.h / tiffvers.h files are not in here so i am beginning to >suspect the installation of libtiff on the system - however i checked>'rpm -qa' and it does confirm libtiff 3.5.7 as being installed > >You have libtiff-3.5.7 but what about libtiff-devel-3.5.7 which provide tiffio.f and consors?>any clues on the debug of failed compilation will be gladly received > >GT > >-- Daniel _______________________________________________ Asterisk-Users mailing list Asterisk-Users@lists.digium.com http://lists.digium.com/mailman/listinfo/asterisk-users To UNSUBSCRIBE or update options visit: http://lists.digium.com/mailman/listinfo/asterisk-users
paul@freestylenetworks.com
2004-Sep-20 09:51 UTC
[Asterisk-Users] spandsp / compilation errors
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? Paul Seniuk -----Original Message----- From: admin [mailto:admin@tootai.net] Sent: September 20, 2004 10:38 AM To: asterisk-users Subject: Re: [Asterisk-Users] spandsp / compilation errors paul@freestylenetworks.com a ?crit :>[...] >gcc -DHAVE_CONFIG_H -I. -I. -I. -I -g -O2 -c t4.c -MT t4.lo -MD -MP >-MF .deps/t4.TPlo -fPIC -DPIC -DPIC -o t4.o >t4.c:38:21: tiffiop.h: No such file or directory > > > >Tiffiop.h is just not present on any partition. I am running RH ES3.0> >Which means, if you took the package from ftp2.tootai.net, that you didnt't read the README.TXT file in headers directory. This file is sometime missing so you have to add it manualy. You will find this file here ftp://ftp.opencall.org/pub/spandsp/ -- Daniel _______________________________________________ Asterisk-Users mailing list Asterisk-Users@lists.digium.com http://lists.digium.com/mailman/listinfo/asterisk-users To UNSUBSCRIBE or update options visit: http://lists.digium.com/mailman/listinfo/asterisk-users
paul@freestylenetworks.com
2004-Sep-20 10:02 UTC
[Asterisk-Users] spandsp / compilation errors
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:steveu@coppice.org] Sent: September 20, 2004 10:54 AM To: asterisk-users Subject: Re: [Asterisk-Users] spandsp / compilation errors paul@freestylenetworks.com 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 Asterisk-Users@lists.digium.com http://lists.digium.com/mailman/listinfo/asterisk-users To UNSUBSCRIBE or update options visit: http://lists.digium.com/mailman/listinfo/asterisk-users