The following issues were encountered at compile time today:
Configure:error:no usable libjpeg; Please install the Libjpeg devel package or equivalent
Makefile:953:recipe for Target '/home/hbg/openwrt/a3_307/build_dir/target-mips_34kc_uclibc-0.9.33.2/ Freeswitch-1.5.13b/.configured_ nynnnynynnynnyynynyyyynyyynnnnnnnnnnnnnnnnnyynnnnnnnynnnynnnnnynnnnnnnnnnnnnnynnnnnnnnnynnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnn Nnnnnnnnnnnyynynnnnnnnnnnnynynnnnnnnnnnnnnnn ' failed
The feeling should be libjpeg not installed.
The installation steps are as follows:
1) website Download libjpeg installation package file
The JPEGSRC package contains JPEG libraries that can be used by other software to process image files for JPG or JPEG suffixes.
Download the JPEGSRC as follows:
wget http://www.ijg.org/files/jpegsrc.v9a.tar.gz
2. The remaining execution commands are as follows
TAR-XF jpegsrc.v9a.tar.gz
CD jpeg-9a/
./configure
Make && make install
Debia under Installation Libjpeg