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

 View Only
  • 1.  PHP with GD support

    Posted Sun June 30, 2019 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 Tue July 02, 2019 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 Tue July 02, 2019 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 Tue July 16, 2019 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 Thu July 18, 2019 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 Thu February 06, 2020 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 Wed February 12, 2020 10:12 AM

    Originally posted by: AyappanP


    We are working on this. 


    #AIX-Open-Source-Software
    #AIXOpenSource


  • 8.  Re: PHP with GD support

    Posted Mon July 22, 2019 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