Aditya Dhekney wrote:

> here is the bit from my error_log: (I don't know how much is usefull)
> 
....
> [Mon Jul  9 22:34:36 2001] [notice] caught SIGTERM, shutting down
> [Mon Jul  9 22:37:14 2001] [notice] Apache/1.3.12 (Unix)  (Red Hat/Linux)
> mod_ss
> l/2.6.6 OpenSSL/0.9.5a DAV/1.0.1 PHP/4.0.6 mod_perl/1.24 configured --
> resuming
> normal operations
> [Tue Jul 10 14:14:11 2001] [crit] (98)Address already in use: make_sock:
> could n
> ot bind to port 80

Looks like another apache is still running. Shutdown apache, and try

# ps auxw | grep httpd | grep -v grep

If that still shows httpd processes:

# killall httpd

Lather, rinse, repeat.

Then start apache again. There should be no message like above.

> PHP Warning:  Unable to load dynamic library
> '/usr/local/lib/php/20001222/midgar
> d.so' - undefined symbol: midgard_user_call_func in Unknown on line 0

Hrghghhhh... when are we going to see the end of this? David, you'll
need to look into this. I have no idea where to start.

Emile


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to