RE: [users@httpd] Apache DBD Sqlite3 - failed to prepare SQL statements: not an error

2011-04-28 Thread Larry Low
> > > I am having trouble trying to get apache to use a sqlite3 database > > for authentication using dbd. I get the following in my error log: > > > > > > [Wed Apr 27 13:48:07 2011] [error] (20014)Internal error: DBD: > failed > > to prepare SQL statements: not an error > > > [Wed Apr 27 13:48:07

RE: [users@httpd] Apache DBD Sqlite3 - failed to prepare SQL statements: not an error

2011-04-27 Thread Larry Low
> > I am having trouble trying to get apache to use a sqlite3 database > for authentication using dbd. I get the following in my error log: > > > > [Wed Apr 27 13:48:07 2011] [error] (20014)Internal error: DBD: failed > to prepare SQL statements: not an error > > [Wed Apr 27 13:48:07 2011] [error]

[users@httpd] Apache DBD Sqlite3 - failed to prepare SQL statements: not an error

2011-04-27 Thread Larry Low
/somewhere/file.db I am using the CentOS 5 RPMS: httpd-2.2.3-45.el5.centos apr-1.2.7-11.el5_5.3 sqlite-3.3.6-5 I am close to scratching using sqlite3 and switching to postgresql but I wanted to avoid complicating the setup. --- Larry Low -