venuka has asked for the wisdom of the Perl Monks concerning the following question:
i integrate sphinx with asterisk following these steps
http://www.syednetworks.com/asterisk-integration-with-sphinx-voice-recognition-systemwhen i start the sphinx server in the terminal by typing
#/usr/local/bin/sr_server &
i got this error message
[root@localhost ~]# /usr/local/bin/sr_server &
[1] 3885
[root@localhost ~]# bash: /usr/local/bin/sr_server: /usr/bin/perl^M: bad interpreter: No such file or directory
1.what is the reason for that error?
2.how can i fix it ?
( os fedora core 7)
|
|---|