[Asterisk-Users] Asterisk + RedHat9 - Libpri problem

2005-02-18 Thread Paulo - Ibest
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.
[EMAIL PROTECTED] zaptel]# cd ..
[EMAIL PROTECTED] src]# cd libpri/
[EMAIL PROTECTED] 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
[EMAIL PROTECTED] libpri]#___
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

RE: [Asterisk-Users] Asterisk + RedHat9 - Libpri problem

2005-02-18 Thread Hecken, Guido
make clean; make install
Shouldn't ist be make clean; make; make install ?

Hope it helps...

Guido Hecken

 -Ursprüngliche Nachricht-
 Von: Paulo - Ibest [mailto:[EMAIL PROTECTED]
 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.
___
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


Re: [Asterisk-Users] Asterisk + RedHat9 - Libpri problem

2005-02-18 Thread creslin
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
___
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