FYI: I found my own solution and after HOURS!!! searching thru forums and search engine hits NOTHING
If anyone else comes to this problem here was my solution:
File causing the problem is: "Curl.php"
From package: Mage_Adminhtml
Location: /app/code/core/Mage/Adminhtml/Block/Notification
Line codes to fix:
Needs to be as listed below:
Line 42: protected $_curlVersion;
Line 59: && !version_compare($this->_curlVersion['version'], $this->REQUIRED_CURL_VERSION, '>=')
Line 77: $this->REQUIRED_CURL_VERSION
After I made these changes to Curl.php and uploaded to the server my Systems>Configuration panel came back.
Hope this helps the next person