Reply To: Configured for sqlite3 ? How do I tell?

#9657
rpedde
Participant

@William_Syd wrote:

Hi,

I’ve installed with a RPM. How do I find out if it was built with sqlite3 support?

If it wasn’t, and I only have sqlite3 installed, what errors would I see.

At the moment it appears to be working fine although I’m not using any exotic features.

You can look at your config file and see what the “db_type” is. If you try and drive a database you don’t have support for you get an error message in the syslog about “don’t have support for backend database type ‘x'”

– Ron