Chances are that MythTV was installed under /usr/local (with libmythtv.so being put in /usr/local/lib), and that isn't in your library search path.
Try adding the line "/usr/local/lib" to your /etc/ld.so.conf file, and run ldconfig (all as root). (If MythTV was installed someplace else, that can be worked around too, but I think that /usr/local is most common, except for Fedora and their packagers who have a thing for putting everything in /usr.) -- Joe --- jester <[EMAIL PROTECTED]> wrote: > I'm setting up myth for the first time. When i try > and run 'mythtv-setup' I > get the following error: > > # mythtv-setup > mythtv-setup: error while loading shared libraries: > libmythtv-0.18.so.0: > cannot open shared object file: No such fileor > directory > > Ideas? > > Thanks, > JJ > > _______________________________________________ > mythtv-users mailing list > [email protected] > http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users > __________________________________________________ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com _______________________________________________ mythtv-users mailing list [email protected] http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users
