[PHP-INSTALL] php 5 and GD with Freetype

2006-06-19 Thread Jake Bottero
I'm trying to get php 5 installed with both GD and Freetype support. The thing is, I'm having trouble getting the Freetype support which apparently GD (or at least the php extensions) uses to generate fonts in images. When I run ./configure, I do not see anything at all related to Freetype,

Re: [PHP-INSTALL] test

2006-05-25 Thread Jake Bottero
Marco666 wrote: sorry Will you please stop that?

Re: [PHP-INSTALL] GD2? Freetype?

2006-05-20 Thread Jake Bottero
Vicki Brown wrote: I have built and installed PHP 4.4.2 on FreeBSD 4.7 I am trying to run Guestbook Script from http://www.stadtaus.com After installation and configuration, I get an error Fatal error: Call to undefined function: imagettfbbox() I asked for help on the Guestbook Script forum

Re: [PHP-INSTALL] GD2? Freetype?

2006-05-20 Thread Jake Bottero
Vicki Brown wrote: I have built and installed PHP 4.4.2 on FreeBSD 4.7 I am trying to run Guestbook Script from http://www.stadtaus.com After installation and configuration, I get an error Fatal error: Call to undefined function: imagettfbbox() I asked for help on the Guestbook Script forum

Re: [PHP-INSTALL] Question about gd.so and PHP

2006-04-19 Thread Jake Bottero
are GD extensions for PHP4 and PHP5. I am not sure about GD package itself (if it was compiled statically in php-gd extension rpm, then you would not need GD itself, but my guess that it was compiled with dynamic support, so you need GD also). -Original Message- From: Jake Bottero [mailto

[PHP-INSTALL] Question about gd.so and PHP

2006-04-18 Thread Jake Bottero
I have php4 installed. From the command line, if I type "php", it tells me: PHP Warning: PHP Startup: Unable to load dynamic library './gd.so' - ./gd.so: Cannot open shared object file: No such file or directory in Unknown on line 0 I understand what it is saying, but I don't understand