I hate to ask another question about graphs and what not, but none of the solutions I have found in the forums have solved my problem. My graphs were working up until last week, and I have not changed anything on the server. The only thing that has happened, is I ran out of disk space, I deleted some old downloads and freed up about 26GB, but I did this after the graphs stopped working.
At first I thought php simply needed to be reinstalled, so I recompiled php:
That is the same ./configure line I used previously, and I had no trouble with my graphs. I restarted apache with high expectations only to find the same problem. I then figured something must be wrong with my php install so I setup a phpinfo() page to check for gd. Sure enough it's enabled. I then figured I would install the latest Zabbix v1.1a7 (I had v1.1a5), and by some miracle things might start working. But no, still no graphs.
Might anyone have any suggestions? I really do not know where to go next. I will not install php in rpm format as I ran into troubles with it for some other items. This all ran fine up until a few days ago....so I won't consider an rpm install solution. Thanx.
fyi http://www.mike3d.net/info.php --- phpinfo();
At first I thought php simply needed to be reinstalled, so I recompiled php:
Code:
<bash> make clean <bash> ./configure --with-apxs2=/usr/local/apache2/bin/apxs --with-mysql --enable-ftp --with-gd --with-jpeg-dir --with-zlib-dir=ext/zlib <bash> make <bash> apachectl stop <bash> make install <bash> apachectl start
Might anyone have any suggestions? I really do not know where to go next. I will not install php in rpm format as I ran into troubles with it for some other items. This all ran fine up until a few days ago....so I won't consider an rpm install solution. Thanx.
fyi http://www.mike3d.net/info.php --- phpinfo();
Comment