[mythtv-users] SVN 13224 - new error mytharchivehelper

Paul Harrison mythtv at dsl.pipex.com
Wed Apr 18 17:21:54 UTC 2007


A JM wrote:
> Just cleared out all as suggested, ran make dsitclean and just
> reinstalled with the following error when trying to start the backend:
>
> mythtv at myth:~$ mythbackend
> bash: /usr/bin/mythbackend: No such file or directory
>
> Here is my ./config and the output:
>
> ./configure --enable-xvmc --enable-opengl-vsync --enable-proc-opt
> --dvb-path=/usr/src/linux-headers-2.6.17-11-server/include/
> --enable-dvb
>
> cat: /etc/ld.so.conf.d/*.conf: No such file or directory
> cat: /etc/ld.so.conf.d/*.conf: No such file or directory
> cat: /etc/ld.so.conf.d/*.conf: No such file or directory
> cat: /etc/ld.so.conf.d/*.conf: No such file or directory
> cat: /etc/ld.so.conf.d/*.conf: No such file or directory
> cat: /etc/ld.so.conf.d/*.conf: No such file or directory
> cat: /etc/ld.so.conf.d/*.conf: No such file or directory
> # Basic Settings
> Compile type     release
> Compiler cache   no
> DistCC           no
> Install prefix   /usr/local
> CPU              x86_32 (model name     : AMD Athlon(tm) XP 2500+)
> big-endian       no
> MMX enabled      yes
>
> # Input Support
> Joystick menu    yes
> lirc support     yes
> Apple Remote     no
> Video4Linux sup. yes
> ivtv support     yes
> FireWire support yes
> DVB support      yes [/usr/src/linux-headers-2.6.17-11-server/include/]
> DBox2 support    yes
> HDHomeRun sup.   yes
> IPTV support     yes
>
> # Sound Output Support
> OSS support      yes
> ALSA support     yes
> aRts support     yes
> JACK support     yes
> DTS passthrough  no
>
> # Video Output Support
> x11 support      yes
> xrandr support   yes
> xv support       yes
> XvMC support     yes
> XvMC VLD support yes
> XvMC pro support no
> XvMC OpenGL sup. no
> XvMC libs        -lXvMCW
> Mac acceleration no
> OpenGL vsync     yes
> DirectFB         no
>
> # Misc Features
> Frontend         yes
> Backend          yes
>
> # Bindings
> bindings_perl    yes
> Creating libs/libmyth/mythconfig.h and libs/libmyth/mythconfig.mak
>
> WARNING: When using --enable-proc-opt you must include the
>          output of ./configure along with any bug report.
>
> libs/libmyth/mythconfig.h is unchanged
>
>
> Any ideas on what I've done wrong????
>
>   
Because you didn't give a PREFIX for configure to use it will have used 
the default one which is '/usr/local'.  Therefore mythbackend will be in 
/usr/local/bin/mythbackend.

Do you have /usr/local/bin in your PATH? Can you run it if you type the 
full path?

Paul H.





More information about the mythtv-users mailing list