Hi,

I am trying to install Authen::Captcha on a Redhat 9 box and I am a bit
of a newby on this... This is the error that I have encountered:

Any advise will be very appreciated!

Here are the last few lines from my install Authen::Captcha command:

-------------------------------------------------------

GD.c:1550: parse error before "image"
GD.c:1555: `image' undeclared (first use in this function)
GD.c:1555: called object is not a function
GD.xs:1069: warning: assignment makes pointer from integer without a
cast
GD.c: In function `XS_GD__Image_gd2':
GD.c:1581: parse error before "image"
GD.c:1586: `image' undeclared (first use in this function)
GD.c:1586: called object is not a function
GD.xs:1084: `GD2_FMT_COMPRESSED' undeclared (first use in this function)
GD.xs:1084: warning: assignment makes pointer from integer without a
cast
GD.c: In function `XS_GD__Image_transparent':
GD.c:1612: parse error before "image"
GD.c:1618: `image' undeclared (first use in this function)
GD.c:1618: called object is not a function
GD.c: In function `XS_GD__Image_getBounds':
GD.c:1645: parse error before "image"
GD.c:1649: `image' undeclared (first use in this function)
GD.c:1649: called object is not a function
GD.c: In function `XS_GD__Image_isTrueColor':
GD.c:1675: parse error before "image"
GD.c:1681: `image' undeclared (first use in this function)
GD.c:1681: called object is not a function
GD.c: In function `XS_GD__Image_trueColorToPalette':
GD.c:1702: parse error before "image"
GD.c:1708: `image' undeclared (first use in this function)
GD.c:1708: called object is not a function
GD.c:1720: `gdMaxColors' undeclared (first use in this function)
GD.c: In function `XS_GD__Image_rgb':
GD.c:1741: parse error before "image"
GD.c:1746: `image' undeclared (first use in this function)
GD.c:1746: called object is not a function
GD.c: In function `XS_GD__Image_boundsSafe':
GD.c:1774: parse error before "image"
GD.c:1782: `image' undeclared (first use in this function)
GD.c:1782: called object is not a function
GD.c: In function `XS_GD__Image_getPixel':
GD.c:1805: parse error before "image"
GD.c:1813: `image' undeclared (first use in this function)
GD.c:1813: called object is not a function
GD.c: In function `XS_GD__Image_setPixel':
GD.c:1834: parse error before "image"
GD.c:1841: `image' undeclared (first use in this function)
GD.c:1841: called object is not a function
GD.c: In function `XS_GD__Image_copyRotate90':
GD.c:1861: parse error before "src"
GD.c:1866: `src' undeclared (first use in this function)
GD.c:1866: called object is not a function
GD.xs:1207: parse error before "dst"
GD.xs:1209: `dst' undeclared (first use in this function)
GD.xs:1209: parse error before "gd_cloneDim"
GD.xs:1213: invalid lvalue in assignment
GD.xs:1213: invalid lvalue in assignment
GD.xs:1216: `RETVAL' undeclared (first use in this function)
GD.c: In function `XS_GD__Image_copyRotate180':
GD.c:1898: parse error before "src"
GD.c:1903: `src' undeclared (first use in this function)
GD.c:1903: called object is not a function
GD.xs:1228: parse error before "dst"
GD.xs:1230: `dst' undeclared (first use in this function)
GD.xs:1230: parse error before "gd_cloneDim"
GD.xs:1234: invalid lvalue in assignment
GD.xs:1234: invalid lvalue in assignment
GD.xs:1237: `RETVAL' undeclared (first use in this function)
GD.c: In function `XS_GD__Image_copyRotate270':
GD.c:1935: parse error before "src"
GD.c:1940: `src' undeclared (first use in this function)
GD.c:1940: called object is not a function
GD.xs:1249: parse error before "dst"
GD.xs:1251: `dst' undeclared (first use in this function)
GD.xs:1251: parse error before "gd_cloneDim"
GD.xs:1255: invalid lvalue in assignment
GD.xs:1255: invalid lvalue in assignment
GD.xs:1258: `RETVAL' undeclared (first use in this function)
GD.c: In function `XS_GD__Image_copyFlipHorizontal':
GD.c:1972: parse error before "src"
GD.c:1977: `src' undeclared (first use in this function)
GD.c:1977: called object is not a function
GD.xs:1270: parse error before "dst"
GD.xs:1272: `dst' undeclared (first use in this function)
GD.xs:1272: parse error before "gd_cloneDim"
GD.xs:1276: invalid lvalue in assignment
GD.xs:1276: invalid lvalue in assignment
GD.xs:1279: `RETVAL' undeclared (first use in this function)
GD.c: In function `XS_GD__Image_copyFlipVertical':
GD.c:2009: parse error before "src"
GD.c:2014: `src' undeclared (first use in this function)
GD.c:2014: called object is not a function
GD.xs:1291: parse error before "dst"
GD.xs:1293: `dst' undeclared (first use in this function)
GD.xs:1293: parse error before "gd_cloneDim"
GD.xs:1297: invalid lvalue in assignment
GD.xs:1297: invalid lvalue in assignment
GD.xs:1300: `RETVAL' undeclared (first use in this function)
GD.c: In function `XS_GD__Image_copyTranspose':
GD.c:2046: parse error before "src"
GD.c:2051: `src' undeclared (first use in this function)
GD.c:2051: called object is not a function
GD.xs:1312: parse error before "dst"
GD.xs:1314: `dst' undeclared (first use in this function)
GD.xs:1314: parse error before "gd_cloneDim"
GD.xs:1318: invalid lvalue in assignment
GD.xs:1318: invalid lvalue in assignment
GD.xs:1321: `RETVAL' undeclared (first use in this function)
GD.c: In function `XS_GD__Image_copyReverseTranspose':
GD.c:2083: parse error before "src"
GD.c:2088: `src' undeclared (first use in this function)
GD.c:2088: called object is not a function
GD.xs:1333: parse error before "dst"
GD.xs:1335: `dst' undeclared (first use in this function)
GD.xs:1335: parse error before "gd_cloneDim"
GD.xs:1339: invalid lvalue in assignment
GD.xs:1339: invalid lvalue in assignment
GD.xs:1342: `RETVAL' undeclared (first use in this function)
GD.c: In function `XS_GD__Image_rotate180':
GD.c:2120: parse error before "src"
GD.c:2124: `src' undeclared (first use in this function)
GD.c:2124: called object is not a function
GD.xs:1359: invalid lvalue in assignment
GD.xs:1359: invalid lvalue in assignment
GD.xs:1360: invalid lvalue in assignment
GD.xs:1360: invalid lvalue in assignment
GD.c: In function `XS_GD__Image_copyRotated':
GD.c:2153: parse error before "dst"
GD.c:2165: `dst' undeclared (first use in this function)
GD.c:2165: called object is not a function
GD.c:2172: `src' undeclared (first use in this function)
GD.c:2172: called object is not a function
GD.c: In function `XS_GD__Image_flipHorizontal':
GD.c:2196: parse error before "src"
GD.c:2200: `src' undeclared (first use in this function)
GD.c:2200: called object is not a function
GD.xs:1398: invalid lvalue in assignment
GD.xs:1398: invalid lvalue in assignment
GD.xs:1399: invalid lvalue in assignment
GD.xs:1399: invalid lvalue in assignment
GD.c: In function `XS_GD__Image_flipVertical':
GD.c:2229: parse error before "src"
GD.c:2233: `src' undeclared (first use in this function)
GD.c:2233: called object is not a function
GD.xs:1416: invalid lvalue in assignment
GD.xs:1416: invalid lvalue in assignment
GD.xs:1417: invalid lvalue in assignment
GD.xs:1417: invalid lvalue in assignment
GD.c: In function `XS_GD__Image_line':
GD.c:2262: parse error before "image"
GD.c:2271: `image' undeclared (first use in this function)
GD.c:2271: called object is not a function
GD.c: In function `XS_GD__Image_dashedLine':
GD.c:2291: parse error before "image"
GD.c:2300: `image' undeclared (first use in this function)
GD.c:2300: called object is not a function
GD.c: In function `XS_GD__Image_openPolygon':
GD.c:2320: parse error before "image"
GD.c:2326: `image' undeclared (first use in this function)
GD.c:2326: called object is not a function
GD.xs:1461: `gdPointPtr' undeclared (first use in this function)
GD.xs:1461: parse error before "polyptr"
GD.xs:1477: `polyptr' undeclared (first use in this function)
GD.xs:1477: parse error before "Perl_safesysmalloc"
GD.c: In function `XS_GD__Image_unclosedPolygon':
GD.c:2391: parse error before "image"
GD.c:2397: `image' undeclared (first use in this function)
GD.c:2397: called object is not a function
GD.xs:1517: `gdPointPtr' undeclared (first use in this function)
GD.xs:1517: parse error before "polyptr"
GD.c: In function `XS_GD__Image_filledPolygon':
GD.c:2465: parse error before "image"
GD.c:2471: `image' undeclared (first use in this function)
GD.c:2471: called object is not a function
GD.xs:1576: `gdPointPtr' undeclared (first use in this function)
GD.xs:1576: parse error before "polyptr"
GD.xs:1592: `polyptr' undeclared (first use in this function)
GD.xs:1592: parse error before "Perl_safesysmalloc"
GD.c: In function `XS_GD__Image_rectangle':
GD.c:2536: parse error before "image"
GD.c:2545: `image' undeclared (first use in this function)
GD.c:2545: called object is not a function
GD.c: In function `XS_GD__Image_filledRectangle':
GD.c:2565: parse error before "image"
GD.c:2574: `image' undeclared (first use in this function)
GD.c:2574: called object is not a function
GD.c: In function `XS_GD__Image_filledEllipse':
GD.c:2594: parse error before "image"
GD.c:2603: `image' undeclared (first use in this function)
GD.c:2603: called object is not a function
GD.c: In function `XS_GD__Image_arc':
GD.c:2623: parse error before "image"
GD.c:2634: `image' undeclared (first use in this function)
GD.c:2634: called object is not a function
GD.c: In function `XS_GD__Image_filledArc':
GD.c:2654: parse error before "image"
GD.c:2666: `image' undeclared (first use in this function)
GD.c:2666: called object is not a function
GD.c: In function `XS_GD__Image_fillToBorder':
GD.c:2692: parse error before "image"
GD.c:2700: `image' undeclared (first use in this function)
GD.c:2700: called object is not a function
GD.c: In function `XS_GD__Image_fill':
GD.c:2720: parse error before "image"
GD.c:2727: `image' undeclared (first use in this function)
GD.c:2727: called object is not a function
GD.c: In function `XS_GD__Image_setBrush':
GD.c:2747: parse error before "image"
GD.c:2752: `image' undeclared (first use in this function)
GD.c:2752: called object is not a function
GD.c:2759: `brush' undeclared (first use in this function)
GD.c:2759: called object is not a function
GD.c: In function `XS_GD__Image_setTile':
GD.c:2779: parse error before "image"
GD.c:2784: `image' undeclared (first use in this function)
GD.c:2784: called object is not a function
GD.c:2791: `tile' undeclared (first use in this function)
GD.c:2791: called object is not a function
GD.c: In function `XS_GD__Image_setThickness':
GD.c:2811: parse error before "image"
GD.c:2816: `image' undeclared (first use in this function)
GD.c:2816: called object is not a function
GD.c: In function `XS_GD__Image_setStyle':
GD.c:2836: parse error before "image"
GD.c:2840: `image' undeclared (first use in this function)
GD.c:2840: called object is not a function
GD.c: In function `XS_GD__Image_colorAllocate':
GD.c:2872: parse error before "image"
GD.c:2881: `image' undeclared (first use in this function)
GD.c:2881: called object is not a function
GD.c: In function `XS_GD__Image_colorAllocateAlpha':
GD.c:2902: parse error before "image"
GD.c:2912: `image' undeclared (first use in this function)
GD.c:2912: called object is not a function
GD.c: In function `XS_GD__Image_colorClosest':
GD.c:2933: parse error before "image"
GD.c:2942: `image' undeclared (first use in this function)
GD.c:2942: called object is not a function
GD.c: In function `XS_GD__Image_colorClosestAlpha':
GD.c:2963: parse error before "image"
GD.c:2973: `image' undeclared (first use in this function)
GD.c:2973: called object is not a function
GD.c: In function `XS_GD__Image_colorClosestHWB':
GD.c:2994: parse error before "image"
GD.c:3003: `image' undeclared (first use in this function)
GD.c:3003: called object is not a function
GD.c: In function `XS_GD__Image_colorExact':
GD.c:3024: parse error before "image"
GD.c:3033: `image' undeclared (first use in this function)
GD.c:3033: called object is not a function
GD.c: In function `XS_GD__Image_colorExactAlpha':
GD.c:3054: parse error before "image"
GD.c:3064: `image' undeclared (first use in this function)
GD.c:3064: called object is not a function
GD.c: In function `XS_GD__Image_colorResolve':
GD.c:3085: parse error before "image"
GD.c:3094: `image' undeclared (first use in this function)
GD.c:3094: called object is not a function
GD.c: In function `XS_GD__Image_colorResolveAlpha':
GD.c:3115: parse error before "image"
GD.c:3125: `image' undeclared (first use in this function)
GD.c:3125: called object is not a function
GD.c: In function `XS_GD__Image_colorsTotal':
GD.c:3146: parse error before "image"
GD.c:3152: `image' undeclared (first use in this function)
GD.c:3152: called object is not a function
GD.c: In function `XS_GD__Image_interlaced':
GD.c:3175: parse error before "image"
GD.c:3181: `image' undeclared (first use in this function)
GD.c:3181: called object is not a function
GD.c: In function `XS_GD__Image_compare':
GD.c:3208: parse error before "image1"
GD.c:3215: `image1' undeclared (first use in this function)
GD.c:3215: called object is not a function
GD.c:3222: `image2' undeclared (first use in this function)
GD.c:3222: called object is not a function
GD.c: In function `XS_GD__Image_colorDeallocate':
GD.c:3243: parse error before "image"
GD.c:3248: `image' undeclared (first use in this function)
GD.c:3248: called object is not a function
GD.c: In function `XS_GD__Image_copy':
GD.c:3268: parse error before "destination"
GD.c:3279: `destination' undeclared (first use in this function)
GD.c:3279: called object is not a function
GD.c:3286: `source' undeclared (first use in this function)
GD.c:3286: called object is not a function
GD.c: In function `XS_GD__Image_copyResized':
GD.c:3306: parse error before "destination"
GD.c:3319: `destination' undeclared (first use in this function)
GD.c:3319: called object is not a function
GD.c:3326: `source' undeclared (first use in this function)
GD.c:3326: called object is not a function
GD.c: In function `XS_GD__Image_copyResampled':
GD.c:3346: parse error before "destination"
GD.c:3359: `destination' undeclared (first use in this function)
GD.c:3359: called object is not a function
GD.c:3366: `source' undeclared (first use in this function)
GD.c:3366: called object is not a function
GD.c: In function `XS_GD__Image_copyMerge':
GD.c:3386: parse error before "destination"
GD.c:3398: `destination' undeclared (first use in this function)
GD.c:3398: called object is not a function
GD.c:3405: `source' undeclared (first use in this function)
GD.c:3405: called object is not a function
GD.c: In function `XS_GD__Image_copyMergeGray':
GD.c:3425: parse error before "destination"
GD.c:3437: `destination' undeclared (first use in this function)
GD.c:3437: called object is not a function
GD.c:3444: `source' undeclared (first use in this function)
GD.c:3444: called object is not a function
GD.c: In function `XS_GD__Image_paletteCopy':
GD.c:3464: parse error before "destination"
GD.c:3469: `destination' undeclared (first use in this function)
GD.c:3469: called object is not a function
GD.c:3476: `source' undeclared (first use in this function)
GD.c:3476: called object is not a function
GD.c: In function `XS_GD__Image_char':
GD.c:3496: parse error before "image"
GD.c:3505: `image' undeclared (first use in this function)
GD.c:3505: called object is not a function
GD.c:3512: `font' undeclared (first use in this function)
GD.c:3512: called object is not a function
GD.c: In function `XS_GD__Image_charUp':
GD.c:3532: parse error before "image"
GD.c:3541: `image' undeclared (first use in this function)
GD.c:3541: called object is not a function
GD.c:3548: `font' undeclared (first use in this function)
GD.c:3548: called object is not a function
GD.c: In function `XS_GD__Image_string':
GD.c:3568: parse error before "image"
GD.c:3577: `image' undeclared (first use in this function)
GD.c:3577: called object is not a function
GD.c:3584: `font' undeclared (first use in this function)
GD.c:3584: called object is not a function
GD.c: In function `XS_GD__Image_stringUp':
GD.c:3604: parse error before "image"
GD.c:3613: `image' undeclared (first use in this function)
GD.c:3613: called object is not a function
GD.c:3620: `font' undeclared (first use in this function)
GD.c:3620: called object is not a function
GD.xs: In function `XS_GD__Image_stringFT':
GD.xs:2120: `gdImagePtr' undeclared (first use in this function)
GD.xs:2120: parse error before "img"
GD.xs:2130: `gdFTStringExtra' undeclared (first use in this function)
GD.xs:2130: parse error before "strex"
GD.xs:2140: `img' undeclared (first use in this function)
GD.xs:2140: parse error before "tmp"
GD.xs:2149: `strex' undeclared (first use in this function)
GD.xs:2153: `gdFTEX_LINESPACE' undeclared (first use in this function)
GD.xs:2157: `gdFTEX_CHARMAP' undeclared (first use in this function)
GD.xs:2159: `gdFTEX_Unicode' undeclared (first use in this function)
GD.xs:2161: `gdFTEX_Shift_JIS' undeclared (first use in this function)
GD.xs:2163: `gdFTEX_Big5' undeclared (first use in this function)
GD.xs:2184: warning: assignment makes pointer from integer without a
cast
GD.xs:2188: warning: assignment makes pointer from integer without a
cast
GD.c: In function `XS_GD__Image_stringFTCircle':
GD.c:3747: parse error before "image"
GD.c:3767: `image' undeclared (first use in this function)
GD.c:3767: called object is not a function
GD.c: In function `XS_GD__Image_useFontConfig':
GD.c:3812: parse error before "image"
GD.c:3822: `image' undeclared (first use in this function)
GD.c:3822: called object is not a function
GD.c: In function `XS_GD__Image_alphaBlending':
GD.c:3849: parse error before "image"
GD.c:3854: `image' undeclared (first use in this function)
GD.c:3854: called object is not a function
GD.c: In function `XS_GD__Image_saveAlpha':
GD.c:3874: parse error before "image"
GD.c:3879: `image' undeclared (first use in this function)
GD.c:3879: called object is not a function
GD.c: In function `XS_GD__Image_clip':
GD.c:3900: parse error before "image"
GD.c:3908: `image' undeclared (first use in this function)
GD.c:3908: called object is not a function
GD.c: In function `XS_GD__Image_setAntiAliased':
GD.c:3940: parse error before "image"
GD.c:3945: `image' undeclared (first use in this function)
GD.c:3945: called object is not a function
GD.c: In function `XS_GD__Image_setAntiAliasedDontBlend':
GD.c:3965: parse error before "image"
GD.c:3971: `image' undeclared (first use in this function)
GD.c:3971: called object is not a function
GD.xs: In function `XS_GD__Font_load':
GD.xs:2350: `gdFontPtr' undeclared (first use in this function)
GD.xs:2350: parse error before "font"
GD.c:4008: parse error before "RETVAL"
GD.xs:2362: `font' undeclared (first use in this function)
GD.xs:2362: parse error before "Perl_safesysmalloc"
GD.xs:2393: `RETVAL' undeclared (first use in this function)
GD.c: In function `XS_GD__Font_DESTROY':
GD.c:4071: parse error before "self"
GD.c:4075: `self' undeclared (first use in this function)
GD.c:4075: called object is not a function
GD.c: In function `XS_GD__Font_Small':
GD.c:4103: parse error before "RETVAL"
GD.xs:2420: `RETVAL' undeclared (first use in this function)
GD.c: In function `XS_GD__Font_Large':
GD.c:4129: parse error before "RETVAL"
GD.xs:2431: `RETVAL' undeclared (first use in this function)
GD.c: In function `XS_GD__Font_Giant':
GD.c:4155: parse error before "RETVAL"
GD.xs:2442: `RETVAL' undeclared (first use in this function)
GD.c: In function `XS_GD__Font_MediumBold':
GD.c:4181: parse error before "RETVAL"
GD.xs:2453: `RETVAL' undeclared (first use in this function)
GD.c: In function `XS_GD__Font_Tiny':
GD.c:4207: parse error before "RETVAL"
GD.xs:2464: `RETVAL' undeclared (first use in this function)
GD.c: In function `XS_GD__Font_nchars':
GD.c:4232: parse error before "font"
GD.c:4238: `font' undeclared (first use in this function)
GD.c:4238: called object is not a function
GD.c: In function `XS_GD__Font_offset':
GD.c:4259: parse error before "font"
GD.c:4265: `font' undeclared (first use in this function)
GD.c:4265: called object is not a function
GD.c: In function `XS_GD__Font_width':
GD.c:4286: parse error before "font"
GD.c:4292: `font' undeclared (first use in this function)
GD.c:4292: called object is not a function
GD.c: In function `XS_GD__Font_height':
GD.c:4313: parse error before "font"
GD.c:4319: `font' undeclared (first use in this function)
GD.c:4319: called object is not a function
make: *** [GD.o] Error 1
  /usr/bin/make  -- NOT OK
