I have a few questions regarding installing gd-1.8.3 and jpgeg-6b. I am using a Red Hat Linux server with version 6.2 linux. This server is an Apache web server.
If you have jpeg-6b folder in linux, does gd-1.8.3 automatically find
and install it or do I have to do the "make install" for both gd-1.8.3 and jpeg-6b?
When I try make in gd-1.8.3, I get this error:
gcc -I. -I/usr/local/include -I/usr/include/X11 -I/usr/X11R6/include/X11
-O -c
-o gdtestttf.o gdtestttf.c
gdtestttf.c:11: parse error before `>'
gdtestttf.c:24: parse error before string constant
gdtestttf.c:24: warning: data definition has no type or storage class
gdtestttf.c:25: parse error before string constant
gdtestttf.c:25: warning: data definition has no type or storage class
gdtestttf.c:26: parse error before string constant
gdtestttf.c:26: warning: data definition has no type or storage class
make: *** [gdtestttf.o] Error 1
When I try make install, I get this error:
sh ./install-item 644 libgd.a /usr/local/lib/gd/libgd.a
../install-item: : command not found
../install-item: : command not found
make: *** [install] Error 127
[root@thor gd-1.8.3]#
Does anyone have any sugestions?
Thanks,
Jamie