UPDATE: SOLVED
Ok...I actually got it figured out. Orginally I just had done this per the other forum posts...
Code:
root@host /scripts/perlinstaller Compress::Raw::Zlib;/scripts/perlinstaller --force Scalar::Util;
And that did not seem to do the trick.
After that I just wanted to make sure that everything was up to date so I did this...
Code:
cd /scripts;./updatenow;./upcp ---force;./mysqlup --force;./exim4 --force;./fixeverything;
((the above took quite awhile to run))
Then after the above was done I ran this AGAIN...
Code:
root@host /scripts/perlinstaller Compress::Raw::Zlib;/scripts/perlinstaller --force Scalar::Util;
Everything is now working. My thanks go out to carluk for his help in trying to help me troubleshoot this.