Getting a ZMFIX error.

Forum for questions and support relating to the 1.24.x releases only.
Locked
Yamanipanuchi

Getting a ZMFIX error.

Post by Yamanipanuchi »

I cant seem to find any information on this problem.

I am getting the following error in /var/log/messages

Aug 23 20:03:02 yamen zmpkg[26127]: ERR [Unable to run "/usr/local/bin/zmfix", output is ""]

If I run ZMFIX -a I get the following...

zmfix: error while loading shared libraries: libswscale.so.2: cannot open shared object file: No such file or directory

I am guessing Im missing this file? But im not sure what its attached to or what not?
Yamanipanuchi

Re: Getting a ZMFIX error.

Post by Yamanipanuchi »

Found the problem....

cd /lib && ln -s /usr/local/lib/libswscale.so.0 && \
ln -s /usr/local/lib/libavformat.so.52 && \
ln -s /usr/local/lib/libavcodec.so.52 && \
ln -s /usr/local/lib/libavutil.so.50 && \
ln -s /usr/local/lib/libavdevice.so.52


For my linux installation this didnt work... The names were slightly different.

libswscale.so.2
libavdevice.so.53
libavformat.so.53
libavcodec.so.53
libavutil.so.51
libavfilter.so.2

I just placed these name in place of the other linked files and Poof! It worked!
Locked