Mailing List Archive

libmyth.so.0
Sorry to the admin of the list, I was at work when I tried to send this
message last...

Anyway, When trying to run setup, I get a libmyth.so.0 not found or does
not exist. The file exists. I've verified that the link/file is in the
lib dir.

Any ideas?

Thanks,
Wade
Re: libmyth.so.0 [ In reply to ]
On Tuesday 05 November 2002 08:28 pm, wade wrote:
> Sorry to the admin of the list, I was at work when I tried to send this
> message last...
>
> Anyway, When trying to run setup, I get a libmyth.so.0 not found or does
> not exist. The file exists. I've verified that the link/file is in the
> lib dir.
>
> Any ideas?

Answered yesterday, I believe:

http://snowman.net/pipermail/mythtv-dev/2002-November/000926.html

Isaac
Re: libmyth.so.0 [ In reply to ]
On Tuesday 05 November 2002 06:28 pm, wade wrote:
> Sorry to the admin of the list, I was at work when I tried to send this
> message last...
>
> Anyway, When trying to run setup, I get a libmyth.so.0 not found or does
> not exist. The file exists. I've verified that the link/file is in the
> lib dir.

Make sure that /usr/local/lib is in /etc/ld.so.conf and then re-run ldconfig.

Randy
Re: libmyth.so.0 [ In reply to ]
Thanks!

On Tue, 2002-11-05 at 17:32, Isaac Richards wrote:
> On Tuesday 05 November 2002 08:28 pm, wade wrote:
> > Sorry to the admin of the list, I was at work when I tried to send this
> > message last...
> >
> > Anyway, When trying to run setup, I get a libmyth.so.0 not found or does
> > not exist. The file exists. I've verified that the link/file is in the
> > lib dir.
> >
> > Any ideas?
>
> Answered yesterday, I believe:
>
> http://snowman.net/pipermail/mythtv-dev/2002-November/000926.html
>
> Isaac
> _______________________________________________
> mythtv-dev mailing list
> mythtv-dev@snowman.net
> http://www.snowman.net/mailman/listinfo/mythtv-dev
>
Re: libmyth.so.0 [ In reply to ]
--- Isaac Richards <ijr@po.cwru.edu> wrote:
> On Tuesday 05 November 2002 08:28 pm, wade wrote:
> > Sorry to the admin of the list, I was at work when
> I tried to send this
> > message last...
> >
> > Anyway, When trying to run setup, I get a
> libmyth.so.0 not found or does
> > not exist. The file exists. I've verified that the
> link/file is in the
> > lib dir.
> >
> > Any ideas?
>
> Answered yesterday, I believe:
>

Well, if that isn't a cry for help, I don't know what
is... :)

$ diff -ru FAQ ../FAQ
--- FAQ 2002-11-06 12:09:58.000000000 -0500
+++ ../FAQ 2002-11-06 12:17:00.000000000 -0500
@@ -58,4 +58,9 @@
- Using the binary nvidia drivers? Make sure you're
using at least version
1.0-2960 of their drivers.

+) When trying to run setup, I get an error like this:
+ "./setup: error while loading shared libraries:
libmyth.so.0: cannot open
+ shared object file: No such file or directory"
+ The file exists. I've verified that the link/file
is in the lib dir.

+- Make sure that /usr/local/lib is in /etc/ld.so.conf
and then re-run ldconfig.

__________________________________________________
Do you Yahoo!?
HotJobs - Search new jobs daily now
http://hotjobs.yahoo.com/
Re: libmyth.so.0 [ In reply to ]
On Wednesday 06 November 2002 12:18 pm, Andrew C. Ohnstad wrote:
> Well, if that isn't a cry for help, I don't know what
> is... :)

Good call, I just added this. Thanks =)

Isaac