unable to load function gdFree

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • wmgilligan
    Developer Partner




    • Feb 2006
    • 742

    #1

    unable to load function gdFree

    Testing a new setup - diagtools shows system library GD is registered.
    Miva Merchant Virtual Machine 5.34 - Apache/2.4.46 () PHP/7.2.34

    When using this code, I receive the gdLastError() as shown in the subject:
    <MvASSIGN NAME = "l.source_gdimage" VALUE = "{ gdImageCreateFromPngMem( l.image_data ) }">

    Why doesn't gdFree load, when diagtool shows it is registered?
    William Gilligan - Orange Marmalade, Inc.
    www.OrangeMarmaladeinc.com
  • wmgilligan
    Developer Partner




    • Feb 2006
    • 742

    #2
    Additional info from mivaconfi:
    <SYSTEM-LIB CODE="GD" LIBRARY="/usr/lib64/libgdbm.so.4">
    William Gilligan - Orange Marmalade, Inc.
    www.OrangeMarmaladeinc.com

    Comment

    • ILoveHostasaurus
      Mega Mivite










      • Mar 2006
      • 4998

      #3
      ligbdbm has no relation to GD or image functions; you need libgd.
      David Hubbard
      CIO
      Miva
      [email protected]
      http://www.miva.com

      Comment

      • wmgilligan
        Developer Partner




        • Feb 2006
        • 742

        #4
        Awesome! Thank you. New machine, so I did all the yum updates (including php-gd), but apparently I never did the most obvious... yum install gd
        Now - perfection.
        Thanks
        William Gilligan - Orange Marmalade, Inc.
        www.OrangeMarmaladeinc.com

        Comment

        Working...
        X