Hi everyone.
I had a problem after upgrading from RH 7.1 to 7.2  
I couldn't run aviplay anymore due to a problem with SDL library.
Red Hat 7.2 comes with this SDL package: SDL-1.2.2-3
And the one aviplay was searching for, 1.1, was not there anymore.

I solved the problem with this commands:

# cd /usr/local/lib
# ln -s /usr/lib/libSDL-1.2.so.0 libSDL-1.1.so.0
# ln -s /usr/lib/libSDL-1.2.so.0.0.2 libSDL-1.1.so.0.0.2
# echo "/usr/local/lib" >> /etc/ld.so.con
# ldconfig -v

And now it's working again, no recompilation needed.
It might not be necesary all the steps, but the I hope the idea  helps 
someone.

Regards


~~~
Ale Feltes Quenhan



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

Reply via email to