First attempt
./configure --with-gd
.
.
checking for GD support... yes
checking for the location of libjpeg... no
checking for the location of libpng... no
checking for the location of libXpm... no
checking for FreeType 1.x support... no
checking for FreeType 2... no
checking for T
I have php-4.3.8 that I am using to build php. I have had success in
building a module and running in under apache.
When I add gd to the mix I get various configure or make problems. I desire
to run gd with jpeg, gif, png and freetype support. What versions of source
trees do I need and what ve
On Wed, 2004-08-04 at 22:35, Jorge Reteguin wrote:
> Of course you can.
> You can even run them at the same time.
>
> This is the trick.
>
I had wondered about how the webserver could tell whether to use PHP4 or
PHP5, but just did not think about using virtualhost. Great idea.
Chris