lib SRTP: Error 254 rtpw: no process found al ejecutar make runtest
despues de la compilacion exitosa me sale esto:
...
Build done. Please run 'make runtest' to run self tests.
root@TAPSA-ASTERISK:/usr/src/srtp# make runtest
gcc -DHAVE_CONFIG_H -Icrypto/include -I./include -I./crypto/include -Wall -O4 -
fexpensive-optimizations -funroll-loops -c crypto/math/math.c -o crypto/math/mat
h.o
gcc -DHAVE_CONFIG_H -Icrypto/include -I./include -I./crypto/include -Wall -O4 -
fexpensive-optimizations -funroll-loops -c crypto/math/gf2_8.c -o crypto/math/gf
2_8.o
ar cr libcryptomath.a crypto/math/math.o crypto/math/gf2_8.o
ranlib libcryptomath.a
gcc -DHAVE_CONFIG_H -Icrypto/include -I./include -I./crypto/include -Wall -O4 -
fexpensive-optimizations -funroll-loops -L. tables/aes_tables.c -o tables/aes_ta
bles libcryptomath.a
Build done. Please run 'make runtest' to run self tests.
running libsrtp test applications...
crypto/test/cipher_driver -v >/dev/null
crypto/test/kernel_driver -v >/dev/null
test/rdbx_driver -v >/dev/null
test/srtp_driver -v >/dev/null
test/roc_driver -v >/dev/null
test/replay_driver -v >/dev/null
test/dtls_srtp_driver >/dev/null
cd test; ./rtpw_test.sh >/dev/null
./rtpw_test.sh: 73: rtpw: not found
rtpw: no process found
2: no process found
make: *** Error 254
root@TAPSA-ASTERISK:/usr/src/srtp#
alguna idea? algo estoy haciendo mal? agradecere su ayuda.