1
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 5 years have passed since last update.

macOSにphpbrewにgdをインストールする際、jpegサポートも入れる

Last updated at Posted at 2017-01-13

こうする。

✗ phpbrew ext install gd -- --with-jpeg-dir=/usr/local/Cellar/jpeg/8d/lib

/usr/local/Cellar/jpeg/8d/libには、いつの間にか👇 これが入ってた!

✗ ls -la /usr/local/Cellar/jpeg/8d/lib                                           
total 1816
drwxr-xr-x  5 araiyujiro  admin     170 11 16 12:34 .
drwxr-xr-x  9 araiyujiro  admin     306 11 16 12:34 ..
-r--r--r--  1 araiyujiro  admin  414624 11 16 12:34 libjpeg.8.dylib
-r--r--r--  1 araiyujiro  admin  505168 11 16 12:34 libjpeg.a
lrwxr-xr-x  1 araiyujiro  admin      15 11 16 12:34 libjpeg.dylib -> libjpeg.8.dylib

CentOSの時は、こうやった。

$ phpbrew --debug ext install gd -- --with-jpeg-dir=/usr/lib64 --with-png-dir=/usr/lib64
1
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
1
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?