unispeech / unimrcp

Open source cross-platform implementation of MRCP protocol
http://www.unimrcp.org
Apache License 2.0
379 stars 167 forks source link

Running unimrcp on mac #255

Closed HassanQayyum1993 closed 4 years ago

HassanQayyum1993 commented 5 years ago

Hi, While running on mac I faced following error. "sudo ./unimrcpserver dyld: lazy symbol binding failed: Symbol not found: _apr_pool_mutex_set Referenced from: /usr/local/unimrcp/lib/libunimrcpserver.0.dylib Expected in: flat namespace

dyld: Symbol not found: _apr_pool_mutex_set Referenced from: /usr/local/unimrcp/lib/libunimrcpserver.0.dylib Expected in: flat namespace Abort trap: 6"

achaloyan commented 5 years ago

Use ldd to determine which APR library is used with unimrcpserver. I would guess the system-wide APR library is linked instead of the one that is supposed to be installed with the UniMRCP deps.

HassanQayyum1993 commented 5 years ago

yes that was the problem. Made it able to run with unimrcp deps.

On Mon, 21 Oct 2019 at 18:36, Arsen Chaloyan notifications@github.com wrote:

Use ldd to determine which APR library is used with unimrcpserver. I would guess the system-wide APR library is linked instead of the one that is supposed to be installed with the UniMRCP deps.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/unispeech/unimrcp/issues/255?email_source=notifications&email_token=AH5XE6OTEN2G6I73X7JR753QPWV6HA5CNFSM4JCRRO3KYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEB2K6RY#issuecomment-544517959, or unsubscribe https://github.com/notifications/unsubscribe-auth/AH5XE6IU7Q62K3HTUXKIZM3QPWV6HANCNFSM4JCRRO3A .

-- Thanks, Regards, Hassan Qayyum

Hallicopter commented 4 years ago

Hey, can someone run me through the steps here to fix this? I am also running into the same issue, not sure how to fix, new to this.