AI Zone Admin Forum Add your forum

NEWS: Chatbots.org survey on 3000 US and UK consumers shows it is time for chatbot integration in customer service!read more..

Error executing ./MacChatScript
 
 

I get the following error on my Mac machine when running CS 7.12 in server mode:

Nehas-MacBook-Pro:ChatScript nehaprabhugaonkar$ BINARIES/MacChatScript
evcalled pid: 37066
dyld: lazy symbol binding failed: Symbol not found: _clock_gettime
  Referenced from: /Users/nehaprabhugaonkar/Documents/JavaProjects/Chatbot/ChatScript-7/ChatScript/BINARIES/MacChatScript (which was built for Mac OS X 10.12)
  Expected in: /usr/lib/libSystem.B.dylib

dyld: Symbol not found: _clock_gettime
  Referenced from: /Users/nehaprabhugaonkar/Documents/JavaProjects/Chatbot/ChatScript-7/ChatScript/BINARIES/MacChatScript (which was built for Mac OS X 10.12)
  Expected in: /usr/lib/libSystem.B.dylib

Trace/BPT trap: 5

 

 
  [ # 1 ]

thanks got the issue resolved

 

 
  [ # 2 ]

Information on what you did to fix it would be useful to others who might find this via google or browsing…..


Questions that might need answering for your post to be useful:

1) Is this the precompiled mac binary in BINARIES or one you compiled yourself?
2) If you compiled yourself what method did you use?
3) How did you resolve the problem?

 

 
  [ # 3 ]

Previously, while I was using the older version of ChatScript, I didn’t face this issue. For Chatscript 7.2, I used the precompiled MAC binary and faced the above errors. To solve the issue I had to install MongoDB C Driver and libbson-1.0.0. Later, I used the same precompiled MAC binary and got the issue resolved.

 

 

 

 

 
  login or register to react