Hello
I have to recompile the php with, the following expansion:
http://pecl.php.net/packages.php?catpid"&catname=XML
1 domxml DOM XML Functions
2 WBXML WBXML to XML conversion
3 xmlReader Provides fast, non-cached, forward-only access to XML data
under PHP 5.
http://pecl.php.net/packages.php?catpid&catname=Images
2 FreeImage Provides a wrapper to the FreeImage library.
3 GDChart GDChart Based Graphing Interface
4 imagick Provides a wrapper to the ImageMagick library.
5 imlib2 Provides an image manipulation interface using libimlib2
And the biggest problem: PDF. I looked for the solves, but any of them describe
how to compile it in php. i tryied to add to configure.php the following line:
when in /usr/local/directadmin/customapache/modules is unpacked fpdf lib.
When I looked into log, there is:
what is cpdf ? No entry point shows any info about fpdf lib.
Sorry for noob question, but I am very beginner DA user, and I dont know how to recompile it with the following extention. Previously I used cPanel application, and there php compilation proceed witch the www API, and you have to choose what do you need and what not.
Regards
I have to recompile the php with, the following expansion:
http://pecl.php.net/packages.php?catpid"&catname=XML
1 domxml DOM XML Functions
2 WBXML WBXML to XML conversion
3 xmlReader Provides fast, non-cached, forward-only access to XML data
under PHP 5.
http://pecl.php.net/packages.php?catpid&catname=Images
2 FreeImage Provides a wrapper to the FreeImage library.
3 GDChart GDChart Based Graphing Interface
4 imagick Provides a wrapper to the ImageMagick library.
5 imlib2 Provides an image manipulation interface using libimlib2
And the biggest problem: PDF. I looked for the solves, but any of them describe
how to compile it in php. i tryied to add to configure.php the following line:
Code:
--with-module=/usr/local/directadmin/customapache/modules/fpdf.php
When I looked into log, there is:
Code:
checking for cpdflib support... no
Sorry for noob question, but I am very beginner DA user, and I dont know how to recompile it with the following extention. Previously I used cPanel application, and there php compilation proceed witch the www API, and you have to choose what do you need and what not.
Regards