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,
Marco666 wrote:
sorry
Will you please stop that?
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
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
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
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