Open Source Development

Power Open Source Development

Explore the open source tools and capabilities for building and deploying modern applications on IBM Power platforms including AIX, IBM i, and Linux.


#Power


#Power


#Servers
#Opensource
 View Only
  • 1.  PHP with GD support

    Posted 06/30/19 11:00 AM

    Originally posted by: uncle_ziba


    Hello

     

    I have a requirement to run PHP with GD/JPEG support.  Would you please provide a php-gd build option as described in here

    https://www.php.net/manual/en/image.installation.php

    (external libgd library is fine, whcih already exists in the AIX Toolbox rpms)


    #AIX-Open-Source-Software
    #AIXOpenSource


  • 2.  Re: PHP with GD support

    Posted 07/02/19 10:49 AM

    Originally posted by: AyappanP


    We will check on this and take a decision based on the priority list. 


    #AIX-Open-Source-Software
    #AIXOpenSource


  • 3.  Re: PHP with GD support

    Posted 07/02/19 11:11 AM

    Originally posted by: uncle_ziba


    thank you.

     

    just an fyi on RHEL  GD PHP package is available as

     

    # yum search php | grep gd
    php-gd.ppc64le : A module for PHP applications for using the gd graphics library

     

    Looking for the same on AIX. 


    #AIXOpenSource
    #AIX-Open-Source-Software


  • 4.  Re: PHP with GD support

    Posted 07/16/19 03:43 PM

    Originally posted by: uncle_ziba


    Hi 

    Just checking if there is any update regarding the php-gd package for AIX


    #AIX-Open-Source-Software
    #AIXOpenSource


  • 5.  Re: PHP with GD support

    Posted 07/18/19 03:34 AM

    Originally posted by: AyappanP


    Available in Toolbox probably before August end. 


    #AIXOpenSource
    #AIX-Open-Source-Software


  • 6.  Re: PHP with GD support

    Posted 02/06/20 01:17 PM

    Originally posted by: uncle_ziba


    Hi 

    Could you please add freetype2 and libjpeg 9 dynamic linking support to the php-gd  package?  It was compiled without it looks like.


    #AIXOpenSource
    #AIX-Open-Source-Software


  • 7.  Re: PHP with GD support

    Posted 02/12/20 10:12 AM

    Originally posted by: AyappanP


    We are working on this. 


    #AIX-Open-Source-Software
    #AIXOpenSource


  • 8.  Re: PHP with GD support

    Posted 07/22/19 05:04 PM

    Originally posted by: uncle_ziba


    Thank you .

     

    Meanwhile I was able to compile a dynamically loaded gd.so (similar to the one in the php-gd rpm)

    The compilation requires running phpize and adding a -lm linker flag to Makefile. AIX compiles without the math library otherwise.

     

    Also while working on this I ran into an outdated version of the libjpeg in the AIX tool box (opened another thread on it)

     


    #AIX-Open-Source-Software
    #AIXOpenSource