I'm trying to get Centric CRM installed on my CentOS system and I'm becoming quite frustrated. Whenever I try to set up the database portion, I get the following error:
"An error occurred while trying to connect to the database, the following error was provided by the database driver: nullinit/conn.sgml (No such file or directory)"
I see that there was a thread posted on this over two years ago in this same forum, but it doesn't look like any answers were received. I've searched for hours, and there is no documentation on this error anywhere. No errors are being written to any of the usual logs that I can see.
I don't understand, as my other mySQL applications are able to connect fine. I don't know if this is a message from Centric CRM or from mySQL. Has anyone ever seen this error before?
Additional info:
-bash-3.2# uname -a
Linux [SERVER NAME] 2.6.18-028stab062.3-PAE #1 SMP Thu Mar 26 14:56:55 MSK 2009 i686 i686 i386 GNU/Linux
-bash-3.2# java -version
java version "1.6.0"
OpenJDK Runtime Environment (build 1.6.0-b09)
OpenJDK Client VM (build 1.6.0-b09, mixed mode)
mysql> SELECT VERSION();
+-----------+
VERSION() |
+-----------+
5.0.45 |
+-----------+