Re: mythtv problem with shared libraries
"Paul Gestwicki" <[email protected]>
| Newsgroups | gmane.linux.mandrake.plf.general |
|---|---|
| Message-ID | <[email protected]> |
On 7/18/07, Anssi Hannula <[email protected]> wrote: > Paul Gestwicki wrote: > > Greetings, > > > > I just installed mythtv from plf, but when I try to run any > > executable, I receive errors of this form: > > > > mythtv: error while loading shared libraries: libmythtv-0.20.1.so.0: > > cannot open shared object file: No such file or directory > > > > The libraries installed through plf all have the form > > libmythtv-0.20.so. (note the lack of a ".1"). > > > > Can someone help me get in the right direction... hopefully without > > symlinking every library? > > I cannot reproduce, the binaries correctly look for 0.20.so here. > > Please give the output of the following commands: > > # outputs the versions of libmyth0.20, mythtv-frontend > rpm -q libmyth0.20 mythtv-frontend > # outputs the executable which "mythfrontend" command launches > which mythfrontend > # outputs the used libraries > ldd $(which mythfrontend) > Sorry, it turned out to be a problem with my remote debugging setup. Sitting right at the myth box cleared everything up.