-
Notifications
You must be signed in to change notification settings - Fork 370
Closed
Description
I'm trying to install the gd
extension to support jpeg
, but I can't do it.
I've installed libjpeg
with homebrew and set the --with-jpeg-dir
flag to point to the directory where homebrew installed it.
But I still can't make it work.
The gd_info()
shows me:
array (size=11)
'GD Version' => string 'bundled (2.1.0 compatible)' (length=26)
'FreeType Support' => boolean false
'T1Lib Support' => boolean false
'GIF Read Support' => boolean true
'GIF Create Support' => boolean true
'JPEG Support' => boolean false
'PNG Support' => boolean true
'WBMP Support' => boolean true
'XPM Support' => boolean false
'XBM Support' => boolean true
'JIS-mapped Japanese Font Support' => boolean false
Any tips?
brunowego
Metadata
Metadata
Assignees
Labels
No labels