<div><span class="gmail_quote">On 4/12/07, <b class="gmail_sendername">Ben Edwards</b> <<a href="mailto:funkytwig@gmail.com">funkytwig@gmail.com</a>> wrote:</span>
<blockquote class="gmail_quote" style="PADDING-LEFT: 1ex; MARGIN: 0px 0px 0px 0.8ex; BORDER-LEFT: #ccc 1px solid">When I try to run mythfrontend on a 2nd front end I get:<br><br>mythfrontend: error while loading shared libraries:
<br>libmythtv-0.19.so.0: cannot open shared object file: No such file or<br>directory<br><br>so I have to do:<br><br>mythtv@fisk:~/.mythtv$ export LD_LIBRARY_PATH=/usr/local/lib<br><br>I then get:<br><br>mythtv@fisk:~/.mythtv$ mythfrontend
<br>mythfrontend: error while loading shared libraries:<br>libmythtv-0.19.so.0: cannot open shared object file: No such file or<br>directory<br>mythtv@fisk:~/.mythtv$ export LD_LIBRARY_PATH=/usr/local/lib<br>mythtv@fisk:~/.mythtv$
<br>mythtv@fisk:~/.mythtv$<br>mythtv@fisk:~/.mythtv$ mythfrontend<br>X Error: BadDevice, invalid or uninitialized input device 154<br>Major opcode: 143<br>Minor opcode: 3<br>Resource id: 0x0<br>Failed to open device<br>
X Error: BadDevice, invalid or uninitialized input device 154<br>Major opcode: 143<br>Minor opcode: 3<br>Resource id: 0x0<br>Failed to open device<br>2007-04-12 21:09:40.055 Using runtime prefix = /usr/local<br>2007-04-12 21:09:
40.058 DPMS is active.<br>QSqlDatabase: QMYSQL3 driver not loaded<br>QSqlDatabase: available drivers:<br>2007-04-12 21:09:40.059 New DB connection, total: 1<br>2007-04-12 21:09:40.060 Unable to connect to database!<br>2007-04-12 21:09:
40.060 No error type from QSqlError? Strange...<br>QSqlQuery::exec: database not open<br>QSqlQuery::exec: database not open<br>2007-04-12 21:09:40.115 DB Error (KickDatabase):<br>Query was:<br>SELECT NULL;<br>No error type from QSqlError? Strange...
<br>2007-04-12 21:09:40.171 Unable to connect to database!<br>2007-04-12 21:09:40.171 No error type from QSqlError? Strange...<br>QSqlQuery::exec: database not open<br>QSqlQuery::exec: database not open<br>2007-04-12 21:09:
40.227 DB Error (KickDatabase):<br>Query was:<br>SELECT NULL;<br>No error type from QSqlError? Strange...<br>2007-04-12 21:09:40.283 Database not open while trying to load<br>setting: GuiVidModeResolution<br>2007-04-12 21:09:
40.283 Unable to connect to database!<br>2007-04-12 21:09:40.283 No error type from QSqlError? Strange...<br>QSqlQuery::exec: database not open<br>QSqlQuery::exec: database not open<br>2007-04-12 21:09:40.339 DB Error (KickDatabase):
<br>Query was:<br>SELECT NULL;<br><br>Any ideas?<br>Ben<br>--<br>Ben Edwards - Bristol, UK<br>If you have a problem emailing me use<br><a href="http://www.gurtlush.org.uk/profiles.php?uid=4">http://www.gurtlush.org.uk/profiles.php?uid=4
</a><br>(email address this email is sent from may be defunct)<br>_______________________________________________<br>mythtv-users mailing list<br><a href="mailto:mythtv-users@mythtv.org">mythtv-users@mythtv.org</a><br><a href="http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users">
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users</a><br></blockquote></div>
<div><br>The line "QSqlDatabase: QMYSQL3 driver not loaded" would indicate that the QT3 MYSQL drivers are not loaded. This normally happens automatically when you install MYSQL on your backend. If this is a FE only machine, you'll need to load them.
</div>
<div> </div>
<div>I am at work and a complete Linux newbie so I do not know the package name, but I'm sure someone else can post it. Or correct me if I am completely incorrect.</div>
<div> </div>
<div>-Mark</div>