[mythtv-users] Massive upgrade headaches continue

Robert McNamara robert.mcnamara at gmail.com
Thu Nov 12 21:52:15 UTC 2009


On Thu, Nov 12, 2009 at 1:46 PM, Enigma <enigma at thedonnerparty.com> wrote:
>
> Backend:
> This is a dedicated backend.  It was running Debian etch, I did a
> dist-upgrade to lenny and checked out the 0.22-fixes branch.  The
> compile went well and everything seemed to install correctly.  When
> running the backend, I will get the message:
> FilterManager, Error: Failed to load filter library:
> '/usr/local/lib/mythtv/filters/libpostprocess.so'
>
> /usr/local/lib/mythtv/filters/libpostprocess.so: undefined symbol:
> pp_help
>
> Examining the file in question leads me to believe this is an old version:
> -rwxr-xr-x 1 root staff 4924 Oct 23  2007
> /usr/local/lib/mythtv/filters/libpostprocess.so
>
> It looks like I have the code in my tree at
> mythtv/filters/postprocess/ but the build process did not build that
> filter.  The other filters in /usr/local/lib/mythtv/filters/ are all
> new, other than that one and libconvert.so.  Are there ./configure
> flags I need to pass to get that filter to build?

Only dealing with this one because it's the only one related to
MythTV.  You steamrolled over your existing install.  You can't do
this.  You need to remove all myth libs and then make install the new
version.  Specifically, you need to do:

rm -rf /usr/local/lib/mythtv/*
rm /usr/local/libmyth*

then go back to your new source, and do a make install.  Things ought
to load properly thereafter.

The other stuff is all non-myth setup stuff AFAICT, I'm sure people
will offer bits and pieces of advice, but I'm leaving those be.

Robert


More information about the mythtv-users mailing list