Good day,
I want to integrate pocketsphinx to UniMRCP and Asterisk. I am facing an error in running 'make' in ubuntu and got an error saying
../../platforms/libunimrcp-client/.libs/libunimrcpclient.so: undefined reference to `apr_pool_mutex_set' collect2: error: ld returned 1 exit status Makefile:470: recipe for target 'unimrcpclient' failed make[2]: [unimrcpclient] Error 1 make[2]: Leaving directory '/home/rj/Desktop/unimrcp-1.4.0/platforms/unimrcp-client' Makefile:384: recipe for target 'all-recursive' failed make[1]: [all-recursive] Error 1 make[1]: Leaving directory '/home/rj/Desktop/unimrcp-1.4.0/platforms' Makefile:430: recipe for target 'all-recursive' failed make: *** [all-recursive] Error 1
Can someone help me in solving this error. Thank you in advance.
This is a unimrcp bug, you have to compile custom APR:
https://github.com/unispeech/unimrcp/issues/181
Log in to post a comment.
Good day,
I want to integrate pocketsphinx to UniMRCP and Asterisk. I am facing an error in running 'make' in ubuntu and got an error saying
../../platforms/libunimrcp-client/.libs/libunimrcpclient.so: undefined reference to `apr_pool_mutex_set'
collect2: error: ld returned 1 exit status
Makefile:470: recipe for target 'unimrcpclient' failed
make[2]: [unimrcpclient] Error 1
make[2]: Leaving directory '/home/rj/Desktop/unimrcp-1.4.0/platforms/unimrcp-client'
Makefile:384: recipe for target 'all-recursive' failed
make[1]: [all-recursive] Error 1
make[1]: Leaving directory '/home/rj/Desktop/unimrcp-1.4.0/platforms'
Makefile:430: recipe for target 'all-recursive' failed
make: *** [all-recursive] Error 1
Can someone help me in solving this error. Thank you in advance.
This is a unimrcp bug, you have to compile custom APR:
https://github.com/unispeech/unimrcp/issues/181