Motionbox 1.2.0: libjpeg.so.8 missing

Try to get MotionBox 1.2.0 running but getting error message:

./MotionBox: error while loading shared libraries: libjpeg.so.8: cannot open shared object file: No such file or directory

What’s missing?
Running Deepin Linux 15.4 (64Bit).

1 Like

Hey @lotionfox,

Apologies for the late answer.

Maybe libjpeg does not come with your distro.
The current build is tested with ubuntu 32 bit / 64 bit.

You can try an apt-get libjpeg or something like that.

Me fool! Of course!
But there are quite a few packages available (apt-cache search libjpeg):

libjpeg-dev - Development files for the JPEG library [dummy package]
libjpeg-progs - Programs for manipulating JPEG files
libjpeg-turbo-progs - Programs for manipulating JPEG files
libjpeg-turbo-progs-dbg - Programs for manipulating JPEG files (debugging symbols)
libjpeg62 - Independent JPEG Group's JPEG runtime library (version 6.2)
libjpeg62-dbg - Development files for the IJG JPEG library (version 6.2)
libjpeg62-dev - Development files for the IJG JPEG library (version 6.2)
libjpeg62-turbo - libjpeg-turbo JPEG runtime library
libjpeg62-turbo-dbg - Debugging symbols for the libjpeg-turbo JPEG library
libjpeg62-turbo-dev - Development files for the libjpeg-turbo JPEG library
libjpeg8 - Independent JPEG Group's JPEG runtime library
libjpeg8-dbg - Development files for the IJG JPEG library
libjpeg8-dev - Development files for the IJG JPEG library
libjpeg9 - Independent JPEG Group's JPEG runtime library
libjpeg9-dbg - Development files for the IJG JPEG library
libjpeg9-dev - Development files for the IJG JPEG library
libturbojpeg0 - TurboJPEG runtime library - SIMD optimized
libturbojpeg0-dbg - TurboJPEG runtime library - SIMD optimized (debugging symbols)
libturbojpeg0-dev - Development files for the TurboJPEG library

Decided to go with libjpeg8 and it worked.
Thanks!

1 Like

Cool, glad to hear that !