Re: [PHP] can't restart apache, help needed

2001-04-10 Thread Felix Kronlage

On Tue, Apr 10, 2001 at 12:02:45PM +0200, Thomas Angst wrote:

 /etc/init.d/apache restart
 is the http server no more starteable.
 what's going wrong here, I didn't have any problems with the older version
 of the suse linux and PHP4, if anyone has an idea how to rerun the apache
 without a completly new compilation of it please tell me

what do the logs say? (error-log of apache)
what does 'httpd -X' do?

-fkr
-- 
gpg-fingerprint: 076E 1E87 3E05 1C7F B1A0  8A48 0D31 9BD3 D9AC 74D0 
  |http://www.hazardous.org/ | whois -h whois.ripe.de FKR-RIPE  |
  |all your base are belong to us  |  shame on me  | fkr@IRCnet | 


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]




Re: [PHP] can't restart apache, help needed

2001-04-10 Thread Alexander Wagner

Thomas Angst wrote:
 ./configure --with-axps=/usr/sbin/apxs
 make
 make install and
 /etc/init.d/apache restart
 is the http server no more starteable.

What is the exact error-message? What does 
/sbin/init.d/apache configtest
say?

regards
Wagner

-- 
Assumption is the mother of all fuck-ups.

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]




Re: [PHP] can't restart apache, help needed

2001-04-10 Thread Thomas Angst

I didn't get any further errors as this in /ver/log/httpd/error_log:
PHP Warning:  Function registration failed - duplicate name - define in
Unknown on line 0
PHP Warning:  Function registration failed - duplicate name - defined in
Unknown on line 0
PHP Warning:  Function registration failed - duplicate name - each in
Unknown on line 0
PHP Warning:  Function registration failed - duplicate name - strlen in
Unknown on line 0
PHP Warning:  Function registration failed - duplicate name - strcmp in
Unknown on line 0
PHP Warning:  Function registration failed - duplicate name - strcasecmp in
Unknown on line 0
PHP Warning:  Function registration failed - duplicate name -
error_reporting in Unknown on line 0
PHP Warning:  Function registration failed - duplicate name - leak in
Unknown on line 0
PHP Warning:  Function registration failed - duplicate name -
function_exists in Unknown on line 0
PHP Warning:  Basic Functions:  Unable to register functions, unable to load
in Unknown on line 0

and /sbin/init.d does no more exist

Thomas



-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]




Re: [PHP] can't restart apache, help needed

2001-04-10 Thread Lindsay Adams

do you have php3 installed still?
if so, your mime types might be conflicting or something



On 4/10/01 3:35 AM, "Thomas Angst" [EMAIL PROTECTED] wrote:

 I didn't get any further errors as this in /ver/log/httpd/error_log:
 PHP Warning:  Function registration failed - duplicate name - define in
 Unknown on line 0
 PHP Warning:  Function registration failed - duplicate name - defined in
 Unknown on line 0
 PHP Warning:  Function registration failed - duplicate name - each in
 Unknown on line 0
 PHP Warning:  Function registration failed - duplicate name - strlen in
 Unknown on line 0
 PHP Warning:  Function registration failed - duplicate name - strcmp in
 Unknown on line 0
 PHP Warning:  Function registration failed - duplicate name - strcasecmp in
 Unknown on line 0
 PHP Warning:  Function registration failed - duplicate name -
 error_reporting in Unknown on line 0
 PHP Warning:  Function registration failed - duplicate name - leak in
 Unknown on line 0
 PHP Warning:  Function registration failed - duplicate name -
 function_exists in Unknown on line 0
 PHP Warning:  Basic Functions:  Unable to register functions, unable to load
 in Unknown on line 0
 
 and /sbin/init.d does no more exist
 
 Thomas
 
 


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]