On 2/16/2005 9:32 AM, Paul K wrote:

Well - That's the thread i read, but i thought (think)

if ! strstr "$PATH" "/usr/local/bin" ; then
PATH=$PATH:/usr/local/bin
fi


... means that if the path DOESN'T include /usr/local/bin that it
should add it... ???


Correct.

I DO have /usr/local/bin in my path..... And i'm not at my Myth box
right now to try it. :-(


You have it in your path, but does backend when it is running have it in its path? If you are starting backend from a startup script it may not. You can check this, but adding an echo $PATH in your backend script. I found this is now needed with FC2 as of a couple of weeks ago. Not sure about other distros.

--
David

_______________________________________________
mythtv-users mailing list
[email protected]
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users

Reply via email to