Displaying 2 results from an estimated 2 matches for "testprilib".
2008 Jan 25
3
Finding difficulty in installing Asterisk
Hi all,
Please help me in installing Asterisk.
I am getting the following error when trying to install Libpri
[treepr at CDC5S3FB-174202 Asterisk]$ cd libpri-1.4.2
[treepr at CDC5S3FB-174202 libpri-1.4.2]$ make clean
rm -f *.o *.so *.lo *.so.1 *.so.1.0
rm -f testprilib libpri.a libpri.so.1.0
rm -f pritest pridump
rm -f .depend
[treepr at CDC5S3FB-174202 libpri-1.4.2]$ make install
gcc -Wall -Werror -Wstrict-prototypes -Wmissing-prototypes -g -fPIC -c -o copy_string.o copy_string.c
gcc -Wall -Werror -Wstrict-prototypes -Wmissing-prototypes -g -fPIC -c -o p...
2005 Feb 18
2
Asterisk + RedHat9 - Libpri problem
...-------------
[root@LinuxLab zaptel]# cd ..
[root@LinuxLab src]# cd libpri/
[root@LinuxLab libpri]# make clean; make install
Makefile:93: .depend: No such file or directory
./mkdep -Wall -Werror -Wstrict-prototypes -Wmissing-prototypes -g `ls *.c`
rm -f *.o *.so *.lo *.so.1 *.so.1.0
rm -f testpri testprilib libpri.a libpri.so.1.0
rm -f pritest pridump
rm -f .depend
Makefile:93: .depend: No such file or directory
./mkdep -Wall -Werror -Wstrict-prototypes -Wmissing-prototypes -g `ls *.c`
cc -Wall -Werror -Wstrict-prototypes -Wmissing-prototypes -g -c -o pri.o pri.c
cc -Wall -Werror -Wstrict-protot...