Re: [Cppcms-users] cppcms blog, failed to access sqlite3 backend
Brought to you by:
artyom-beilis
From: Aris S. <ari...@gm...> - 2011-01-08 06:37:01
|
I already fix it :). My blog is running. these problem were about: 1. I must comment out openjaded related command from line 579 until 590. These lines are about creating sqlite3 documentation and I can skip these. 2. Related to error *"/usr/local/lib/dbd/libdbdsqlite3.so: undefined symbol: _dbi_internal_error_handler"*, this is a bug from 0.8.3 version libdbi-driver. I upgraded it to 0.8.3-1. I found it here: http://www.mail-archive.com/lib...@li.../msg00135.html On Sat, Jan 8, 2011 at 1:16 PM, Aris Setyawan <ari...@gm...> wrote: > I have found that I forget to install libdbi driver for sqlite3. After > install it, the following error occur: > > > [root@masihmurah cms]# ./run_lighttpd > /usr/local/lib/dbd/libdbdsqlite3.so: undefined symbol: > _dbi_internal_error_handler > libdbi: Failed to load driver: /usr/local/lib/dbd/libdbdsqlite3.so > 2011-01-07 20:06:53: (log.c.166) server started > > Press any key to exit > Failed to access DBFailed to load backend > > please help.. > |