Perl-Evozon / PearlBee

116 stars 44 forks source link

GD install problem #63

Open racke opened 8 years ago

racke commented 8 years ago

PearlBee install suffers from GD problem:

t/GD.t ........ 7/11 
#   Failed test 'image comparison test 7'
#   at t/GD.t line 249.
# Looks like you failed 1 test of 11.

This reported as a bug with GD (https://rt.cpan.org/Public/Bug/Display.html?id=106594), but I don't want to hold my breath until this might be fix.

Please think about a better alternative.

huache commented 8 years ago

It seems like you forget to install GD firstly, follow this instruction in README.md: Authen::Captcha ( needs GD, which neeeds libgd2-xpm-dev package : 'yum install libgd2-xpm-dev', 'yum install gd-devel', 'yum install gd')