Thread: [Cppcms-users] Problem with running example - "message_board"
Brought to you by:
artyom-beilis
From: Sydunenko O. <ovs...@gm...> - 2015-04-24 13:11:57
|
Hi all, I had problem with example "message_board". After startup with command /"./mb -c config.js"/ the error /"2015-04-24 16:05:50; cppcms, error: Caught exception [cppdb::driver failed to load driver sqlite3 - no module found]//(http_context.cpp:139)//"/ is appear in console and browser had 500 response code... Thanks in advance -- Regards, Oleg Sydunenko |
From: Alexander M. <a....@ev...> - 2015-04-24 13:15:30
|
Hi, have you tried to install the sqlite3 libs on your system? On Ubuntu you would do that with apt-get install: sudo apt-get install sqlite3 libsqlite3-dev Am 24.04.2015 um 15:11 schrieb Sydunenko Oleg: > Hi all, > > I had problem with example "message_board". > > After startup with command /"./mb -c config.js"/ the error > /"2015-04-24 16:05:50; cppcms, error: Caught exception [cppdb::driver > failed to load driver sqlite3 - no module > found]//(http_context.cpp:139)//"/ is appear in console and browser > had 500 response code... > > Thanks in advance > > -- > Regards, > Oleg Sydunenko > > > ------------------------------------------------------------------------------ > One dashboard for servers and applications across Physical-Virtual-Cloud > Widest out-of-the-box monitoring support with 50+ applications > Performance metrics, stats and reports that give you Actionable Insights > Deep dive visibility with transaction tracing using APM Insight. > http://ad.doubleclick.net/ddm/clk/290420510;117567292;y > > > _______________________________________________ > Cppcms-users mailing list > Cpp...@li... > https://lists.sourceforge.net/lists/listinfo/cppcms-users |
From: Sydunenko O. <ovs...@gm...> - 2015-04-24 13:24:50
|
On 04/24/2015 04:15 PM, Alexander Mack wrote: > Hi, > > have you tried to install the sqlite3 libs on your system? > On Ubuntu you would do that with apt-get install: > > sudo apt-get install sqlite3 libsqlite3-dev > > > Am 24.04.2015 um 15:11 schrieb Sydunenko Oleg: >> Hi all, >> >> I had problem with example "message_board". >> >> After startup with command /"./mb -c config.js"/ the error >> /"2015-04-24 16:05:50; cppcms, error: Caught exception [cppdb::driver >> failed to load driver sqlite3 - no module >> found]//(http_context.cpp:139)//"/ is appear in console and browser >> had 500 response code... >> >> Thanks in advance >> >> -- >> Regards, >> Oleg Sydunenko >> >> >> ------------------------------------------------------------------------------ >> One dashboard for servers and applications across Physical-Virtual-Cloud >> Widest out-of-the-box monitoring support with 50+ applications >> Performance metrics, stats and reports that give you Actionable Insights >> Deep dive visibility with transaction tracing using APM Insight. >> http://ad.doubleclick.net/ddm/clk/290420510;117567292;y >> >> >> _______________________________________________ >> Cppcms-users mailing list >> Cpp...@li... >> https://lists.sourceforge.net/lists/listinfo/cppcms-users > > > > ------------------------------------------------------------------------------ > One dashboard for servers and applications across Physical-Virtual-Cloud > Widest out-of-the-box monitoring support with 50+ applications > Performance metrics, stats and reports that give you Actionable Insights > Deep dive visibility with transaction tracing using APM Insight. > http://ad.doubleclick.net/ddm/clk/290420510;117567292;y > > > _______________________________________________ > Cppcms-users mailing list > Cpp...@li... > https://lists.sourceforge.net/lists/listinfo/cppcms-users The result of the /"dpkg --get-selections | grep sqlite"/ is: libmono-sqlite4.0-cil install libqt4-sql-sqlite install libsqlite3-0 install libsqlite3-dev install libwtdbosqlite-dev install libwtdbosqlite29 install sqlite3 install -- Regards, Oleg Sydunenko |
From: Alexander M. <a....@ev...> - 2015-04-24 13:41:32
|
Hi, Did you check if the library is accessable through /usr/lib? And, did you look into the logs? Maybe they have some helpful informations. Hope that helps you. Alex Am 24.04.2015 um 15:24 schrieb Sydunenko Oleg: > On 04/24/2015 04:15 PM, Alexander Mack wrote: >> Hi, >> >> have you tried to install the sqlite3 libs on your system? >> On Ubuntu you would do that with apt-get install: >> >> sudo apt-get install sqlite3 libsqlite3-dev >> >> >> Am 24.04.2015 um 15:11 schrieb Sydunenko Oleg: >>> Hi all, >>> >>> I had problem with example "message_board". >>> >>> After startup with command /"./mb -c config.js"/ the error >>> /"2015-04-24 16:05:50; cppcms, error: Caught exception >>> [cppdb::driver failed to load driver sqlite3 - no module >>> found]//(http_context.cpp:139)//"/ is appear in console and browser >>> had 500 response code... >>> >>> Thanks in advance >>> >>> -- >>> Regards, >>> Oleg Sydunenko >>> >>> >>> ------------------------------------------------------------------------------ >>> One dashboard for servers and applications across Physical-Virtual-Cloud >>> Widest out-of-the-box monitoring support with 50+ applications >>> Performance metrics, stats and reports that give you Actionable Insights >>> Deep dive visibility with transaction tracing using APM Insight. >>> http://ad.doubleclick.net/ddm/clk/290420510;117567292;y >>> >>> >>> _______________________________________________ >>> Cppcms-users mailing list >>> Cpp...@li... >>> https://lists.sourceforge.net/lists/listinfo/cppcms-users >> >> >> >> ------------------------------------------------------------------------------ >> One dashboard for servers and applications across Physical-Virtual-Cloud >> Widest out-of-the-box monitoring support with 50+ applications >> Performance metrics, stats and reports that give you Actionable Insights >> Deep dive visibility with transaction tracing using APM Insight. >> http://ad.doubleclick.net/ddm/clk/290420510;117567292;y >> >> >> _______________________________________________ >> Cppcms-users mailing list >> Cpp...@li... >> https://lists.sourceforge.net/lists/listinfo/cppcms-users > The result of the /"dpkg --get-selections | grep sqlite"/ is: > libmono-sqlite4.0-cil install > libqt4-sql-sqlite install > libsqlite3-0 install > libsqlite3-dev install > libwtdbosqlite-dev install > libwtdbosqlite29 install > sqlite3 install > > -- > Regards, > Oleg Sydunenko > > > ------------------------------------------------------------------------------ > One dashboard for servers and applications across Physical-Virtual-Cloud > Widest out-of-the-box monitoring support with 50+ applications > Performance metrics, stats and reports that give you Actionable Insights > Deep dive visibility with transaction tracing using APM Insight. > http://ad.doubleclick.net/ddm/clk/290420510;117567292;y > > > _______________________________________________ > Cppcms-users mailing list > Cpp...@li... > https://lists.sourceforge.net/lists/listinfo/cppcms-users |
From: Oleg S. <ovs...@gm...> - 2015-04-24 13:44:18
|
Ok thanx Alex. I'll check it... 24 апр. 2015 г. 16:42 пользователь "Alexander Mack" <a....@ev...> написал: > Hi, > > Did you check if the library is accessable through /usr/lib? > And, did you look into the logs? Maybe they have some helpful informations. > > Hope that helps you. > > Alex > > > Am 24.04.2015 um 15:24 schrieb Sydunenko Oleg: > > On 04/24/2015 04:15 PM, Alexander Mack wrote: > > Hi, > > have you tried to install the sqlite3 libs on your system? > On Ubuntu you would do that with apt-get install: > > sudo apt-get install sqlite3 libsqlite3-dev > > > Am 24.04.2015 um 15:11 schrieb Sydunenko Oleg: > > Hi all, > > I had problem with example "message_board". > > After startup with command *"./mb -c config.js"* the error *"2015-04-24 > 16:05:50; cppcms, error: Caught exception [cppdb::driver failed to load > driver sqlite3 - no module found]** (http_context.cpp:139)**"* is appear > in console and browser had 500 response code... > > Thanks in advance > > -- > Regards, > Oleg Sydunenko > > > > ------------------------------------------------------------------------------ > One dashboard for servers and applications across Physical-Virtual-Cloud > Widest out-of-the-box monitoring support with 50+ applications > Performance metrics, stats and reports that give you Actionable Insights > Deep dive visibility with transaction tracing using APM Insight.http://ad.doubleclick.net/ddm/clk/290420510;117567292;y > > > > _______________________________________________ > Cppcms-users mailing lis...@li...https://lists.sourceforge.net/lists/listinfo/cppcms-users > > > > > ------------------------------------------------------------------------------ > One dashboard for servers and applications across Physical-Virtual-Cloud > Widest out-of-the-box monitoring support with 50+ applications > Performance metrics, stats and reports that give you Actionable Insights > Deep dive visibility with transaction tracing using APM Insight.http://ad.doubleclick.net/ddm/clk/290420510;117567292;y > > > > _______________________________________________ > Cppcms-users mailing lis...@li...https://lists.sourceforge.net/lists/listinfo/cppcms-users > > The result of the *"dpkg --get-selections | grep sqlite"* is: > libmono-sqlite4.0-cil install > libqt4-sql-sqlite install > libsqlite3-0 install > libsqlite3-dev install > libwtdbosqlite-dev install > libwtdbosqlite29 install > sqlite3 install > > -- > Regards, > Oleg Sydunenko > > > > ------------------------------------------------------------------------------ > One dashboard for servers and applications across Physical-Virtual-Cloud > Widest out-of-the-box monitoring support with 50+ applications > Performance metrics, stats and reports that give you Actionable Insights > Deep dive visibility with transaction tracing using APM Insight.http://ad.doubleclick.net/ddm/clk/290420510;117567292;y > > > > _______________________________________________ > Cppcms-users mailing lis...@li...https://lists.sourceforge.net/lists/listinfo/cppcms-users > > > > > ------------------------------------------------------------------------------ > One dashboard for servers and applications across Physical-Virtual-Cloud > Widest out-of-the-box monitoring support with 50+ applications > Performance metrics, stats and reports that give you Actionable Insights > Deep dive visibility with transaction tracing using APM Insight. > http://ad.doubleclick.net/ddm/clk/290420510;117567292;y > _______________________________________________ > Cppcms-users mailing list > Cpp...@li... > https://lists.sourceforge.net/lists/listinfo/cppcms-users > > |
From: Oleg S. <ovs...@gm...> - 2015-04-24 13:47:13
|
Where is logs located ? I could not find any information about logs in config.js file... 24 апр. 2015 г. 16:42 пользователь "Alexander Mack" <a....@ev...> написал: > Hi, > > Did you check if the library is accessable through /usr/lib? > And, did you look into the logs? Maybe they have some helpful informations. > > Hope that helps you. > > Alex > > > Am 24.04.2015 um 15:24 schrieb Sydunenko Oleg: > > On 04/24/2015 04:15 PM, Alexander Mack wrote: > > Hi, > > have you tried to install the sqlite3 libs on your system? > On Ubuntu you would do that with apt-get install: > > sudo apt-get install sqlite3 libsqlite3-dev > > > Am 24.04.2015 um 15:11 schrieb Sydunenko Oleg: > > Hi all, > > I had problem with example "message_board". > > After startup with command *"./mb -c config.js"* the error *"2015-04-24 > 16:05:50; cppcms, error: Caught exception [cppdb::driver failed to load > driver sqlite3 - no module found]** (http_context.cpp:139)**"* is appear > in console and browser had 500 response code... > > Thanks in advance > > -- > Regards, > Oleg Sydunenko > > > > ------------------------------------------------------------------------------ > One dashboard for servers and applications across Physical-Virtual-Cloud > Widest out-of-the-box monitoring support with 50+ applications > Performance metrics, stats and reports that give you Actionable Insights > Deep dive visibility with transaction tracing using APM Insight.http://ad.doubleclick.net/ddm/clk/290420510;117567292;y > > > > _______________________________________________ > Cppcms-users mailing lis...@li...https://lists.sourceforge.net/lists/listinfo/cppcms-users > > > > > ------------------------------------------------------------------------------ > One dashboard for servers and applications across Physical-Virtual-Cloud > Widest out-of-the-box monitoring support with 50+ applications > Performance metrics, stats and reports that give you Actionable Insights > Deep dive visibility with transaction tracing using APM Insight.http://ad.doubleclick.net/ddm/clk/290420510;117567292;y > > > > _______________________________________________ > Cppcms-users mailing lis...@li...https://lists.sourceforge.net/lists/listinfo/cppcms-users > > The result of the *"dpkg --get-selections | grep sqlite"* is: > libmono-sqlite4.0-cil install > libqt4-sql-sqlite install > libsqlite3-0 install > libsqlite3-dev install > libwtdbosqlite-dev install > libwtdbosqlite29 install > sqlite3 install > > -- > Regards, > Oleg Sydunenko > > > > ------------------------------------------------------------------------------ > One dashboard for servers and applications across Physical-Virtual-Cloud > Widest out-of-the-box monitoring support with 50+ applications > Performance metrics, stats and reports that give you Actionable Insights > Deep dive visibility with transaction tracing using APM Insight.http://ad.doubleclick.net/ddm/clk/290420510;117567292;y > > > > _______________________________________________ > Cppcms-users mailing lis...@li...https://lists.sourceforge.net/lists/listinfo/cppcms-users > > > > > ------------------------------------------------------------------------------ > One dashboard for servers and applications across Physical-Virtual-Cloud > Widest out-of-the-box monitoring support with 50+ applications > Performance metrics, stats and reports that give you Actionable Insights > Deep dive visibility with transaction tracing using APM Insight. > http://ad.doubleclick.net/ddm/clk/290420510;117567292;y > _______________________________________________ > Cppcms-users mailing list > Cpp...@li... > https://lists.sourceforge.net/lists/listinfo/cppcms-users > > |
From: kpeo <sla...@ya...> - 2015-04-25 21:44:36
|
Hi Alexander, Please, check HowTo: http://cppcms.com/wikipp/en/page/cppcms_1x_howto "How to activate CppCMS logging" You can find more details here: http://cppcms.com/wikipp/en/page/cppcms_1x_config#logging Best regards, Vladimir 24.04.2015, 16:47, "Oleg Sydunenko" <ovs...@gm...>: > Where is logs located ? I could not find any information about logs in config.js file... > > 24 апр. 2015 г. 16:42 пользователь "Alexander Mack" <a....@ev...> написал: >> Hi, >> >> Did you check if the library is accessable through /usr/lib? >> And, did you look into the logs? Maybe they have some helpful informations. >> >> Hope that helps you. >> >> Alex >> >> Am 24.04.2015 um 15:24 schrieb Sydunenko Oleg: >> >>> On 04/24/2015 04:15 PM, Alexander Mack wrote: >>> >>>> Hi, >>>> >>>> have you tried to install the sqlite3 libs on your system? >>>> On Ubuntu you would do that with apt-get install: >>>> >>>> sudo apt-get install sqlite3 libsqlite3-dev >>>> >>>> Am 24.04.2015 um 15:11 schrieb Sydunenko Oleg: >>>> >>>>> Hi all, >>>>> >>>>> I had problem with example "message_board". >>>>> >>>>> After startup with command "./mb -c config.js" the error "2015-04-24 16:05:50; cppcms, error: Caught exception [cppdb::driver failed to load driver sqlite3 - no module found] (http_context.cpp:139)" is appear in console and browser had 500 response code... >>>>> >>>>> Thanks in advance >>>>> >>>>> -- Regards, Oleg Sydunenko >>>>> >>>>> ------------------------------------------------------------------------------ One dashboard for servers and applications across Physical-Virtual-Cloud Widest out-of-the-box monitoring support with 50+ applications Performance metrics, stats and reports that give you Actionable Insights Deep dive visibility with transaction tracing using APM Insight. http://ad.doubleclick.net/ddm/clk/290420510;117567292;y >>>>> >>>>> _______________________________________________ Cppcms-users mailing list Cpp...@li... https://lists.sourceforge.net/lists/listinfo/cppcms-users >>>> >>>> ------------------------------------------------------------------------------ One dashboard for servers and applications across Physical-Virtual-Cloud Widest out-of-the-box monitoring support with 50+ applications Performance metrics, stats and reports that give you Actionable Insights Deep dive visibility with transaction tracing using APM Insight. http://ad.doubleclick.net/ddm/clk/290420510;117567292;y >>>> >>>> _______________________________________________ Cppcms-users mailing list Cpp...@li... https://lists.sourceforge.net/lists/listinfo/cppcms-users >>> The result of the "dpkg --get-selections | grep sqlite" is: >>> libmono-sqlite4.0-cil install >>> libqt4-sql-sqlite install >>> libsqlite3-0 install >>> libsqlite3-dev install >>> libwtdbosqlite-dev install >>> libwtdbosqlite29 install >>> sqlite3 install >>> >>> -- Regards, Oleg Sydunenko >>> >>> ------------------------------------------------------------------------------ One dashboard for servers and applications across Physical-Virtual-Cloud Widest out-of-the-box monitoring support with 50+ applications Performance metrics, stats and reports that give you Actionable Insights Deep dive visibility with transaction tracing using APM Insight. http://ad.doubleclick.net/ddm/clk/290420510;117567292;y >>> >>> _______________________________________________ Cppcms-users mailing list Cpp...@li... https://lists.sourceforge.net/lists/listinfo/cppcms-users >> >> ------------------------------------------------------------------------------ >> One dashboard for servers and applications across Physical-Virtual-Cloud >> Widest out-of-the-box monitoring support with 50+ applications >> Performance metrics, stats and reports that give you Actionable Insights >> Deep dive visibility with transaction tracing using APM Insight. >> http://ad.doubleclick.net/ddm/clk/290420510;117567292;y >> _______________________________________________ >> Cppcms-users mailing list >> Cpp...@li... >> https://lists.sourceforge.net/lists/listinfo/cppcms-users > , > > ------------------------------------------------------------------------------ > One dashboard for servers and applications across Physical-Virtual-Cloud > Widest out-of-the-box monitoring support with 50+ applications > Performance metrics, stats and reports that give you Actionable Insights > Deep dive visibility with transaction tracing using APM Insight. > http://ad.doubleclick.net/ddm/clk/290420510;117567292;y > , > > _______________________________________________ > Cppcms-users mailing list > Cpp...@li... > https://lists.sourceforge.net/lists/listinfo/cppcms-users |
From: kpeo <sla...@ya...> - 2015-04-25 21:47:50
|
<div>Oh, sure - the message was for Oleg, not Alexander. Sorry )</div><div> </div><div>24.04.2015, 16:47, "Oleg Sydunenko" <ovs...@gm...>:</div><blockquote type="cite"><p>Where is logs located ? I could not find any information about logs in config.js file...</p><div>24 апр. 2015 г. 16:42 пользователь "Alexander Mack" <<a href="mailto:a....@ev...">a....@ev...</a>> написал:<br type="attribution" /><blockquote style="margin:0 0 0 0.8ex;border-left:1px #ccc solid;padding-left:1ex;"><div bgcolor="#FFFFFF">Hi,<br /> <br /> Did you check if the library is accessable through /usr/lib?<br /> And, did you look into the logs? Maybe they have some helpful informations.<br /> <br /> Hope that helps you.<br /> <br /> Alex<br /> <br /> <br /><div>Am 24.04.2015 um 15:24 schrieb Sydunenko Oleg:</div><blockquote type="cite"><div>On 04/24/2015 04:15 PM, Alexander Mack wrote:</div><blockquote type="cite">Hi,<br /> <br /> have you tried to install the sqlite3 libs on your system?<br /> On Ubuntu you would do that with apt-get install:<br /> <br /> sudo apt-get install sqlite3 libsqlite3-dev<br /> <br /> <br /><div>Am 24.04.2015 um 15:11 schrieb Sydunenko Oleg:</div><blockquote type="cite">Hi all,<br /> <br /> I had problem with example "message_board".<br /> <br /> After startup with command <i>"./mb -c config.js"</i> the error <i>"<span>2015-04-24 16</span>:05:50; cppcms, error: Caught exception [cppdb::driver failed to load driver sqlite3 - no module found]</i><i> (http_context.cpp:139)</i><i>"</i> is appear in console and browser had 500 response code...<br /> <br /> Thanks in advance<br /> <br /><pre>-- Regards, Oleg Sydunenko</pre><br /> <br /><pre>------------------------------------------------------------------------------ One dashboard for servers and applications across Physical-Virtual-Cloud Widest out-of-the-box monitoring support with 50+ applications Performance metrics, stats and reports that give you Actionable Insights Deep dive visibility with transaction tracing using APM Insight. <a href="http://ad.doubleclick.net/ddm/clk/290420510;117567292;y" target="_blank">http://ad.doubleclick.net/ddm/clk/290420510;117567292;y</a></pre><br /> <br /><pre>_______________________________________________ Cppcms-users mailing list <a href="mailto:Cpp...@li..." target="_blank">Cpp...@li...</a> <a href="https://lists.sourceforge.net/lists/listinfo/cppcms-users" target="_blank">https://lists.sourceforge.net/lists/listinfo/cppcms-users</a> </pre></blockquote><br /> <br /> <br /><pre>------------------------------------------------------------------------------ One dashboard for servers and applications across Physical-Virtual-Cloud Widest out-of-the-box monitoring support with 50+ applications Performance metrics, stats and reports that give you Actionable Insights Deep dive visibility with transaction tracing using APM Insight. <a href="http://ad.doubleclick.net/ddm/clk/290420510;117567292;y" target="_blank">http://ad.doubleclick.net/ddm/clk/290420510;117567292;y</a></pre><br /> <br /><pre>_______________________________________________ Cppcms-users mailing list <a href="mailto:Cpp...@li..." target="_blank">Cpp...@li...</a> <a href="https://lists.sourceforge.net/lists/listinfo/cppcms-users" target="_blank">https://lists.sourceforge.net/lists/listinfo/cppcms-users</a> </pre></blockquote>The result of the <i>"dpkg --get-selections | grep sqlite"</i> is:<br /> libmono-sqlite4.0-cil install<br /> libqt4-sql-sqlite install<br /> libsqlite3-0 install<br /> libsqlite3-dev install<br /> libwtdbosqlite-dev install<br /> libwtdbosqlite29 install<br /> sqlite3 install<br /> <br /><pre>-- Regards, Oleg Sydunenko</pre><br /> <br /><pre>------------------------------------------------------------------------------ One dashboard for servers and applications across Physical-Virtual-Cloud Widest out-of-the-box monitoring support with 50+ applications Performance metrics, stats and reports that give you Actionable Insights Deep dive visibility with transaction tracing using APM Insight. <a href="http://ad.doubleclick.net/ddm/clk/290420510;117567292;y" target="_blank">http://ad.doubleclick.net/ddm/clk/290420510;117567292;y</a></pre><br /> <br /><pre>_______________________________________________ Cppcms-users mailing list <a href="mailto:Cpp...@li..." target="_blank">Cpp...@li...</a> <a href="https://lists.sourceforge.net/lists/listinfo/cppcms-users" target="_blank">https://lists.sourceforge.net/lists/listinfo/cppcms-users</a> </pre></blockquote></div><br />------------------------------------------------------------------------------<br /> One dashboard for servers and applications across Physical-Virtual-Cloud<br /> Widest out-of-the-box monitoring support with 50+ applications<br /> Performance metrics, stats and reports that give you Actionable Insights<br /> Deep dive visibility with transaction tracing using APM Insight.<br /> <a href="http://ad.doubleclick.net/ddm/clk/290420510;117567292;y" target="_blank">http://ad.doubleclick.net/ddm/clk/290420510;117567292;y</a><br />_______________________________________________<br /> Cppcms-users mailing list<br /> <a href="mailto:Cpp...@li...">Cpp...@li...</a><br /> <a href="https://lists.sourceforge.net/lists/listinfo/cppcms-users" target="_blank">https://lists.sourceforge.net/lists/listinfo/cppcms-users</a><br /> </blockquote></div>,<p>------------------------------------------------------------------------------<br />One dashboard for servers and applications across Physical-Virtual-Cloud <br />Widest out-of-the-box monitoring support with 50+ applications<br />Performance metrics, stats and reports that give you Actionable Insights<br />Deep dive visibility with transaction tracing using APM Insight.<br /><a href="http://ad.doubleclick.net/ddm/clk/290420510;117567292;y">http://ad.doubleclick.net/ddm/clk/290420510;117567292;y</a></p>,<p>_______________________________________________<br />Cppcms-users mailing list<br /><a href="mailto:Cpp...@li...">Cpp...@li...</a><br /><a href="https://lists.sourceforge.net/lists/listinfo/cppcms-users">https://lists.sourceforge.net/lists/listinfo/cppcms-users</a></p></blockquote> |
From: Artyom B. <art...@ya...> - 2015-04-26 08:03:40
|
As the error message said: cppdb::driver failed to load driver sqlite3 - no module found So... you either hadn't compiled cppdb with sqlite3 support or hadn't intalled it incorrectly. Artyom Beilis -------------- CppCMS - C++ Web Framework: http://cppcms.com/ CppDB - C++ SQL Connectivity: http://cppcms.com/sql/cppdb/ From: Sydunenko Oleg <ovs...@gm...> To: art...@ya...; cpp...@li... Sent: Friday, April 24, 2015 4:11 PM Subject: [Cppcms-users] Problem with running example - "message_board" Hi all, I had problem with example "message_board". After startup with command "./mb -c config.js" the error "2015-04-24 16:05:50; cppcms, error: Caught exception [cppdb::driver failed to load driver sqlite3 - no module found] (http_context.cpp:139)" is appear in console and browser had 500 response code... Thanks in advance -- Regards, Oleg Sydunenko ------------------------------------------------------------------------------ One dashboard for servers and applications across Physical-Virtual-Cloud Widest out-of-the-box monitoring support with 50+ applications Performance metrics, stats and reports that give you Actionable Insights Deep dive visibility with transaction tracing using APM Insight. http://ad.doubleclick.net/ddm/clk/290420510;117567292;y _______________________________________________ Cppcms-users mailing list Cpp...@li... https://lists.sourceforge.net/lists/listinfo/cppcms-users |