> sudo meyectl startserver -c /etc/motioneye/motioneye.conf
INFO: hello! this is motionEye server 0.35.2
/usr/local/bin/motion: /usr/lib/x86_64-linux-gnu/libswscale.so.2: version `LIBSWSCALE_2' not found (required by /usr/local/bin/motion)
/usr/local/bin/motion: /usr/lib/x86_64-linux-gnu/libavformat.so.54: version `LIBAVFORMAT_54' not found (required by /usr/local/bin/motion)
/usr/local/bin/motion: /usr/lib/x86_64-linux-gnu/libavutil.so.52: version `LIBAVUTIL_52' not found (required by /usr/local/bin/motion)
/usr/local/bin/motion: /usr/lib/x86_64-linux-gnu/libavcodec.so.54: version `LIBAVCODEC_54' not found (required by /usr/local/bin/motion)
ERROR: motion failed to start
Traceback (most recent call last):
File "/usr/local/lib/python2.7/dist-packages/motioneye/server.py", line 332, in start_motion
motionctl.start()
File "/usr/local/lib/python2.7/dist-packages/motioneye/motionctl.py", line 134, in start
raise Exception('motion failed to start')
Exception: motion failed to start
INFO: cleanup started
INFO: wsswitch started
INFO: tasks started
INFO: mjpg client garbage collector started
INFO: server started
^C INFO: interrupt signal received, shutting down...
INFO: server stopped
INFO: tasks stopped
INFO: bye!