I have a win2k machine set-up with iis 5.0, php 4.1.0 and now I want to use
image_copy_resample()
image_copy_resample() is not working in the version of gd included in php
4.1.0.
Where should I download the .dll for version 2.0.1?
Regards
Fredrik A. Takle
--
PHP General Mailing List (http:/
> > Make php failed:
>
> Make sure you don't have gd-1.x header files in /usr/local/include
Excellent! That worked.
For everyone else, my documentation for installing:
Apache with GD, zlib, png, jpg, tiff, pdf support
is at:
http://database.sourceforge.net/Installing_apache_with_gd_zlib_png
> Make php failed:
Make sure you don't have gd-1.x header files in /usr/local/include
-Rasmus
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTE
> > > > It's obviously a simple error but I have no idea about C.
> > >
> > > You left out your PHP configure line
> >
> > I was trying to make gd-2.0.1, are you saying don't make GD at all,
> > just go straight to configuring php?
>
> Ah, no, type: make libgd.a
> in your gd dir.
Ok, making libg
> > > [root@b gd-2.0.1] ~ make test
> > > gcc -I. -I/usr/include/freetype2 -I/usr/include/X11 -I/usr/X11R6/include/X11
>-I/usr/local/include gdtest.o -o gdtest -L/usr/local/lib -L/usr/lib/X11
>-L/usr/X11R6/lib libgd.a -lpng -lz -ljpeg -lfreetype -lm
> > > gcc: libgd.a: No such file or directo
> > > Build gd-2.0.1 with these two lines in your GD2 Makefile:
> > >
> > > CFLAGS=-g -DHAVE_LIBPNG -DHAVE_LIBJPEG -DHAVE_LIBFREETYPE
> >
> > CFLAGS=-g -DHAVE_LIBPNG -DHAVE_LIBJPEG -DHAVE_LIBFREETYPE
> >
> > Same as mine.
> >
> > > LIBS=libgd.a -lpng -lz -ljpeg -lfreetype -lm
> >
> > LIBS=libgd.a
> > > Has anyone got PHP successfully compiled and using GD 2.0.1?
> > >
> > > If so what was your configure line please and any other changes you had to
> > > make in order to get PHP to compile. Thanks.
> >
> > Build gd-2.0.1 with these two lines in your GD2 Makefile:
> >
> > CFLAGS=-g -DHAVE_LI
> > Has anyone got PHP successfully compiled and using GD 2.0.1?
> >
> > If so what was your configure line please and any other changes you had to
> > make in order to get PHP to compile. Thanks.
>
> Build gd-2.0.1 with these two lines in your GD2 Makefile:
>
> CFLAGS=-g -DHAVE_LIBPNG -DHAVE_LI
> Has anyone got PHP successfully compiled and using GD 2.0.1?
>
> If so what was your configure line please and any other changes you had to
> make in order to get PHP to compile. Thanks.
Build gd-2.0.1 with these two lines in your GD2 Makefile:
CFLAGS=-g -DHAVE_LIBPNG -DHAVE_LIBJPEG -DHAVE_LIB
Has anyone got PHP successfully compiled and using GD 2.0.1?
If so what was your configure line please and any other changes you had to
make in order to get PHP to compile. Thanks.
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional comman
Hello I am trying to install PHP 4.0.6 with GD 2+ support and I am
receiving an error at `make` time. Can anyone suggest something to try and
fix this problem? Thankyou :)
I have installed the following with no path changes to the defaults:
freetype-2.0.4.tar.gz
gd-2.0.1.tar.gz
jpegsrc.v6b.tar.g
Hey all,
I am trying to add some of the new alpha channel based features to existing charts
that I have written and have the following questions:
1. After installing GD 2.0.1 on a redhat 7.0 system and PHP 4.0.6, I am
unable to restart apache without a png_get_error_ptr fatal error.
When I ru
Hi,
Not sure if this is the right place to post this (only joined list today) so
accept apologies if hugely-OT. I need to add true-colour support to some code I'm
writing, so want to build gd-2.0.1as an extension to PHP4 (currently have 4.0.4pl1). I
have the gdlib building as a .so but don'
13 matches
Mail list logo