[Fwd: Re: [olug] MythTV install problems]
webtrekker at cox.net
webtrekker at cox.net
Wed Jul 28 00:15:09 UTC 2004
Okay I found the step I was missing. One must do "make install" if one wishes apps to put things in the right spot. Silly me...
Now that ./setup get past the library issue it gives me this error:
root at dragonmyth setup]# ./setup
QSqlDatabase: QMYSQL3 driver not loaded
QSqlDatabase: available drivers:
QSqlDatabase: QMYSQL3 driver not loaded
QSqlDatabase: available drivers:
Unable to connect to database!
No error type from QSqlError? Strange...
Unable to open database:
Driver error was:
Driver not loaded
Database error was:
Driver not loaded
I have not heard of QMYSQL3, is that something different than regular mysql?
Thanks,
>
> From: "Jon H. Larsen" <relayer at levania.org>
> Date: 2004/07/26 Mon PM 10:16:59 EDT
> To: Omaha Linux User Group <olug at olug.org>
> Subject: Re: [olug] MythTV install problems
>
> On Monday 26 July 2004 16:55, webtrekker at cox.net wrote:
> > Okay, got past this error. However, trying to do the Myth setup I get this
> > error. ./setup: error while loading shared libraries: libmythtv-0.15.so.0:
> > cannot open shared object file: No such file or directory
> >
> > Now I'm stuck. Not sure where I went wrong. Any help would be greatly
> > appreciated. Patrick
>
> This should fix your problem:
> Jon
>
>
> 4.2 Shared-Library Requirements for MythTV
>
> Modifying /etc/ld.so.conf
>
> The runtime manager for shared libraries, /lib/ld.so, gets information about
> the locations and contents of shared libraries from /etc/ld.so.cache, a file
> created by ldconfig from information in /etc/ld.so.conf. Because MythTV
> installs some shared libraries in /usr/local/lib, that directory needs to be
> added to the list of directories for ld.so to search when doing runtime
> linking of programs, if it is not already there. You do this, as root, by
> editing /etc/ld.so.conf, then running ldconfig. There are many ways to do
> this; one that works is to enter this series of commands:
>
> $ su -
> # echo /usr/local/lib >> /etc/ld.so.conf
> # /sbin/ldconfig
> # exit
> $
>
>
> --
> Jon H. Larsen - email: relayer (at) levania (dot) org
> Omaha Linux Users Group - http://www.olug.org
> ICQ#: 10412618 - http://www.levania.org/~relayer/
> PGP Pubkey - http://www.levania.org/~relayer/relayerpubkey.txt
> _______________________________________________
> OLUG mailing list
> OLUG at olug.org
> http://lists.olug.org/mailman/listinfo/olug
>
More information about the OLUG
mailing list