Mi caso es el siguiente, tengo un HP-UX 9000 versión 11.00 e instalé los siguientes archivos:
.- B9415AA (Apache 1.3.19) (depot)
.- Perl 5.005_03 (depot)
.- gd 1.8.4 (depot)
.- libgd 1.8.4 (depot)
Todo funcionó bien, pero necesito saber:
1.- ¿Cómo configurar php-4.0.4pl1 con gd, porque éste php se descargó el archivo B9415AA y no tiene un archivo Configure?
2.- Estoy trabajando con jpgraph para elaborar gráficos y al abrir un archivo ejemplo, se muestra el siguiente error "Unknown function imagecreate". Imagino que necesito GD, que provea esa función imagecreate.
3.- Entonces trato instalar GD-1.18 y al ejecutar:
perl Makefile.PL, se muestra los siguientes errores:
.-syntax error in file Makefile.PL at line 1, next 2 tokens "use ExtUtils"
.-syntax error in file Makefile.PL at line 20, next 2 tokens "\MY: "
Agradezco la respuesta de éstas 3 preguntas.
In my case, I have a HP-UX9000 version 11.00 where I installed the following files:
.- B9415AA (Apache 1.3.19)(depot)
.- Perl 5.005_3 (depot)}
.- gd 1.8.4 (depot)
.- libgd 1.8.4 (depot)
All of them are working right, but I need to know:
1.- How to configure php-4.0.4pl1 with gd? , these php downloaded with B9415AA file and have no configure file.
2.- I´m working with jpgraph for making graphs when an example fiel is opened it shows the following error "Unknown function imagecreate". I can imagine, I need GD than provides the imagecreate function.
3.- Then I try to install GD-1.18 when I execute Perl Makefile.PL, shows the following errors:
.-syntax error in file Makefile.PL at line 1, next 2 tokens "use ExtUtils"
.-syntax error in file Makefile.PL at line 20, next 2 tokens "\MY:"
I´ll give you Thanks for answering this 3 questions.