alterway / docker-php

Docker PHP
MIT License
101 stars 45 forks source link

The GD compilation flags are wrong. #6

Closed twisted1919 closed 6 years ago

twisted1919 commented 7 years ago

The right compilation flags for gd are:

docker-php-ext-configure gd --with-freetype-dir=/usr/include/ --with-jpeg-dir=/usr/include/

NOT

docker-php-ext-configure gd --with-freetype-dir=/usr/include/ --with-jpeg-dir=/usr/lib

specourt commented 6 years ago

Hi, it's fixed in last commit.