Steve,
I deleted my .rrd's that were created to test if they are being created when i run mrtg. So far they were recreated when I ran mrtg. I checked the log file, for Apache, and this is what I found.
[Wed Jun 27 10:18:19 2007] [error] [client 192.168.1.152] File does not exist: /var/www/mrtg/192.168.1.150_1-day.png, referer:
http://192.168.1.236/mrtg/
[Wed Jun 27 10:18:19 2007] [error] [client 192.168.1.152] File does not exist: /var/www/mrtg/192.168.1.150_2-day.png, referer:
http://192.168.1.236/mrtg/
[Wed Jun 27 10:18:19 2007] [error] [client 192.168.1.152] File does not exist: /var/www/mrtg/192.168.1.150_3-day.png, referer:
http://192.168.1.236/mrtg/
[Wed Jun 27 10:18:19 2007] [error] [client 192.168.1.152] File does not exist: /var/www/mrtg/favicon.ico
[Wed Jun 27 10:18:19 2007] [error] [client 192.168.1.152] File does not exist: /var/www/mrtg/favicon.ico
[Wed Jun 27 10:18:49 2007] [error] [client 192.168.1.152] Undefined subroutine &RRDs::last called at /usr/lib/cgi-bin/routers2.cgi line 6660., referer:
http://192.168.1.236/cgi-bin/routers2.cgi
Line 6660 is

" $lastupdate = RRDs::last($rrd);" which is part of # Last Update Stuff
I know it is weak of me to ask, but I am not sure how to run that script nor to find multiple instances of the RRD libraries. I ran a find but I am not sure of the file name for the RRD Libraries.
Also, when i ran the intall.pl I noticed this:
Checking Perl libraries...
RRDs library found correctly.
However, it is too old a version. You must upgrade to at least version 1.0.29
in order to avoid a known bug.
however I installed rrdtool-1.2.20. I did a find / -name "rrd*" and found no other instances of rrdtool anywhere. Though I did find multiple instances of RRDs.pm in various locations and I am not sure if the above message refers to the .pm file or libraries.. Thanks for you help by the way I do appreciate it