|
RH8.0+MYSQL+PHP+APAHCE,在服务器上上传JPG文件时候提示:
Fatal error:Call to undefined function: imagecreatefromjpeg() in /usr/locla/apache/htdocs/include/pic.php3 on line 51
在编译PHP时候已经加了--with-jpeg参数了呀!请高手指点,谢谢!!
下面是PHP信息
***********************************************************
PHP Version 4.3.9
System Linux WST 2.4.18-14 #1 Wed Sep 4 13:35:50 EDT 2002 i686
Build Date Feb 5 2005 10:01:51
Configure Command './configure' '--with-apxs2=/usr/local/apache/bin/apxs' '--disable-debug' '--enable-ftp' '--enable-inline-optimization' '--enable-safe-mode' '--enable-track-vars' '--enable-tarns-sid' '--enable-xml' '--with-mysql' '--with-xml' '--with-gd' '--with-zlib' '--with-png' '--with-jpeg' '--with-freetype' '--enable-sockets'
Server API Apache 2.0 Handler
Virtual Directory Support disabled
Configuration File (php.ini) Path /usr/local/Zend/etc/php.ini
PHP API 20020918
PHP Extension 20020429
Zend Extension 20021010
Debug Build no
Thread Safety disabled
Registered PHP Streams php, http, ftp, compress.zlib
gd信息
GD Support enabled
GD Version bundled (2.0.28 compatible)
GIF Read Support enabled
GIF Create Support enabled
PNG Support enabled
WBMP Support enabled
XBM Support enabled
********************************************************** |
|