wg Tux's lil' helper


Joined: 09 Jan 2008 Posts: 88
|
Posted: Tue Apr 15, 2008 1:27 pm Post subject: [SOLVED] gd problem |
|
|
[SOLVED] GD library is messy, it keeps disabling at php's compiling! - after 3 times it gone right!
Hi,
Im using Lighttpd with php and mysql.
What i wanted to do is make an dynamic image.
So... checked some exaples, used some functions and got a really cool dynamic image that can be used in user's sig.
Everything is fine when i need to run this script on Linux server.
So... when i run this script on windows (appserv) - its ok, no error.
When i run this script on linux - error:
| Code: | <br />
<b>Fatal error</b>: Call to undefined function imagettftext() in <b>/var/www/$$$/htdocs/$$$/tag.php</b> on line <b>22</b><br /> |
I guess GD is the thing that makes to work that function... so i 'emrege gd'!
I also added support to php by adding gd useflag when i emerged php.
Maybe there is something else? _________________ Give me a cookie ^^ |
|