This is a discussion on RE: [PHP] undefined function imagecreate() within the PHP General forums, part of the PHP Programming Forums category; [snip] What am I looking for in the output of phpinfo? Must I alter extensions in php.ini? Is this ...
|
|||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
[snip]
What am I looking for in the output of phpinfo? Must I alter extensions in php.ini? Is this gd librabry not inlcuded in the originial install of php? [/snip] You are looking to see soemthing like this in the Configure Command section Configure Command './configure' '--with-apxs=/usr/local/sbin/apxs' '--with-config-file-path=/usr/local/etc' '--enable-versioning' '--with-system-regex' '--disable-debug' '--enable-track-vars' '--with-zlib' '--with-mysql=/usr/local' '--prefix=/usr/local/' '--enable-ftp' 'i386--freebsd4.5' '--with-jpeg-dir=/usr/local' '-with-png-dir=/usr/local' '--with-gd=/usr/local' See '--with-gd=/usr/local' You shouldn't have to mess with php.ini. GD library may not be compiled with PHP dependent upon the version. |