configure: error: libjpeg.(a|so) not found
April 26, 2008 | In: PHP
===============================
cd /usr/local/src/
wget http://site.n.ml.org/download/19980327153823/libjpeg/libjpeg-6b.tar.gz
cd jpeg-6b
./configure
make
make install
===============================
If everything went fine do
===============================
updatedb
===============================
If it is not present
===============================
ldconfig
===============================
Continue with PHP compilation




