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..

Cannot execute Binary LinuxChatScript
 
 

What is wrong here?
When I call the file, (it is executable) I receive this message:
    bernard@debian:~/Chatscript$ BINARIES/LinuxChatScript64 local
    bash: BINARIES/LinuxChatScript64: cannot execute binary file: Erreur de format pour exec()

Thanks in advance

 

 
  [ # 1 ]

I found that building and installing curl in /usr/local (the default location) was necessary to get the Linux binary to run. I did get some error on trying to run it out of the box, although on second thoughts my first problem was it whining about dictionary file format, so that may not be the same problem. Anyway, it allowed things to work OK as it couldn’t find the curl library.

 

 
  [ # 2 ]

Hi Bernard
on Linux, after download/clone of github repo
you have to set the file executable with command:

$ chmod a+x ./LinuxChatScript64

see also:  https://github.com/bwilcox-1234/ChatScript#linux

giorgio

 

 
  [ # 3 ]

Giorgio, you’re right, but Bernard did say that the file was executable. 32-bit kernel?

 

 
  [ # 4 ]

Yes Robert, it could be! In case of a 32-bit kernel, CS must be recompiled.

 

 
  [ # 5 ]

Hi,
You were right
I have a Intel i5-3230M at 2.60GHz, Jessie 32 bits.

 

 
  login or register to react