Opened 12 years ago
Closed 12 years ago
#3897 closed defect (invalid)
Svn update broke mythtv
Reported by: | anonymous | Owned by: | Isaac Richards |
---|---|---|---|
Priority: | minor | Milestone: | unknown |
Component: | mythtv | Version: | unknown |
Severity: | medium | Keywords: | |
Cc: | Ticket locked: | no |
Description
I'm getting an error saying that my version of libmyth is older than the one compiled so it recommended that I do a distclean. I do a distclean and still doesn't work. This is affecting both my backend and frontend, any ideas what I'm doing wrong? Follow up: I deleted the ld.so.cache and I also moved all libmyth libraries that it was linked too and did a make distclean then make and here's what I get on the frontend wheni run it
mythfrontend: Symbol `_ZTV15LineEditSetting' has different size in shared object, consider re-linking 2007-08-27 16:01:54.742 This app was compiled against libmyth version: 0.20.20070717-1 but the library is version: 0.21.20070820-1 You probably want to recompile everything, and do a 'make distclean' first. 2007-08-27 16:01:54.744 Failed to init MythContext, exiting. mythtv@htpc1:~$
The 'mythfrontend' process is saying that it was compiled against an older library. Perhaps you should double-check which 'mythfrontend' binary is being executed. For example, you might have a mythfrontend in /usr/bin and one in /usr/local/bin. If your path checks /usr/bin first, it will execute that binary.
Do a 'find / -iname mythfrontend' and to see how many copies are sitting in your filesystem.
-- Joe Ripley vitaminjoe@…