Operating System - HP-UX
1834178 Members
2510 Online
110064 Solutions
New Discussion

Problems compiling GD (perl)

 
Jessika_1
New Member

Problems compiling GD (perl)

C?mo instalar (pasos exactos) la librer?a GD. Se necesita graficar datos y saber c?mo se configura php-4.0.4pl1 para que reconozca GD.
1.- Al compilar GD.pm se mostraron errores de syntaxis al ejecutar Perl make.PL

How to install (step by step) GD Library.
We need make data graphs and know how to configure php-4.0-4pl1 in order it recognize GD.
1.- When it compiles GD.pm. It shows syntax errors when Perl make.PL is executed


1 REPLY 1
Robin Wakefield
Honored Contributor

Re: Problems compiling GD (perl)

I have had more success compiling a separate gdperl executable. In the README file the steps are:

a. cd GD-1.18
b. perl Makefile.PL MAP_TARGET=gdperl
c. make gdperl
d. make inst_perl

Note, I am using 1.18 so that I can still use GIF files.

Regards, Robin.