URL: https://linuxfr.org/forums/programmation-php/posts/error-libjpegaso-not-found Title: error : libjpeg.(a|so) not found Authors: tolobial Date: 2006年10月03日T15:03:38+02:00 Tags: Score: 0 Bonjour, Je cherche à installer Php-5.1.4 sur linux, en faisant appel aux bibliothêques graphique (gd, jpeg....etc). ./configure --prefix=/usr/local --with-apxs2=/applis/apache2/bin/apxs --with-mysql --with-gd --with-zlib --enable-sockets --enable-ftp --with-zlib-dir=/usr --enable-mbstring=all --with-jpeg-dir=/usr cela plante, en me sortant les l'erreur suivante : ..... checking for GD support... yes checking for the location of libjpeg... /usr/ checking for the location of libpng... no checking for the location of libXpm... no checking for FreeType 1.x support... no checking for FreeType 2... no checking for T1lib support... no checking whether to enable truetype string function in GD... no checking whether to enable JIS-mapped Japanese font support in GD... no checking for fabsf... yes checking for floorf... yes configure: error: libjpeg.(a|so) not found. [root@esup php-5.1.4]# error: libjpeg.(a|so) not found. cela fait plusieur jours, que je planche de façon infructueuse sur cette erreur. J'ai déja intallé -freetype-2.1.10 -freetype-2.2.1 -gd-2.0.33 -jpeg-6b -libjpeg-6b -libtool-1.4.2 ...rien à faire je suis à cours d'idée, et je dors en ce moment très mal. Merci de me donner une idée, même si possible une solution. PPM