|
|
| Author |
Message |
runlikeanantelope
Joined: 15 Feb 2007 Posts: 44
|
Posted: Mon Mar 12, 2007 2:53 pm Post subject: Missing PHP Module GD? (solved) |
|
|
I know I have GD loaded because MRTG is running properly on this Red Hat server. How do I link GD to cacti (or weathermap)...or do I have other issues here as well?
03/12/2007 02:50:02 PM - WEATHERMAP: Poller[0] Required modules for PHP Weathermap were not present. Not running.
Available in your command-line php program. Please check the output from 'php -i' and your 'php.ini' to be sure!
IMPORTANT: Just because mod_php and php_info() shows gd in a webpage, it doesn't mean it's
03/12/2007 02:50:02 PM - WEATHERMAP: Poller[0]
No image (gd) extension is loaded. This is required by weathermap.
03/12/2007 02:50:02 PM - WEATHERMAP: Poller[0]
03/12/2007 02:50:02 PM - WEATHERMAP: Poller[0] Weathermap 0.82 in da house
Last edited by runlikeanantelope on Wed Mar 14, 2007 2:15 pm; edited 1 time in total |
|
| Back to top |
|
 |
Howie Cacti Guru User
Joined: 16 Sep 2004 Posts: 2036 Location: United Kingdom
|
Posted: Mon Mar 12, 2007 2:57 pm Post subject: Re: Missing PHP Module GD? |
|
|
| runlikeanantelope wrote: | I know I have GD loaded because MRTG is running properly on this Red Hat server. How do I link GD to cacti (or weathermap)...or do I have other issues here as well?
03/12/2007 02:50:02 PM - WEATHERMAP: Poller[0] Required modules for PHP Weathermap were not present. Not running.
Available in your command-line php program. Please check the output from 'php -i' and your 'php.ini' to be sure!
IMPORTANT: Just because mod_php and php_info() shows gd in a webpage, it doesn't mean it's
03/12/2007 02:50:02 PM - WEATHERMAP: Poller[0]
No image (gd) extension is loaded. This is required by weathermap.
03/12/2007 02:50:02 PM - WEATHERMAP: Poller[0]
03/12/2007 02:50:02 PM - WEATHERMAP: Poller[0] Weathermap 0.82 in da house |
MRTG uses GD, but Weathermap uses the php GD extension, which is a piece of code that sites between PHP and GD. So you're only halfway there...
I don't use RedHat too much these days, but I'd look for an RPM named something like php-gd or php5-gd. |
|
| Back to top |
|
 |
runlikeanantelope
Joined: 15 Feb 2007 Posts: 44
|
Posted: Wed Mar 14, 2007 2:15 pm Post subject: |
|
|
| Thanks - I ran up2date php-gd and it installed what I needed |
|
| Back to top |
|
 |
|