Login | Register For Free | Help
Search for: (Advanced)

Mailing List Archive: MythTV: Dev

Shared library problem

 

 

MythTV dev RSS feed   Index | Next | Previous | View Threaded


securenfo at cox

Nov 3, 2002, 8:21 PM

Post #1 of 7 (1207 views)
Permalink
Shared library problem

Have compiled and am trying to run ./setup from mythtv directory.
Keep getting a strange error"

./setup: error while loading shared libraries: libmyth.so.0: cannot open
shared object file: No such file or directory

Everything compiles correctly upto running setup. Any suggestions?

Thanks!

Harry


ijr at po

Nov 4, 2002, 9:58 AM

Post #2 of 7 (1178 views)
Permalink
Re: Shared library problem [In reply to]

On Sunday 03 November 2002 10:21 pm, Harry Smith wrote:
> Have compiled and am trying to run ./setup from mythtv directory.
> Keep getting a strange error"
>
> ./setup: error while loading shared libraries: libmyth.so.0: cannot open
> shared object file: No such file or directory
>
> Everything compiles correctly upto running setup. Any suggestions?

Probably didn't run 'make install' before running setup, or if you did,
/usr/local/lib most likely isn't in your /etc/ld.so.conf file, in which case
you'd need to add it and run ldconfig.

Isaac


eric.bosch at comcast

Aug 6, 2007, 1:31 PM

Post #3 of 7 (696 views)
Permalink
Re: shared library problem [In reply to]

Rebuild Mythtv

-------------- Original message --------------
From: "Peter Hartmann" <ascensiontech[at]gmail.com>

> I was using the cvs directfb and now i'm trying to revert to
> directfb-1.0. BUT when i try to launch mythbackend i get:
>
> mythbackend: error while loading shared libraries: libdirectfb-1.1.so.0:
>
> I can't figure out why it's still looking for that version. I've
> uninstalled the 1.1, installed the 1.0, ran ldconfig, recompiled
> qt-embeded, recomiled the qte-directfb driver...... I 'm running out
> of ideas. Why does mythtv still expect to find this library?
>
> Thanks,
> Peter
> _______________________________________________
> mythtv-dev mailing list
> mythtv-dev[at]mythtv.org
> http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-dev


mythtv at colin

Aug 6, 2007, 1:34 PM

Post #4 of 7 (694 views)
Permalink
Re: shared library problem [In reply to]

eric.bosch[at]comcast.net wrote:
> Rebuild Mythtv

Yup. I'd imagine "ldd /path/to/mythbackend" will show you that it is
linking against that specific version (and will probably say "not found"
next to it).

Col

--

+------------------------+
| Colin Guthrie |
+------------------------+
| myth(at)colin.guthr.ie |
| http://colin.guthr.ie/ |
+------------------------+
_______________________________________________
mythtv-dev mailing list
mythtv-dev[at]mythtv.org
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-dev


peter at hartmanncomputer

Aug 6, 2007, 4:19 PM

Post #5 of 7 (683 views)
Permalink
Re: shared library problem [In reply to]

Thanks, unfortunately now when I run mythfrontend -qws I'm getting:

DirectFB: driver not found


:( I've no Idea what I did. I can't get any information in the
mythlogs or directfb logs. Not sure what to put after -v on the
command line. I tested the direcrfb examples so I know it's ok.

any ideas? Thanks. Must.....save....hair. :)

Peter







On 8/6/07, Colin Guthrie <mythtv[at]colin.guthr.ie> wrote:
> eric.bosch[at]comcast.net wrote:
> > Rebuild Mythtv
>
> Yup. I'd imagine "ldd /path/to/mythbackend" will show you that it is
> linking against that specific version (and will probably say "not found"
> next to it).
>
> Col
>
> --
>
> +------------------------+
> | Colin Guthrie |
> +------------------------+
> | myth(at)colin.guthr.ie |
> | http://colin.guthr.ie/ |
> +------------------------+
> _______________________________________________
> mythtv-dev mailing list
> mythtv-dev[at]mythtv.org
> http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-dev
>
_______________________________________________
mythtv-dev mailing list
mythtv-dev[at]mythtv.org
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-dev


ascensiontech at gmail

Aug 6, 2007, 4:21 PM

Post #6 of 7 (688 views)
Permalink
Re: shared library problem [In reply to]

Sorry if this appears a double post... I sent from the wrong account.

Thanks, unfortunately now when I run mythfrontend -qws I'm getting:

DirectFB: driver not found


:( I've no Idea what I did. I can't get any information in the
mythlogs or directfb logs. Not sure what to put after -v on the
command line. I tested the direcrfb examples so I know it's ok.

any ideas? Thanks. Must.....save....hair. :)

Peter
>
>
> On 8/6/07, Colin Guthrie <mythtv[at]colin.guthr.ie> wrote:
> > eric.bosch[at]comcast.net wrote:
> > > Rebuild Mythtv
> >
> > Yup. I'd imagine "ldd /path/to/mythbackend" will show you that it is
> > linking against that specific version (and will probably say "not found"
> > next to it).
> >
> > Col
> >
> > --
> >
> > +------------------------+
> > | Colin Guthrie |
> > +------------------------+
> > | myth(at)colin.guthr.ie |
> > | http://colin.guthr.ie/ |
> > +------------------------+
> > _______________________________________________
> > mythtv-dev mailing list
> > mythtv-dev[at]mythtv.org
> > http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-dev
> >
>
_______________________________________________
mythtv-dev mailing list
mythtv-dev[at]mythtv.org
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-dev


ascensiontech at gmail

Aug 6, 2007, 4:47 PM

Post #7 of 7 (686 views)
Permalink
Re: shared library problem [In reply to]

forget it..... i did something really silly. I left off a trailing
slash when copying my qte-directfb graphics driver.
libqgfxdirectfb.so I over wrote the gfxdriver directory with it.

doe!

Thanks
Peter

On 8/6/07, Peter Hartmann <ascensiontech[at]gmail.com> wrote:
> Sorry if this appears a double post... I sent from the wrong account.
>
> Thanks, unfortunately now when I run mythfrontend -qws I'm getting:
>
> DirectFB: driver not found
>
>
> :( I've no Idea what I did. I can't get any information in the
> mythlogs or directfb logs. Not sure what to put after -v on the
> command line. I tested the direcrfb examples so I know it's ok.
>
> any ideas? Thanks. Must.....save....hair. :)
>
> Peter
> >
> >
> > On 8/6/07, Colin Guthrie <mythtv[at]colin.guthr.ie> wrote:
> > > eric.bosch[at]comcast.net wrote:
> > > > Rebuild Mythtv
> > >
> > > Yup. I'd imagine "ldd /path/to/mythbackend" will show you that it is
> > > linking against that specific version (and will probably say "not found"
> > > next to it).
> > >
> > > Col
> > >
> > > --
> > >
> > > +------------------------+
> > > | Colin Guthrie |
> > > +------------------------+
> > > | myth(at)colin.guthr.ie |
> > > | http://colin.guthr.ie/ |
> > > +------------------------+
> > > _______________________________________________
> > > mythtv-dev mailing list
> > > mythtv-dev[at]mythtv.org
> > > http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-dev
> > >
> >
>
_______________________________________________
mythtv-dev mailing list
mythtv-dev[at]mythtv.org
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-dev

MythTV dev RSS feed   Index | Next | Previous | View Threaded
 
 


Interested in having your list archived? Contact lists@gossamer-threads.com
 
  Web Applications & Managed Hosting Powered by Gossamer Threads Inc.