Re: apache+mod_ssl-1.3.41+2.8.31 crashing with mod_php5

2008-03-10 Thread Mel
On Monday 10 March 2008 03:16:44 Chris Maness wrote:

 OK, after I was able to get apache to load without crashing, none of my
 php aps worked correctly.  I suppose this had to do with me deleting

 extensions.ini and only rebuilding php5 and not its dependencies.  Well,
 after rebuilding all of the deps, I now have a extensions.ini file again. 
 I tried re-arranging as suggested in the archive, but this did not solve
 the problem.  I am only having this issue on my 7.0-R box.  6.3-R seems to
 be working ok, but I haven't been fooling with it.  I am having the issue
 on my test box.

Hmm, worked correctly is about as broad as slow internet. Can you be sure 
the errors are related?
First try to make sure, the core dump is gone (php -v shouldn't coredump), 
then resolve the errors in your apps. They might be caused by different 
issues, like you're missing a module, paths changed, dunno. Will have to see 
the errors :)

-- 
Mel

Problem with today's modular software: they start with the modules
and never get to the software part.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: apache+mod_ssl-1.3.41+2.8.31 crashing with mod_php5

2008-03-10 Thread Chris Maness


On Mon, 10 Mar 2008, Mel wrote:


On Monday 10 March 2008 03:16:44 Chris Maness wrote:


OK, after I was able to get apache to load without crashing, none of my
php aps worked correctly.  I suppose this had to do with me deleting

extensions.ini and only rebuilding php5 and not its dependencies.  Well,
after rebuilding all of the deps, I now have a extensions.ini file again.
I tried re-arranging as suggested in the archive, but this did not solve
the problem.  I am only having this issue on my 7.0-R box.  6.3-R seems to
be working ok, but I haven't been fooling with it.  I am having the issue
on my test box.


Hmm, worked correctly is about as broad as slow internet. Can you be sure
the errors are related?
First try to make sure, the core dump is gone (php -v shouldn't coredump),
then resolve the errors in your apps. They might be caused by different
issues, like you're missing a module, paths changed, dunno. Will have to see
the errors :)

--
Mel

Problem with today's modular software: they start with the modules
   and never get to the software part.



The pages were not displaying correctly.  The squirrelmail page came up 
blank.  My joomla page complained of an internal error.  I imagine this 
was do to the fact that I removed the extension.ini file completely, but 
when I rebuilt all of the modules for php, there was a new extension.ini 
file.  It seems like the issue is related to the extension.ini file 
somehow, but rearranging the arguments haven no effect.  Also, there are no 
log entries for apache when it dumps.  It dies without any errors in the 
log.  It is almost like it needs to be debugged with a non-stripped 
binary.  However, I am not an apache developer, and would have no idea how 
to do this.


Also, my configuration file and installation is default, so this should 
just work out of the box.  Very frustrating.


Chris
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


apache+mod_ssl-1.3.41+2.8.31 crashing with mod_php5

2008-03-09 Thread Chris Maness
I am having apache core dump after I install php5 with the apache 
module.  It runs fine without the module directives that are 
automagically added to the http.conf file, but after it is compiled and 
installed my main log (var log messages) indicates a core dump.


Mar  9 15:21:03 ns2 kernel: pid 67406 (httpd), uid 0: exited on signal 
11 (core dumped)


The httpd-error.log does not seem to indicate a problem.

Anyone else experiencing this?

Chris
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: apache+mod_ssl-1.3.41+2.8.31 crashing with mod_php5

2008-03-09 Thread Erik Wilson
On Sun, Mar 9, 2008 at 6:26 PM, Chris Maness [EMAIL PROTECTED] wrote:

 I am having apache core dump after I install php5 with the apache
 module.  It runs fine without the module directives that are
 automagically added to the http.conf file, but after it is compiled and
 installed my main log (var log messages) indicates a core dump.


Have you upgraded to the latest version of apache to go with the latest
version of php5?  Perhaps you have an older version that isn't binary
compatible with the latest compiled php.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: apache+mod_ssl-1.3.41+2.8.31 crashing with mod_php5

2008-03-09 Thread Chris Maness

Erik Wilson wrote:
On Sun, Mar 9, 2008 at 6:26 PM, Chris Maness [EMAIL PROTECTED] 
mailto:[EMAIL PROTECTED] wrote:


