You might try throwing together a quick phpinfo() page to see if it
matches what you're expecting.  (Paying particular attention to the
configure string and build date that it reports.)

Once in a while, I get into a case where, even after I've done a fresh
configure and make/make install, I still end up with my previous version
of the PHP binary.  A 'make clean' (and, sometimes, an 'rm
/usr/local/apache/libexec/libphp4.so') followed by another make/make
install is usually enough to set this straight.


---
Mark Roedel           | "Blessed is he who has learned to laugh
Systems Programmer    |  at himself, for he shall never cease
LeTourneau University |  to be entertained."
Longview, Texas, USA  |                          -- John Powell


> -----Original Message-----
> From: Ed Lazor [mailto:[EMAIL PROTECTED]] 
> Sent: Thursday, January 31, 2002 10:01 AM
> To: [EMAIL PROTECTED]
> Subject: [PHP] PHP Graphics Support
> 
> 
> I must be doing something wrong and I'm wondering if someone 
> here can help me figure out what it is.  The goal is to add
> graphics support to my PHP installation.  The test is a web
> page with the imagecreate function.  Right now I receive
> Fatal Error:  call to undefined function.

--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to