LinuxSir.cn,穿越时空的Linuxsir!

 找回密码
 注册
搜索
热搜: shell linux mysql
查看: 1393|回复: 9

Turbolinux中PHP不支持GD的解决方法?

[复制链接]
发表于 2003-12-26 00:18:14 | 显示全部楼层 |阅读模式
花了N多时间把Tubolinux中的PHP改为可以支持GD的版本(可不是重新用源码编译),可是运行不到24小时,系统就会停止所有的服务,还没找到为什么?
各位大侠有没有这方面的经验?
请教!
发表于 2003-12-26 01:52:10 | 显示全部楼层
兄弟用的php 是什麼版本?淼? 這是我在php 的install.txt 中看到的, 不知和兄弟的問題有沒有關係~~
----------------------------------------
Note:
In PHP 4.0.5 MySQL, ODBC, FTP, Calendar, BCMath, COM, PCRE,
Session, WDDX and XML support is built-in. You don't need to
load any additional extensions in order to use these functions.

Examples of PHP Extensions

  php_dbase.dll     dBase functions
  php_filepro.dll   Read-only access to Filepro databases
  php_gd.dll        GD library functions for GIF manipulation
  php_hyperwave.dll HyperWave functions
  php_imap.dll      IMAP functions
  php_ldap.dll      LDAP functions
  php_mssql.dll     MSSQL client (requires MSSQL DB-Libraries)
  php_snmp.dll      SNMP get and walk functions (NT only!)
  php_zlib.dll      ZLib compression functions

For more information see the section about Windows extensions at
http://www.php.net/manual/en/ins ... .windows.extensions
发表于 2003-12-26 04:41:37 | 显示全部楼层
可不是重新用源码编译
这个是什么意思,你是安装了mod_gd吗

HOHO,没有具体信息。搞不明白

我在tl8w自己编绎的httpd2.48有GD库支持的,一切正常

你使用的是哪个版本,一般像这种问题看来只能自己想办法解决。
不清楚原因也就得不到结果:)
 楼主| 发表于 2003-12-26 09:15:26 | 显示全部楼层
感谢楼上两位的热心,
我用的是tld7.0
不用源码重新编译--我是用red的rpm包升级,
包括很多php4.0.5 php-gd gdlib等,但没有动过mysqL和apache
刚开始运行一切正常,phpinfo()看到所有配置参数几乎都有打开,当然gd也可以使用,但不知为什么一般在几个或十几个小时后就停止了所有服务,但没有死机,重启后一切正常!
发表于 2003-12-26 12:32:31 | 显示全部楼层
說明上是說, 自?4.0.5 版起有些 mod 內置了不用再load mod 了, php_gd 是其中一個, 但我用這個是只win 下的lin 下要兄弟看看了
发表于 2003-12-26 12:50:38 | 显示全部楼层
最初由 yward 发表
感谢楼上两位的热心,
我用的是tld7.0
不用源码重新编译--我是用red的rpm包升级,
包括很多php4.0.5 php-gd gdlib等,但没有动过mysqL和apache
刚开始运行一切正常,phpinfo()看到所有配置参数几乎都有打开,当然gd也可以使用,但不知为什么一般在几个或十几个小时后就停止了所有服务,但没有死机,重启后一切正常!


RedHat的RPM岂能用于TurboLinux??不同的发行版二进制RPM不能通用的!!
发表于 2003-12-26 13:15:31 | 显示全部楼层
现在的php已经用gd2了,还是自己编译吧。
 楼主| 发表于 2003-12-28 21:38:57 | 显示全部楼层
tlw8是已经使用了php-4.1.2以上版本,并且内置了gd2,可是只支持jpeg,png和bmp三种图形格式,最糟糕的是imagettftext已经不支持,也不出错,花了24个小时,全世界捞了n遍也没个结果!
那位高手能指点一二!
发表于 2003-12-29 08:35:14 | 显示全部楼层
http://cn2.php.net/imagettftext

This function requires both the GD library and the FreeType library.

参考我的config
#! /bin/sh
#
# Created by configure

'./configure' \
'--with-maintainer-mode' \
'--with-apxs2=/dato/w3/apache2/bin/apxs' \
'--with-mysql=/dato/w3/mysql' \
'--prefix=/dato/w3/apache2/php' \
'--with-exec-dir=/dato/w3/ext' \
'--with-config-file-path=/dato/w3/apache2' \
'--enable-safe-mode' \
'--enable-memory-limit' \
'--enable-mbstring=all' \
'--enable-mbregex' \
'--enable-trans-sid' \
'--enable-exif' \
'--with-zlib' \
'--with-bz2' \
'--with-gd' \
'--enable-gd-native-ttf' \
'--with-ttf=/usr/include/freetype2/freetype' \
'--with-jpeg-dir=/usr/lib' \
'--with-png-dir=/usr/lib' \
'--with-zlib-dir=/usr/lib' \
'--with-freetype-dir=/usr/lib' \
'--disable-posix' \
'--disable-sockets' \
'--disable-ipv6' \
'--disable-cgi' \
'--disable-cli' \
'--disable-path-info-check' \
'--disable-rpath' \
'--without-pear' \
'--cache-file=PHP_dato' \
"$@"
 楼主| 发表于 2004-1-1 17:29:41 | 显示全部楼层

问题已经解决!感谢!

问题已经解决!感谢!
详见:
http://www.linuxsir.cn/forum.php?mod=viewthread&tid=82487
您需要登录后才可以回帖 登录 | 注册

本版积分规则

快速回复 返回顶部 返回列表