Running make test
  Can't test without successful make
Running make install
  make had returned bad status, install seems impossible
Running make for U/UN/UNRTST/Authen-Captcha-1.023.tar.gz
  Is already unwrapped into
directory /root/.cpan/build/Authen-Captcha-1.023

  CPAN.pm: Going to build U/UN/UNRTST/Authen-Captcha-1.023.tar.gz

cp Captcha/images/8.png blib/lib/Authen/Captcha/images/8.png
cp Captcha/images/s.png blib/lib/Authen/Captcha/images/s.png
cp Captcha/images/a.png blib/lib/Authen/Captcha/images/a.png
cp Captcha/images/l.png blib/lib/Authen/Captcha/images/l.png
cp Captcha/images/z.png blib/lib/Authen/Captcha/images/z.png
cp Captcha/images/5.png blib/lib/Authen/Captcha/images/5.png
cp Captcha/images/b.png blib/lib/Authen/Captcha/images/b.png
cp Captcha/images/9.png blib/lib/Authen/Captcha/images/9.png
cp Captcha/images/4.png blib/lib/Authen/Captcha/images/4.png
cp Captcha/images/6.png blib/lib/Authen/Captcha/images/6.png
cp Captcha/images/background2.png
blib/lib/Authen/Captcha/images/background2.png
cp Captcha/images/c.png blib/lib/Authen/Captcha/images/c.png
cp Captcha/images/g.png blib/lib/Authen/Captcha/images/g.png
cp Captcha/images/v.png blib/lib/Authen/Captcha/images/v.png
cp Captcha/images/y.png blib/lib/Authen/Captcha/images/y.png
cp Captcha/images/u.png blib/lib/Authen/Captcha/images/u.png
cp Captcha/images/q.png blib/lib/Authen/Captcha/images/q.png
cp Captcha/images/p.png blib/lib/Authen/Captcha/images/p.png
cp Captcha/images/3.png blib/lib/Authen/Captcha/images/3.png
cp Captcha/images/background4.png
blib/lib/Authen/Captcha/images/background4.png
cp Captcha/images/d.png blib/lib/Authen/Captcha/images/d.png
cp Captcha/images/h.png blib/lib/Authen/Captcha/images/h.png
cp Captcha/images/background3.png
blib/lib/Authen/Captcha/images/background3.png
cp Captcha/images/n.png blib/lib/Authen/Captcha/images/n.png
cp Captcha/images/o.png blib/lib/Authen/Captcha/images/o.png
cp Captcha/images/f.png blib/lib/Authen/Captcha/images/f.png
cp Captcha/images/Thumbs.db blib/lib/Authen/Captcha/images/Thumbs.db
cp Captcha.pm blib/lib/Authen/Captcha.pm
cp Captcha/images/2.png blib/lib/Authen/Captcha/images/2.png
cp Captcha/images/j.png blib/lib/Authen/Captcha/images/j.png
cp Captcha/images/x.png blib/lib/Authen/Captcha/images/x.png
cp Captcha/images/background5.png
blib/lib/Authen/Captcha/images/background5.png
cp Captcha/images/k.png blib/lib/Authen/Captcha/images/k.png
cp Captcha/images/7.png blib/lib/Authen/Captcha/images/7.png
cp Captcha/images/e.png blib/lib/Authen/Captcha/images/e.png
cp Captcha/images/i.png blib/lib/Authen/Captcha/images/i.png
cp Captcha/images/w.png blib/lib/Authen/Captcha/images/w.png
cp Captcha/images/m.png blib/lib/Authen/Captcha/images/m.png
cp Captcha/images/r.png blib/lib/Authen/Captcha/images/r.png
cp Captcha/images/t.png blib/lib/Authen/Captcha/images/t.png
cp Captcha/images/background1.png
blib/lib/Authen/Captcha/images/background1.png
Manifying blib/man3/Authen::Captcha.3
  /usr/bin/make  -- OK
