On 10/11/05, 赵亚伟 <[EMAIL PROTECTED]> wrote: > Hi,everyone > I have installed my mythtv well ,and it runs well. > But mythbackend cannot autostart. > Everytime I have to command, /sbin/service mythbackend start > I want it to start by itself when computer starting > When my computer is starting ,I get this error: > /usr/local/bin/mythbackend:error > while loading shared > libraries:/usr/local/lib/libmythavcodec-0.18.1.so.0:cannot > restore segment prot after reloc:Permission denied. > What is wrong? And how to solve. Sorry,I am a newer for linux. > Yes ,I write some script in /etc/rc.d/rc.local such as /sbin/service > mythbackend start > But no useful. > What should I do??
not sure if this is appropriate to your linux distro, but you could think about trying /sbin/chkconfig --level 345 mythbackend on which you should run as root. which will cause mythbackend to start for run levels 3, 4 and 5 not sure that this will necessarily fix your problem though, which looks like a PATH or permissions problem to me.
_______________________________________________ mythtv-users mailing list [email protected] http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users
