View unanswered posts    View active topics

All times are UTC - 6 hours





Post new topic Reply to topic  [ 6 posts ] 
Print view Previous topic   Next topic  
Author Message
Search for:
PostPosted: Thu Sep 13, 2007 6:48 pm 
Offline
Joined: Sun May 27, 2007 11:51 am
Posts: 33
Location: Kentucky, USA
I'm still new to linux so I don't really have much idea about what I'm doing.
I been playing around with MythTV and whenever I try to go into Watch Videos or Listen to Music I get errors similar to the following......."mythmusic was compiled against libmyth version 0.20.20060828-4, but the installed libmyth is at version 0.20.20070821-1. You probably want to recompile the mythmusic plugin after doing a make distclean."
I get a similar message in Watch Videos, Listen to Music, Play Online, Image Gallery and Play Games.
I guessing it has something to do with the plugin not being compiled with the same version as MythTV....if this is the case how do I go about recompiling em all together to work properly?
Thanks in advance for your help.

_________________
LinuxTips - Introduction to terminology
http://www.knoppmythwiki.org/index.php?page=LinuxTips


Top
 Profile  
 
PostPosted: Thu Sep 13, 2007 7:57 pm 
Offline
Joined: Wed Nov 16, 2005 8:55 pm
Posts: 1381
Location: Farmington, MI USA
mojoJOJO wrote:
I'm still new to linux so I don't really have much idea about what I'm doing.
I been playing around with MythTV and whenever I try to go into Watch Videos or Listen to Music I get errors similar to the following......."mythmusic was compiled against libmyth version 0.20.20060828-4, but the installed libmyth is at version 0.20.20070821-1. You probably want to recompile the mythmusic plugin after doing a make distclean."
I get a similar message in Watch Videos, Listen to Music, Play Online, Image Gallery and Play Games.
I guessing it has something to do with the plugin not being compiled with the same version as MythTV....if this is the case how do I go about recompiling em all together to work properly?
Thanks in advance for your help.
How exactly did you get to where you are now (what caused the errors)? Sounds like you upgraded MythTV to .20.2 but not the plugins. What process did you follow?


Top
 Profile  
 
 Post subject:
PostPosted: Fri Sep 14, 2007 7:46 am 
Offline
Joined: Sun May 27, 2007 11:51 am
Posts: 33
Location: Kentucky, USA
Got some help on another forum about this using the instructions below.....it worked sort of.....everything now works fine except Media Library/Play Online displays similar message as from above and Information Center/Weather displays a bunch of system code rather than the weather......any thoughts on that?

Here is the instructions I followed.

Quote:
Sounds like you mixed and matched myth .20 fixes and trunk, or somewhere along the lines did not follow the directions to the letter.
The cleanest way out of this is to.
Code:
cd /usr/src/
/etc/init.d/mythtv-backend stop


rename your existing mythtv, mythplugins, and myththemes in /usr/src/
something like
Code:
mv mythtv mythtv-old
mv mythplugins mythplugins-old
mv myththemes myththemes-old


Then.....
Code:
svn co http://svn.mythtv.org/svn/branches/release-0-20-fixes/mythtv
svn co http://svn.mythtv.org/svn/branches/release-0-20-fixes/mythplugins
svn co http://svn.mythtv.org/svn/branches/release-0-20-fixes/myththemes


download the patches
Code:
svn co http://opensvn.csie.org/myth_dvb_ng


apply the patches
now lets configure it

Code:
./configure --enable-dvb --enable-xvmc --enable-opengl-vsync --enable-xvmc-pro --enable-proc-opt --prefix=/usr


now run make <--- this part is gonna take a while
Code:
make


backup custom knoppmyth menus

Code:
/bin/cp -f /usr/share/mythtv/mainmenu.xml ../
/bin/cp -f /usr/share/mythtv/optical_menu.xml ../


now lets install it
Code:
make install


now lets restore custom knoppmyth menus
Code:
/bin/cp -f ../mainmenu.xml /usr/share/mythtv/
/bin/cp -f ../optical_menu.xml /usr/share/mythtv/


now lets rebuild myththemes
Code:
cd /usr/src/myththemes
./configure --prefix=/usr
make && make install


lets do the same for mythplugins
Code:
cd /usr/src/mythplugins
./configure --prefix=/usr --enable-all
make && make install


now at this point I don't know if you have the rest set up properly or not, we'll worry about that later, but this is as simple of instructions as I know to give you, unless you wish to buy me a plane ticket, a case of beer and a steak dinner, and have me come over and do it for you.
BTW if all goes well with this compile of myth, and patches you can remove the -old ones by doing a simple:
as su from /usr/src/
Code:
rm -r mythtv-old
rm -r myththemes-old
rm -r mythplugins-old

_________________
LinuxTips - Introduction to terminology
http://www.knoppmythwiki.org/index.php?page=LinuxTips


Top
 Profile  
 
 Post subject:
PostPosted: Fri Sep 14, 2007 4:35 pm 
Offline
Joined: Wed Nov 16, 2005 8:55 pm
Posts: 1381
Location: Farmington, MI USA
From the above I would guess (as you removed any prior context to the response) you tried to fix a botched -fixes install. I think your best bet at this point would be to perform a backup and upgrade to R5F27.


Top
 Profile  
 
 Post subject:
PostPosted: Fri Sep 14, 2007 7:50 pm 
Offline
Joined: Sun May 27, 2007 11:51 am
Posts: 33
Location: Kentucky, USA
Thanks for the response. How to I go about upgrading MythTV? I am still new to linux and have no idea how to do it.
What commands do I use to do it?
Thanks in advance for your help.

_________________
LinuxTips - Introduction to terminology
http://www.knoppmythwiki.org/index.php?page=LinuxTips


Top
 Profile  
 
 Post subject:
PostPosted: Fri Sep 14, 2007 7:58 pm 
Offline
Joined: Thu Mar 25, 2004 11:00 am
Posts: 9551
Location: Arlington, MA
See the R5F27 hints which cover the highlights of upgrading and installing.


Top
 Profile  
 

Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 6 posts ] 


All times are UTC - 6 hours




Who is online

Users browsing this forum: No registered users and 14 guests


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Jump to:  
cron
Powered by phpBB® Forum Software © phpBB Group

Theme Created By ceyhansuyu