Home > Archive > PHP Language > July 2006 > fsockopen on fc4 problem
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
| Author |
fsockopen on fc4 problem
|
|
| kees hessels 2006-07-04, 6:57 pm |
| Hi there,
I have lampp installed on fedora fc4, everything works ok, however with the
fsockopen (php) it returns with an E_WARNING that there is no route to
host and a false handle is given.
save_mode on or off makes no difference and the firewall is disabled
Is this a known problem, how can i get this function to work?
TIA,
Kees.
| |
| Colin McKinnon 2006-07-05, 6:56 pm |
| kees hessels wrote:
> I have lampp installed on fedora fc4, everything works ok, however with
> the fsockopen (php) it returns with an E_WARNING that there is no route to
> host and a false handle is given.
> save_mode on or off makes no difference and the firewall is disabled
> Is this a known problem, how can i get this function to work?
No and you should set up a route to the host.
This is very unlikely to be a problem with PHP - try setting up the
connection using netcat and telnet first.
If that works (and I'd be very surprised if it did) then tell us what you
did with the programs to get it to work, and what you did with PHP which
didn't (hostnames, what they resolve to, ports, routing info).
If it doesn't work - go find a friendly OS or networking newsgroup to ask
in.
C.
|
|
|
|
|