[mythtv] Shared library problem

Isaac Richards mythtv-dev@snowman.net
Mon, 4 Nov 2002 11:58:27 -0500


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