I install the Asterisk into a RedHat9, exactly like manual says, and I'm having the attached error message when try to install libpri. Please, help on it. -------------- next part -------------- [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-prototypes -Wmissing-prototypes -g -c -o q921.o q921.c cc -Wall -Werror -Wstrict-prototypes -Wmissing-prototypes -g -c -o prisched.o prisched.c cc -Wall -Werror -Wstrict-prototypes -Wmissing-prototypes -g -c -o q931.o q931.c ar rcs libpri.a pri.o q921.o prisched.o q931.o ranlib libpri.a cc -fPIC -Wall -Werror -Wstrict-prototypes -Wmissing-prototypes -g -o pri.lo -c pri.c cc -fPIC -Wall -Werror -Wstrict-prototypes -Wmissing-prototypes -g -o q921.lo -c q921.c cc -fPIC -Wall -Werror -Wstrict-prototypes -Wmissing-prototypes -g -o prisched.lo -c prisched.c cc -fPIC -Wall -Werror -Wstrict-prototypes -Wmissing-prototypes -g -o q931.lo -c q931.c cc -shared -Wl,-soname,libpri.so.1 -o libpri.so.1.0 pri.lo q921.lo prisched.lo q931.lo /sbin/ldconfig -n . ln -sf libpri.so.1 libpri.so mkdir -p /usr/lib mkdir -p /usr/include install -m 644 libpri.h /usr/include install -m 755 libpri.so.1.0 /usr/lib if [ -x /usr/sbin/sestatus ] && ( /usr/sbin/sestatus | grep "SELinux status:" | grep -q "enabled"); then restorecon -v //lib/libpri.so.1.0; fi ( cd /usr/lib ; ln -sf libpri.so.1 libpri.so ) install -m 644 libpri.a /usr/lib /sbin/ldconfig [root@LinuxLab libpri]#
>make clean; make installShouldn't ist be make clean; make; make install ? Hope it helps... Guido Hecken> -----Urspr?ngliche Nachricht----- > Von: Paulo - Ibest [mailto:phbraga@ibest.com.br] > Gesendet: Freitag, 18. Februar 2005 14:29 > An: Asterisk Users Mailing List - Non-Commercial Discussion > Betreff: [Asterisk-Users] Asterisk + RedHat9 - Libpri problem > > I install the Asterisk into a RedHat9, exactly like manual says, and I'm > having the attached error message when try to install libpri. > > Please, help on it.
creslin@digium.com
2005-Feb-18 10:33 UTC
[Asterisk-Users] Asterisk + RedHat9 - Libpri problem
On Fri, Feb 18, 2005 at 10:29:09AM -0300, Paulo - Ibest wrote:> I install the Asterisk into a RedHat9, exactly like manual says, and I'm > having the attached error message when try to install libpri. >I don't see any errors that should affect it. If you're referring to the "Makefile:93: .depend: No such file or directory" type errors, just ignore them, they shouldn't be causing any problems. Matthew Fredrickson