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

where is defined db functions
 
 

Hello. now i study chatbot. so i download chatscript-6.9 and then unzip file.

and /SRC/make standalone -> chmod +x /BINARY/LinuxChatScript64 -> ./BINARY/LinuxChatScript64 LinuxC


after enter chatting mode, type command like this -> :build postgres reset

but error occurred below

what’s long ?? can you help??

*** Error- line 9 of simpletopic.top: ^M
14 CALL-1 Call to function not yet defined ^dbinit   in simpletopic.top at 9: u: (open)  if (^dbinit( dbname = postgres port = 5432 user = postgres password = 1993egop )) {db opened}

 

 
  [ # 1 ]

wrong type ./BINARY/LinuxChatScript64 LinuxC -> ./BINARY/LinuxChatScript64 local

 

 
  [ # 2 ]

You need to create new build using the postgre make. The default build doesn’t support postgre or mongodb.

 

 
  [ # 3 ]

where can i build using postgres make? do you mean “/SRC/make pgserver” ?

 

 
  [ # 4 ]

Thanks Hitesh Saraf!! i solved it.

 

 
  login or register to react