DaWiseMouse
12-16-2001, 05:15 AM
k, been trying everything, when I run the make command I get the following error
[root gd-1.8.4]# make
gcc -I. -I/usr/include/freetype2 -I/usr/include/X11 -I/usr/X11R6/include/X11 -I/usr/local/include pngtogd.o -o pngtogd -L. -L/usr/local/lib -L/usr/lib/X11 -L/usr/X11R6/lib -lm -lpng -lz -ljpeg -lX11 -lgd
pngtogd.o: In function `main':
pngtogd.o(.text+0x6b): undefined reference to `gdImageCreateFromPng'
collect2: ld returned 1 exit status
make: *** [pngtogd] Error 1
I have installed the following with no problems as it seems they are a requirement.
zlib-1.1.3.tar.gz
jpegsrc.v6b.tar.gz
libpng-1.2.1.tar.gz
and all have installed fine, yet when I try installing the GD it crashes and burns, this is all in an attempt to install/upgrade to PHP-4.1.0
currently running PHP-4.0.6 with GD-1.8.3 installed from the PKG from Cobalts site..
Any idea's, suggestions or help is appreciated.. Mouse
[root gd-1.8.4]# make
gcc -I. -I/usr/include/freetype2 -I/usr/include/X11 -I/usr/X11R6/include/X11 -I/usr/local/include pngtogd.o -o pngtogd -L. -L/usr/local/lib -L/usr/lib/X11 -L/usr/X11R6/lib -lm -lpng -lz -ljpeg -lX11 -lgd
pngtogd.o: In function `main':
pngtogd.o(.text+0x6b): undefined reference to `gdImageCreateFromPng'
collect2: ld returned 1 exit status
make: *** [pngtogd] Error 1
I have installed the following with no problems as it seems they are a requirement.
zlib-1.1.3.tar.gz
jpegsrc.v6b.tar.gz
libpng-1.2.1.tar.gz
and all have installed fine, yet when I try installing the GD it crashes and burns, this is all in an attempt to install/upgrade to PHP-4.1.0
currently running PHP-4.0.6 with GD-1.8.3 installed from the PKG from Cobalts site..
Any idea's, suggestions or help is appreciated.. Mouse
