April 24, 201511 yr Looked around and found people here and there talking about the missing gd.so in the Dynamix php webserver, but didn't see a solution. I installed the latest stable 5X unraid and dynamix. Everything is running great, but I need the GD lib. I'm not sure exactly how the webserver that comes with Dynamix is laid out. I read somewhere that the original _ant version that this is based on had it, but for some reason this one doesn't? Can I just get a slackware version of PHP with GD compiled into it and install it over the top of this? Or will that make my world explode? I already tried just grabbing these extensions on their own but there's apparently no phpize on unraid.
April 24, 201511 yr To use the GD extension, check the following: 1. In your .PLG file make sure the relevant packages are installed # Recommended packages 13.1 13.37 14.0 14.1 ap sqlite txz 3.6.23.1-i486-1 3.7.5-i486-1 3.7.14.1-i486-1 3.7.17-i486-1 do-install # sqlite library (used by SQLITE extension) l libzip txz 0.9-i486-2 0.9.3-i486-1 0.9.3-i486-1 0.10.1-i486-1 do-install # zip library (used by ZIP extension) l freetype txz 2.4.11-i486-1 2.4.11-i486-1 2.4.11-i486-1 2.5.0.1-i486-1 do-install # freetype library (used by GD extension) l libjpeg txz v8a-i486-2 v8a-i486-2 v8a-i486-2 v8a-i486-2 do-install # jpeg library (used by GD extension) l libpng txz 1.4.12-i486-1 1.4.12-i486-1 1.4.12-i486-1 1.4.12-i486-1 do-install # png library (used by GD extension) l t1lib txz 5.1.2-i486-2 5.1.2-i486-3 5.1.2-i486-3 5.1.2-i486-3 do-install # t1 library (used by GD extension) x libxcb txz 1.6-i486-1 1.7-i486-1 1.8.1-i486-1 1.9.1-i486-1 do-install # xcb library (used by GD extension) x libX11 txz 1.3.3-i486-1 1.4.3-i486-2 1.5.0-i486-1 1.6.2-i486-1 do-install # x11 library (used by GD extension) x libXau txz 1.0.5-i486-1 1.0.6-i486-1 1.0.7-i486-1 1.0.8-i486-1 do-install # xau library (used by GD extension) x libXdmcp txz 1.0.3-i486-1 1.1.0-i486-1 1.1.1-i486-1 1.1.1-i486-1 do-install # xdmcp library (used by GD extension) x libXpm txz 3.5.8-i486-1 3.5.9-i486-1 3.5.10-i486-1 3.5.11-i486-1 do-install # xpm library (used by GD extension) 2. In your php.conf file (on flash) make sure the gd.so extension is enabled ; These are the extensions that are available for use on this PHP build. ; If you do NOT need any of these extensions, you should comment them out. ; That will probably increase both your security and performance. ;extension=bcmath.so ;extension=bz2.so ;extension=calendar.so ;extension=ctype.so ;extension=curl.so ;extension=dba.so ;extension=enchant.so ;extension=exif.so ;extension=ftp.so extension=gd.so ;extension=gettext.so
April 24, 201511 yr Author Wow odd! I do have the .PLG settings. And I did un-comment the gd.so line before and got libfreetype missing. This time though, it works! Ran a check from php and got: GD is supported by your server! GD Version Yes FreeType Support Yes FreeType Linkage Yes T1Lib Support Yes GIF Read Support Yes GIF Create Support Yes JPEG Support Yes PNG Support Yes WBMP Support Yes XPM Support Yes XBM Support Yes JIS-mapped Japanese Font Support Yes Thanks for the quick replay... and thanks for the move to the right area. My first post.
Archived
This topic is now archived and is closed to further replies.