Running make test
PERL_DL_NONLAZY=1 /usr/local/bin/perl "-MExtUtils::Command::MM" "-e"
"test_harness(0, 'blib/lib', 'blib/arch')" t/*.t
t/1....Can't locate GD.pm in @INC (@INC
contains: /root/.cpan/build/Authen-Captcha-1.023/blib/lib 
/root/.cpan/build/Authen-Captcha-1.023/blib/arch 
/usr/local/lib/perl5/5.8.0/i686-linux /usr/local/lib/perl5/5.8.0/i686-linux 
/usr/local/lib/perl5/5.8.0 /usr/local/lib/perl5/site_perl/5.8.0/i686-linux 
/usr/local/lib/perl5/site_perl/5.8.0/i686-linux 
/usr/local/lib/perl5/site_perl/5.8.0 
/usr/local/lib/perl5/site_perl/5.8.0/i686-linux 
/usr/local/lib/perl5/site_perl/5.8.0 /usr/local/lib/perl5/site_perl . 
/usr/local/lib/perl5/5.8.0/i686-linux /usr/local/lib/perl5/5.8.0 
/usr/local/lib/perl5/site_perl/5.8.0/i686-linux 
/usr/local/lib/perl5/site_perl/5.8.0 /usr/local/lib/perl5/site_perl .) at 
/root/.cpan/build/Authen-Captcha-1.023/blib/lib/Authen/Captcha.pm line 11.
BEGIN failed--compilation aborted
at /root/.cpan/build/Authen-Captcha-1.023/blib/lib/Authen/Captcha.pm
line 11.
Compilation failed in require at t/1.t line 22.
BEGIN failed--compilation aborted at t/1.t line 22.
t/1....dubious
        Test returned status 2 (wstat 512, 0x200)
FAILED--1 test script could be run, alas--no output ever seen
make: *** [test_dynamic] Error 2
  /usr/bin/make test -- NOT OK
Running make install
  make test had returned bad status, won't install without force
Failed during this command:
  LDS/GD-2.34.tar.gz                           : make NO
  UNRTST/Authen-Captcha-1.023.tar.gz           : make_test NO


-----------------------------------------------------------------


Thanks Again!
Rick





-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
<http://learn.perl.org/> <http://learn.perl.org/first-response>


Reply via email to