本人./configure后出现如下报错: configure: WARNING: libjpeg not found. disable JPEG support. checking for perl... /usr/bin/perl checking for Qt... configure: error: Qt (>= Qt 3.3) (headers and libraries) not found. Please check your installation! For more details about this problem, look at the end of config.log. 我已经安装了Qt-4.1的包,仍然提示我configure: error: Qt (>= Qt 3.3) 并且说:configur...
[root@localhost php-4.3.11]./configure --prefix=/usr/local/php --with-mysql=/usr --enable-force-cgi-redirect --with-freetype-dir=/usr --with-png-dir=/usr --with-gd --enable-gd-native-ttf --with-ttf --with-gdbm --with-gettext --with-iconv --with-jpeg-dir=/usr --with-png --with-zlib --with-xml --enable-calendar --with-apxs=/usr/local/apache/bin/apxs checking for fabsf... yes checking for flo...
[root@localhost php-4.3.11]./configure --prefix=/usr/local/php --with-mysql=/usr --enable-force-cgi-redirect --with-freetype-dir=/usr --with-png-dir=/usr --with-gd --enable-gd-native-ttf --with-ttf --with-gdbm --with-gettext --with-iconv --with-jpeg-dir=/usr --with-png --with-zlib --with-xml --enable-calendar --with-apxs=/usr/local/apache/bin/apxs checking for fabsf... yes checking for floor...
我在安装ogle的DVD播放器的时候,./configure之后,提示我需要libjpeg.so,我查了一下,我的gcc库里/usr/local/lib下没有它,另外我还装了gtk库,还是不管用,请问哪里可以找到libjpeg的下载和安装方法!
我在安装ogle的DVD播放器的时候,./configure之后,提示我需要libjpeg.so,我查了一下,我的gcc库里/usr/local/lib下没有它,另外我还装了gtk库,还是不管用,请问哪里可以找到libjpeg的下载和安装方法!
本帖最后由 fnems 于 2011-04-02 13:24 编辑 用libjpeg压缩bmp, 设置输出文件大致如下 f=fopen( ... ); jpeg_stdio_dest(&jcs, f); 但是这样貌似只能将压缩后的数据输出到文件。 现在我想把输出数据保存在一段内存空间,应该如何写代码呢? 是不是jpeg库有另外的输出定向函数? ( 不考虑输出到stdout ) 谢谢 - - - - - - - - - - - - - - 2011-04-02 解决方法是自己建立输出结构。 具体方法是参考jdatadst.c中的样子...
安装php时./configure时问题报错:configure: error: libjpeg.(a|so) not found. 我的执行参数是 ./configure --with-apxs2=/usr/local/apache2/bin/apxs --with-iconv --enable-mbstring --with-gd --with-ttf=/usr/lib --with-gdbm-dir=/usr/lib --with-tiff-dir=/usr/lib --with-jpeg-dir=/usr --with-png-dir=/usr/lib --with-freetype-dir=/usr --with-zlib-dir=/usr 我的/usr/lib下有这文件呀 lrwxrwxrwx 1 root root 1...
libjpeg、libpng、freetype都是系统默认安装的,如何才能找到它们的路径,或者如何编译GD才能支持以上几个库? 我是新手,大家多帮忙,谢谢!