[mythtv] Local install of mythtv
dennis
deg at outlook.com
Wed Apr 8 19:08:52 UTC 2015
Sorry about the noise, but I'm kind of new to trying to develop on
mythtv. After looking through the configure script it looks like I only
needed to have set $prefix before running the configure, compiling and
installing. Now everything is working ok. Setting INSTALL_ROOT
seemed to be my mistake.
What confuses me, it seems like $prefix actually compiled into the
executables ( for example the location of "filters" directory ). Is
this the case, or am I missing something here?
Thanks,
Dennis
On 04/04/2015 06:06 PM, dennis wrote:
> Hi,
>
> I have complied and installed the 'master' branch of mythtv and
> installed it into a local directory by setting the 'INSTALL_ROOT' and
> 'prefix' environment variables. For example, both were set to
> INSTALL_ROOT=/home/dennis/LOCAL.28 prior to running configure, make,
> and install.
>
> I am starting the program by setting the path and library path to
> point to this install.
>
> export LD_LIBRARY_PATH=/home/dennis/LOCAL.28/usr/local/lib
> export PATH=/home/dennis/LOCAL.28/usr/local/bin:$PATH
>
> Most things are working fine, but I am getting some messages in the
> logs stating it cannot find some files under /usr/local/share/mythtv,
> such as filters and html files.
>
> Some examples are:
> Apr 4 17:11:02 POKEY mythbackend: mythbackend[3004]: E HttpServer65
> serverSideScripting.cpp:402 (EvaluatePage) Error calling QSP File:
> /usr/local/share/mythtv/html/menu.qsp
> 2015-04-04 17:51:41.018241 E FilterManager: Failed to load filter
> library: '/usr/local/lib/mythtv/filters/libkerneldeint.so'
>
>
> Is there an environment variable I am missing so mythtv knows the
> correct directory to look in? Is there any way to tell mythtv where
> to look for the files?
>
> Thanks,
> Dennis
>
>
> _______________________________________________
> mythtv-dev mailing list
> mythtv-dev at mythtv.org
> http://lists.mythtv.org/mailman/listinfo/mythtv-dev
> http://wiki.mythtv.org/Mailing_List_etiquette
> MythTV Forums: https://forum.mythtv.org
>
>
More information about the mythtv-dev
mailing list