--- Teren <[EMAIL PROTECTED]> wrote:
> Hi, I recently upgraded my box to php 4.3.4 and i copied the current
> configure line and then ran it in the un-tared directory. I ran make,
> then make install. I tried to restart apache and it wouldn't restart.
> Any ideas? I tried the things that were on google but those didn't work.
> The apache error log said it couldn't bind to port 80, but i'm 100% sure
> it's the php upgrade problem, not apache.

Try not to say you're 100% sure about something unless you are.

The "problem" is just that there is already a process bound to port 80. It
is probably Apache. Try running something like this to see what's there:

netstat --inet --listening -p | grep http

Hope that helps.

Chris

=====
My Blog
     http://shiflett.org/
HTTP Developer's Handbook
     http://httphandbook.org/
RAMP Training Courses
     http://www.nyphp.org/ramp

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to