PDA

View Full Version : Error: Didn't receive 200 OK from remote server


S.Dawood
01-12-2008, 07:00 PM
Dear friends
I am installing centreon-1.4.2.3 in CentOS 4.4.
After Text based installation(running ./install.sh), I have started web bases installation but in 5th step (Verifying PHP Pear Component) I have been stopped :-( because of non-existence of some PEARs. Then I have tried to install them by below command but I have received an error : :confused:

[root@Nagios ~]# pear install -o -f --alldeps DB_DataObject DB_DataObject_FormBuilder MDB2 Date Numbers_Roman Numbers_Words HTML_Common HTML_QuickForm HTML_QuickForm_advmultiselect HTML_Table Auth_SASL Image_Canvas Image_Color Image_Graph Image_GraphViz Net_Traceroute Net_Ping Validate SOAP

HTTP error, got response: HTTP/1.1 404 Not Found
Didn't receive 200 OK from remote server. (HTTP/1.1 404 Not Found)

Do you have any solution for it ... I have searched a lot in Internet but its result was nothing ...please guide me if you have experience about this problem...thanks

xspoon
01-12-2008, 10:42 PM
Hi,

I recently encontred this problem so I think this is a http proxy issue.

you can try:

# pear config-set http_proxy http://example.com:8080

However, depending on the filtering rules of your proxy, you may still have problem parsing the XML/REST files of the pear repository; if this should happen, you should contact the proxy's administrator.

Hope this helps,

regards.

s24sean
01-17-2008, 04:19 AM
I am having the same issue. Granted, I do not know anything about pear.

So I am simply trying to copy and past my way to victory.

[root@nwcac1s24dca ~]# pear install -o -f --alldeps DB_DataObject DB_DataObject_FormBuilder MDB2 Date Numbers_Roman Numbers_Words HTML_Common HTML_QuickForm HTML_QuickForm_advmultiselect HTML_Table Auth_SASL Image_Canvas Image_Color Image_Graph Image_GraphViz Mail_Mime Net_Traceroute Net_Ping Validate SOAP
HTTP error, got response: HTTP/1.1 404 Not Found
Didn't receive 200 OK from remote server. (HTTP/1.1 404 Not Found)
[root@nwcac1s24dca ~]#

I do not have a proxy, and verified I can connect to the public internet on port 80 and 443

Any help is appreciated.

s24sean
01-17-2008, 04:29 AM
http://pear.php.net/

S.Dawood
01-20-2008, 04:36 PM
problem has been solved ...I had not created my ODS database in mysql ! :)