02142006 1947 GMT-6 Im working with images with PHP. It calls for gdlib. I read on the http://www.boutell.com/gd that gdlib was compiled in php 5.x by default. However, when I run <?php print_r(gd_info()); ?> I get an error. So that means its not active by default. My question is, how would I go about getting this feature installed? Wade