Hi Guys,
I've had a look around and found some great info, but have not been able to solve my particular issue, so I hope nobody minds me posting this up. 
I've been trying to install zen-cart 1.38a on my own personal Fedora linux box, however I am presented with the following errors on the 'Prerequisites' page...
# CURL problems detected: 6 => Couldn't resolve host 'www.zen-cart.com' more info...
# CURL requires SSL support. Please notify webmaster or hosting company. 6 => Couldn't resolve host 'www.zen-cart.com' more info...
# CURL problems detected: 5 => Couldn't resolve proxy 'proxy.shr.secureserver.net' more info...
# CURL requires SSL support. Please notify webmaster or hosting company. 5 => Couldn't resolve proxy 'proxy.shr.secureserver.net' more info...
I've checked my phpinfo which reports..
curl
cURL support enabled
cURL Information libcurl/7.18.2 NSS/3.12.0.3 zlib/1.2.3 libidn/0.6.14
The machine is connected to the internet and I have also successfully called "curl www.zen-cart.com" and received back the zen-cart homepage.
I have also tried browsing to the /extras/curltest.php page on my server but I am greeted with the following response...
PHP Code:
6 Couldn't resolve host 'www.zen-cart.com'
Array
(
[url] => "http://www.zen-cart.com/testcurl.php"
[http_code] => 0
[header_size] => 0
[request_size] => 0
[filetime] => -1
[ssl_verify_result] => 0
[redirect_count] => 0
[total_time] => 0
[namelookup_time] => 0
[connect_time] => 0
[pretransfer_time] => 0
[size_upload] => 0
[size_download] => 0
[speed_download] => 0
[speed_upload] => 0
[download_content_length] => 0
[upload_content_length] => 0
[starttransfer_time] => 0
[redirect_time] => 0
)
When I execute curltest.php directly on the server with "php curltest.php" I get a more promising...
PHP Code:
(
[url] => "http://www.zen-cart.com/testcurl.php"
[content_type] => text/html
[http_code] => 200
[header_size] => 139
[request_size] => 174
[filetime] => -1
[ssl_verify_result] => 0
[redirect_count] => 0
[total_time] => 0.293161
[namelookup_time] => 0.002969
[connect_time] => 0.135104
[pretransfer_time] => 0.13511
[size_upload] => 37
[size_download] => 2141
[speed_download] => 7303
[speed_upload] => 126
[download_content_length] => 0
[upload_content_length] => 0
[starttransfer_time] => 0.288619
[redirect_time] => 0
)
The weird thing is I can install 1.37 without any problems.
Any help or pointers would be greatly appreciated.
Bookmarks