On Fri, 2008-10-10 at 16:29 -0500, opc@xxxxxxxxxxx wrote: > > > Hi forum > > I install library GD in Centos with > > yum install php-gd > > I follow your instructions and install, > but when i execute phpinfo( ), i see the next > > './configure' '--build=i686-redhat-linux-gnu' '..... without-gdbm' > '--with-gettext' '--with-gmp' '--with-iconv' '--with-jpeg-dir=/usr' > '--with-png' '--without-gd' ....... > > and > > gd > > > > GD Support > enabled > > > GD Version > bundled (2.0.28 compatible) > > > FreeType Support > enabled > > > FreeType Linkage > with freetype > > > FreeType Version > 2.2.1 > > > GIF Read Support > enabled > > > GIF Create Support > enabled > > > JPG Support > enabled > > > PNG Support > enabled > > > WBMP Support > enabled > > > XBM Support > enabled > > > > > But don't work with instructions of this library > . > > And in other server install XAMPP and work very good the same > code, but need work in first server. > > And other server the > result phpinfo( ) is > > --with-gdbm=/opt/lampp > --with-jpeg-dir=/opt/lampp --with-png-dir=/opt/lampp > --with-freetype-dir=/opt/lampp --with-gd > > I think when > re-compile the php don't suport instruction --with-gd > > You > can help me please. > > Thanks. > > > > > Have you configured your php.ini to point to the right GD library? Usually it'll be a .so or .dll file with 'gd' somewhere in the name. You probably will just have to uncomment the line that references the library and restart your web server (Apache, not the computer) Ash www.ashleysheridan.co.uk -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php