V
V
VitaliyBorys2018-09-18 14:56:39
PHP
VitaliyBorys, 2018-09-18 14:56:39

Gd is not working, what should I do?

Hi everybody.
I configured deploy on the bitback.
5ba0e7b462899018889996.png
But the tests do not pass, the gd library error writes.
Here
5ba0e7ea16896649018641.png

Answer the question

In order to leave comments, you need to log in

2 answer(s)
S
Stalker_RED, 2018-09-18
@Stalker_RED

undefined function imagecreatefromjpeg
you need to install the appropriate libraries.

S
shude, 2018-12-25
@shude

Add install libjpeg-dev, freetype-dev
before installing gd docker-php-ext-configure gd --with-freetype-dir=/usr/include/ --with-jpeg-dir=/usr/include/

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question