I am having apache core dump after I install php5 with the apache
module.  It runs fine without the module directives that are
automagically added to the http.conf file, but after it is
compiled and
installed my main log (var log messages) indicates a core dump.

 
Have you upgraded to the latest version of apache to go with the 
latest version of php5?  Perhaps you have an older version that isn't 
binary compatible with the latest compiled php.


I just synced my port tree several days ago and rebuilt both.  I will 
try it again.


Chris Maness
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: apache+mod_ssl-1.3.41+2.8.31 crashing with mod_php5

2008-03-09 Thread Mel
On Sunday 09 March 2008 23:32:00 Erik Wilson wrote:
 On Sun, Mar 9, 2008 at 6:26 PM, Chris Maness [EMAIL PROTECTED] wrote:
  I am having apache core dump after I install php5 with the apache
  module.  It runs fine without the module directives that are
  automagically added to the http.conf file, but after it is compiled and
  installed my main log (var log messages) indicates a core dump.

 Have you upgraded to the latest version of apache to go with the latest
 version of php5?  Perhaps you have an older version that isn't binary
 compatible with the latest compiled php.

Bogus. Php works with any apache version it supports.

Chris: juggle order of /usr/local/etc/php/extensions.ini, see archive for 
discussion as to why this can't be handled normally.

-- 
Mel

Problem with today's modular software: they start with the modules
and never get to the software part.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: apache+mod_ssl-1.3.41+2.8.31 crashing with mod_php5

2008-03-09 Thread Chris Maness

Mel wrote:

On Sunday 09 March 2008 23:32:00 Erik Wilson wrote:
  

On Sun, Mar 9, 2008 at 6:26 PM, Chris Maness [EMAIL PROTECTED] wrote:


I am having apache core dump after I install php5 with the apache
module.  It runs fine without the module directives that are
automagically added to the http.conf file, but after it is compiled and
installed my main log (var log messages) indicates a core dump.
  

Have you upgraded to the latest version of apache to go with the latest
version of php5?  Perhaps you have an older version that isn't binary
compatible with the latest compiled php.



Bogus. Php works with any apache version it supports.

Chris: juggle order of /usr/local/etc/php/extensions.ini, see archive for 
discussion as to why this can't be handled normally.


  

OK, after my php finishes building ;o)
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: apache+mod_ssl-1.3.41+2.8.31 crashing with mod_php5

2008-03-09 Thread Chris Maness

Mel wrote:

On Sunday 09 March 2008 23:32:00 Erik Wilson wrote:
  

On Sun, Mar 9, 2008 at 6:26 PM, Chris Maness [EMAIL PROTECTED] wrote:


I am having apache core dump after I install php5 with the apache
module.  It runs fine without the module directives that are
automagically added to the http.conf file, but after it is compiled and
installed my main log (var log messages) indicates a core dump.
  

Have you upgraded to the latest version of apache to go with the latest
version of php5?  Perhaps you have an older version that isn't binary
compatible with the latest compiled php.



Bogus. Php works with any apache version it supports.

Chris: juggle order of /usr/local/etc/php/extensions.ini, see archive for 
discussion as to why this can't be handled normally.


  

I deleted the file and reinstalled php5 and now it appears to be working.
Thanks.

Chris
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: apache+mod_ssl-1.3.41+2.8.31 crashing with mod_php5

2008-03-09 Thread Chris Maness

Mel wrote:

On Sunday 09 March 2008 23:32:00 Erik Wilson wrote:
  

On Sun, Mar 9, 2008 at 6:26 PM, Chris Maness [EMAIL PROTECTED] wrote:


I am having apache core dump after I install php5 with the apache
module.  It runs fine without the module directives that are
automagically added to the http.conf file, but after it is compiled and
installed my main log (var log messages) indicates a core dump.
  

Have you upgraded to the latest version of apache to go with the latest
version of php5?  Perhaps you have an older version that isn't binary
compatible with the latest compiled php.



Bogus. Php works with any apache version it supports.

Chris: juggle order of /usr/local/etc/php/extensions.ini, see archive for 
discussion as to why this can't be handled normally.


  
OK, after I was able to get apache to load without crashing, none of my 
php aps worked correctly.  I suppose this had to do with me deleting


extensions.ini and only rebuilding php5 and not its dependencies.  Well, after 
rebuilding all of the deps, I now have a extensions.ini file again.  I tried 
re-arranging as suggested in the archive, but this did not solve the problem.  
I am only having this issue on my 7.0-R box.  6.3-R seems to be working ok, but 
I haven't been fooling with it.  I am having the issue on my test box.

Chris

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]