I've dealt with this same problem when I upgraded the SDL library.

My problem was easy to fix because what happened was that the old
SDL libraries were in /usr/lib and the new SDL libraries were installed
in /usr/local/lib.  Thus, when the application ran, it tried to
dynamically link with the old libraries, thus causing relocation
errors, among other problems.

So, a potential fix is to either:

(a) erase the old libraries in /usr/lib and make /usr/local/lib
    the only located for the SDL libraries, or

(b) make sure the new SDL libraries install over the old libraries
    in /usr/lib.

Hope this helps,
Bob


On Thu, 19 Sep 2002 10:57:36 -0400
"Chris Witzgall" <[EMAIL PROTECTED]> wrote:

> I have been running aviplay for some time now. I just installed the latest
> version of mpeg4ip, and now aviplay fails when opening any video file. The
> error message reads "aviplay: relocation error:
> /usr/local/lib/libaviplay-0.6.so.0: undefined symbol:
> XF86VidModeGetAllModeLines"
> 
> mpeg4ip installs a newer version of SDL, 1.2.4, but it implements an extra
> feature, according to one post on the sourceforge MPEG4IP discussion list.
> 
> I tried to install 1.0.8 SDL, with no luck solving the problem. Any ideas?
> 
> Chris
> 
> 
> _______________________________________________
> Avifile mailing list
> [EMAIL PROTECTED]
> http://prak.org/mailman/listinfo/avifile
> 

_______________________________________________
Avifile mailing list
[EMAIL PROTECTED]
http://prak.org/mailman/listinfo/avifile

Reply via email to