[mythtv-users] Can't run mythtv-setup

Johan Kihlström johan.kihlstrom at bredband.net
Sun Jan 8 02:00:30 UTC 2006


sön 2006-01-08 klockan 14:44 +1300 skrev Ian Simpson:
> Finally got it compiling correctly etc. and 'make'd it and 'make
> install'ed it. Then I go to run mythtv-setup and get...
> 
> mythtv-setup: error while loading shared libraries:
> libmythtv-0.18.1.so.0: cannot open shared object file: No such file or
> directory.
> 
> Any assistance? Also, is there an IRC channel or anything for more
> 'live' support?
> 
> Thanks again,
> Spoon
> _______________________________________________
> mythtv-users mailing list
> mythtv-users at mythtv.org
> http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users

I think there is an explanation on how to add stuff to your ld.so.conf
in the installation docs or add LD_LIBRARY_PATH=/usr/local/lib as an
environment variable (check the manpages for ldconfig
and /etc/ld.so.conf)

Everything gets installed to /usr/local if not told otherwise when doing
the ./configure bits, and that is why it can't find anything. 

Good luck!

Johan



More information about the mythtv-users mailing list