Re: [asterisk-users] Compile error with libpri 1.4.15

2016-02-03 Thread Tzafrir Cohen
On Tue, Feb 02, 2016 at 11:57:08AM -0500, Jerry Geis wrote: > make[4]: Entering directory > `/home/silentm/LayeredSolutions/digium/dahdi-linux-complete-2.11.0+2.11.0/tools/xpp' > /usr/bin/install: cannot stat ‘./dahdi_registration.8’: No such file or > directory > /usr/bin/install: cannot stat ‘./

Re: [asterisk-users] Compile error with libpri 1.4.15

2016-02-02 Thread Jerry Geis
I am getting an error on DAHDI The make seems OK, its the make install that shows issues. make install | grep tools WARNING: could not find /home/silentm/LayeredSolutions/digium/dahdi-linux-complete-2.11.0+2.11.0/linux/drivers/dahdi/vpmadt032_loader/.vpmadt032_x86_64.o.cmd for /home/silentm/Lay

Re: [asterisk-users] Compile error with libpri 1.4.15

2016-02-02 Thread Tony Mountifield
In article , Jerry Geis wrote: > > > You need to have installed DAHDI before compiling libpri or asterisk > > Thanks Tony, > > in fact I have compiled DAHDI complete 2.11.0+2.11.0 - It did not show any > errors. > I did make; make install on the DAHDI source > > crazy typo... :) in fact I do

Re: [asterisk-users] Compile error with libpri 1.4.15

2016-02-02 Thread Jerry Geis
> You need to have installed DAHDI before compiling libpri or asterisk Thanks Tony, in fact I have compiled DAHDI complete 2.11.0+2.11.0 - It did not show any errors. I did make; make install on the DAHDI source crazy typo... :) in fact I do have tonezone.h in the dahdi source tree. but not in

Re: [asterisk-users] Compile error with libpri 1.4.15

2016-02-02 Thread Tony Mountifield
In article , Jerry Geis wrote: > > I am getting this: > > make > gcc -g -Wall -Werror -Wstrict-prototypes -Wmissing-prototypes -fPIC -O2 > -MD -MT pritest.o -MF .pritest.o.d -MP -c -o pritest.o pritest.c > pritest.c:50:28: fatal error: dahdi/tonezone.h: No such file or directory > #include >

[asterisk-users] Compile error with libpri 1.4.15

2016-02-02 Thread Jerry Geis
I am getting this: make gcc -g -Wall -Werror -Wstrict-prototypes -Wmissing-prototypes -fPIC -O2 -MD -MT pritest.o -MF .pritest.o.d -MP -c -o pritest.o pritest.c pritest.c:50:28: fatal error: dahdi/tonezone.h: No such file or directory #include I am using dahdi-linux-complete-2.11.0+2.11.0 I