configure error problem with libjpeg.a so
libjpeg If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register configure: error: libpng.(a|so) not found. link above to proceed. To start viewing messages, select the forum that you
Configure Error Libjpeg A So Not Found Centos 6
want to visit from the selection below. Results 1 to 5 of 5 Thread: Rebuild php error libjpeg Thread ToolsConfigure: Error: Libjpeg.(a|so) Not Found. Ubuntu
Show Printable Version Email this Page… Display Linear Mode Switch to Hybrid Mode Switch to Threaded Mode 11-05-2007,01:54 PM #1 DhoTjai View Profile View Forum Posts Visit Homepage Verified User Join DatePhp Configure Error Libjpeg A So Not Found
Apr 2006 Location Netherlands Posts 67 Rebuild php error libjpeg Hi all, I'm trying to configure php with domxml, and need me to rebuild php. I added this to configure.php --with-dom=/usr/lib \ --with-dom-exslt=/usr/lib \ --with-dom-xslt=/usr/lib After adding: ./build clean ./build php n An error shows!: configure: error: Please reinstall the libxslt >= 1.0.3 distribution I installed libxslt: yum install libxslt-devel The next error after ./build configure: error: libxpm.(a|so) not found. php n (clean before) configure: error: Problem with libjpeg.(a|so). Please check config.log for more information. I installed libjpeg: yum install libjpeg-devel I tried to rebuild php and it still gives me: configure: error: Problem with libjpeg.(a|so). Please check config.log for more information. Does anyone know a solution? Thanks in advance! Regards, DhoTjai Reply With Quote 11-28-2007,07:40 AM #2 smtalk View Profile View Forum Posts Verified User Join Date Aug 2006 Location LT, EU Posts 6,686 Find: Code: --with-jpeg-dir=/usr/local/lib \ Replace with: Code: --with-jpeg-dir=/usr/lib \ █ Martynas Bendorius █ MB Martynas IT. Professional server management company. Official DirectAdmin, CloudLinux, LiteSpeed and Comodo partners. Reply With Quote 11-28-2007,02:13 PM #3 motobrandt View Profile View Forum Posts Visit Homepage Verified User Join Date Jan 2004 Location the city of subdued excitement Posts 215 I'M Having the same problem. And the changing of the directory as advised above didn't help. Any other ideas? Brandt Milczewski Mt Baker Ski Area 1,140 inches of snow in winter 98-99. Yup. Reply With Quote 11-28-2007,10:16 PM #4 paul.lkw View Profile View Forum Posts Verified User Join Date Oct 2007 Posts 10 If you are using x86-64 platform then follow the URL forUTC From: c dot meisinger at livingliquid dot ln doesn't support --relative com Assigned: Status: Not a bug Package: Compile debian configure: error: libjpeg.(a|so) not found. Failure PHP Version: 4.3.7 OS: RedHat 7.3 Private report: No CVE-ID: View configure: error: cannot find mysql header files under yes. Add Comment Developer Edit [2004-06-07 15:17 UTC] c dot meisinger at livingliquid dot com Description: ------------ if i compile php 4.3.7 http://forum.directadmin.com/showthread.php?t=22239 with --with-jpge-dir=... i get the following error: checking for jpeg_read_header in -ljpeg... no configure: error: Problem with libjpeg.(a|so). Please check config.log for more information. jpeg-6b is installed. all works perfect with 4.3.6 and previous versions my configure looks like this: './configure' https://bugs.php.net/bug.php?id=28672 \ '--prefix=/usr/local/php' \ '--with-openssl=/usr/local/ssl' \ '--with-zlib' \ '--with-bz2' \ '--with-zip' \ '--with-mysql=/usr/local/mysql' \ '--with-wddx' \ '--with-gd' \ '--enable-native-gd-ttf' \ '--enable-ttf' \ '--with-ttf' \ '--with-t1lib' \ '--with-jpeg-dir=/usr/lib/' \ '--with-png-dir=/usr/lib/' \ '--with-apache=/usr/local/src/apache_1.3.31' \ '--with-mcrypt=/usr/local/libmcrypt' \ '--with-mhash' \ '--with-curl=/usr/local/curl' \ "$@" Patches Add a PatchPull Requests Add a Pull RequestHistoryAllCommentsChangesGit/SVN commitsRelated reports [2004-06-07 15:55 UTC] iliaa@php.net Look inside the config.log file was the failure reason. [2004-06-07 16:54 UTC] c dot meisinger at livingliquid dot com configure:29567: checking for GD support configure:29614: checking for the location of libjpeg configure:29641: checking for the location of libpng configure:29694: checking for the location of libXpm configure:29719: checking for FreeType 1.x support configure:29744: checking for FreeType 2 configure:29769: checking for T1lib support configure:29794: checking whether to enable truetype s
Forums Hosting Security and Technology Rebuild php error libjpeg If this is your first visit, be sure http://www.webhostingtalk.com/showthread.php?t=647265 to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below. Results 1 to 9 of 9 Thread: Rebuild php error libjpeg Tweet Thread not found Tools Show Printable Version Subscribe to this Thread… Search Thread Advanced Search Display Linear Mode Switch to Hybrid Mode Switch to Threaded Mode 11-06-2007,02:16 PM #1 DhoTjai View Profile View Forum Posts View Forum Threads Visit Homepage Newbie Join Date Jul 2006 Location Netherlands Posts 24 Rebuild php error libjpeg Hi all, I'm trying to configure error libjpeg configure php with domxml, and need me to rebuild php. I added this to configure.php --with-dom=/usr/lib \ --with-dom-exslt=/usr/lib \ --with-dom-xslt=/usr/lib \ After adding: ./build clean ./build php n An error shows!: configure: error: Please reinstall the libxslt >= 1.0.3 distribution I installed libxslt: yum install libxslt-devel The next error after ./build php n (clean before) configure: error: Problem with libjpeg.(a|so). Please check config.log for more information. I installed libjpeg: yum install libjpeg-devel I tried to rebuild php and it still gives me: configure: error: Problem with libjpeg.(a|so). Please check config.log for more information. OS: CentOS CP: DirectAdmin Does anyone know how to fix this? (libjpeg-devel is already installed!) Thanks in advance! Regards, DhoTjai Reply With Quote 0 11-06-2007,02:36 PM #2 Steve_Arm View Profile View Forum Posts View Forum Threads Visit Homepage Community Guide Join Date Jan 2006 Location Athens, Greece Posts 1,479 Read config.log, the last lines should have the exact error. What does it say? Reply With Quote 0