Honestly, I've never seen anything so ridiculous. How is one to know that in order to get one program to work you have to install 28 others. I'm not trying to be a smart ass here, but seriously - No where in any documentation I've read does it say I need to install all these other packages. Would it just not be simpler to add them to the original package, and then check whether or not it's installed - if not, install it. Or at the very least include all the packages needed and the user can install them if need be. By the way, I never saw Marks post - it might have saved me some time if I had though. Thanks to everyone. B -----Original Message----- From: chris smith [mailto:dmagick@xxxxxxxxx] Sent: June 23, 2006 6:11 PM To: Beauford Cc: php-general@xxxxxxxxxxxxx Subject: Re: GD problems On 6/24/06, Beauford <php-user@xxxxxxxxxx> wrote: > > Here's something else I just noticed. When I run the script below in > Windows it works fine, in Linux I get this error: > > Fatal error: Call to undefined function bcmod() in > /usr/local/apache/htdocs/home/cap.php on line 62 David told you about this 3-4 replies ago. http://marc.theaimsgroup.com/?l=php-general&m=115095875203362&w=2 bcmod is a bcmath function, if you don't have bcmath installed you can't use that function. http://www.php.net/manual/en/ref.bc.php -- Postgresql & php tutorials http://www.designmagick.com/ -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php