mkoppanen / php-zbarcode

PHP extension for reading barcodes. Uses ImageMagick(http://www.imagemagick.org/) for image support and zbar(http://zbar.sourceforge.net/) for scanning the barcodes.
http://valokuva.org
383 stars 131 forks source link

gd.h: No such file or directory on make install #6

Open maxmumford opened 11 years ago

maxmumford commented 11 years ago

Hello,

Trying to install this extension and am getting the following error:

/tmp/php-zbarcode-master/zbarcode.c:43:18: fatal error: gd.h: No such file or directory

I have looked for instructions on installing gd for php but have not had any luck. Can you point me in the right direction?

Thanks

VincentCasse commented 11 years ago

Try to install this package if you are in debian : libgd2-noxpm-dev

Codefor commented 10 years ago

it does works.