Re: Compiling in Debugging Flags

2008-05-13 Thread Norberto Meijome
On Tue, 13 May 2008 09:00:46 -0700 (PDT) Chris Maness <[EMAIL PROTECTED]> wrote: > Maybe it is conflicting with other extensions. I have: > > extension=pcre.so > extension=calendar.so > extension=ldap.so > extension=gettext.so > extension=xml.so > extension=mbstring.so > extension=openssl.so > e

Re: Compiling in Debugging Flags

2008-05-13 Thread Chris Maness
On Sun, 04 May 2008 19:55:42 -0700 Chris Maness <[EMAIL PROTECTED]> wrote: It is a problem with php extension "extension=mhash.so." If I remove it from extensions.ini it works. However, there does not seem to be order of arrangement that restores sanity. I believe I need mhash for squirr

Re: Compiling in Debugging Flags

2008-05-13 Thread Chris Maness
On Sun, 04 May 2008 19:55:42 -0700 Chris Maness <[EMAIL PROTECTED]> wrote: It is a problem with php extension "extension=mhash.so." If I remove it from extensions.ini it works. However, there does not seem to be order of arrangement that restores sanity. I believe I need mhash for squirre

Re: Compiling in Debugging Flags

2008-05-05 Thread Norberto Meijome
On Sun, 04 May 2008 19:55:42 -0700 Chris Maness <[EMAIL PROTECTED]> wrote: > It is a problem with php extension "extension=mhash.so." If I remove it > from extensions.ini it works. However, there does not seem to be order > of arrangement that restores sanity. I believe I need mhash for > sq

Re: Compiling in Debugging Flags

2008-05-04 Thread Chris Maness
Toomas Aas wrote: L, 03 mai 2008 kirjutas Chris Maness <[EMAIL PROTECTED]>: Sorry about all of the e-mails. I remembered that I was having issues with apache and the php5 module. I have deinstalled php5 and apache runs fine. However, even with the latest ports tree with apache13 and php5 m

Re: Compiling in Debugging Flags

2008-05-04 Thread Chris Maness
Chris Maness wrote: Chris Maness wrote: Patrick Clochesy wrote: Standard diagnostic rules apply. What does a coredump say? GDB? Did you remove all modules and readd 1-by-1 to isolate the problem if the modules are your suspicion? What is the frequency of the crashes? -Patrick I have posted

Re: Compiling in Debugging Flags

2008-05-04 Thread Chris Maness
Chris Maness wrote: Patrick Clochesy wrote: Standard diagnostic rules apply. What does a coredump say? GDB? Did you remove all modules and readd 1-by-1 to isolate the problem if the modules are your suspicion? What is the frequency of the crashes? -Patrick I have posted all of the output. T

Re: Compiling in Debugging Flags

2008-05-04 Thread Patrick Clochesy
Standard diagnostic rules apply. What does a coredump say? GDB? Did you remove all modules and readd 1-by-1 to isolate the problem if the modules are your suspicion? What is the frequency of the crashes? -Patrick On May 4, 2008, at 5:01 PM, Chris Maness <[EMAIL PROTECTED]> wrote: Toomas Aa

Re: Compiling in Debugging Flags

2008-05-04 Thread Chris Maness
Patrick Clochesy wrote: Standard diagnostic rules apply. What does a coredump say? GDB? Did you remove all modules and readd 1-by-1 to isolate the problem if the modules are your suspicion? What is the frequency of the crashes? -Patrick I have posted all of the output. The whole thread can b

Re: Compiling in Debugging Flags

2008-05-04 Thread Chris Maness
Toomas Aas wrote: L, 03 mai 2008 kirjutas Chris Maness <[EMAIL PROTECTED]>: Sorry about all of the e-mails. I remembered that I was having issues with apache and the php5 module. I have deinstalled php5 and apache runs fine. However, even with the latest ports tree with apache13 and php5 m

Re: Compiling in Debugging Flags

2008-05-04 Thread Toomas Aas
L, 03 mai 2008 kirjutas Chris Maness <[EMAIL PROTECTED]>: Sorry about all of the e-mails. I remembered that I was having issues with apache and the php5 module. I have deinstalled php5 and apache runs fine. However, even with the latest ports tree with apache13 and php5 module rebuilt, apac

Re: Compiling in Debugging Flags

2008-05-02 Thread Chris Maness
Chris Maness wrote: Chris Maness wrote: Chris Maness wrote: Bill Moran wrote: In response to Chris Maness <[EMAIL PROTECTED]>: Then, ensure the sysctls in the kernel are all frobbed to allow coredumps. Specifically: kern.coredump: 1 kern.sugid_coredump: 1 What is frobbed? h

Re: Compiling in Debugging Flags

2008-05-02 Thread Chris Maness
Chris Maness wrote: Chris Maness wrote: Bill Moran wrote: In response to Chris Maness <[EMAIL PROTECTED]>: Then, ensure the sysctls in the kernel are all frobbed to allow coredumps. Specifically: kern.coredump: 1 kern.sugid_coredump: 1 What is frobbed? http://en.wikipedia.or

Re: Compiling in Debugging Flags

2008-05-02 Thread Chris Maness
Chris Maness wrote: Bill Moran wrote: In response to Chris Maness <[EMAIL PROTECTED]>: Then, ensure the sysctls in the kernel are all frobbed to allow coredumps. Specifically: kern.coredump: 1 kern.sugid_coredump: 1 What is frobbed? http://en.wikipedia.org/wiki/Frob You need

Re: Compiling in Debugging Flags

2008-05-02 Thread Chris Maness
Bill Moran wrote: In response to Chris Maness <[EMAIL PROTECTED]>: Then, ensure the sysctls in the kernel are all frobbed to allow coredumps. Specifically: kern.coredump: 1 kern.sugid_coredump: 1 What is frobbed? http://en.wikipedia.org/wiki/Frob You need to learn important t

Re: Compiling in Debugging Flags

2008-05-02 Thread Bill Moran
In response to Chris Maness <[EMAIL PROTECTED]>: > > Then, ensure the sysctls in the kernel are all frobbed to allow coredumps. > > Specifically: > > kern.coredump: 1 > > kern.sugid_coredump: 1 > > What is frobbed? http://en.wikipedia.org/wiki/Frob You need to learn important things like this i

Re: Compiling in Debugging Flags

2008-05-02 Thread Chris Maness
Then, ensure the sysctls in the kernel are all frobbed to allow coredumps. Specifically: kern.coredump: 1 kern.sugid_coredump: 1 What is frobbed? Chris ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-q

Re: Compiling in Debugging Flags

2008-05-02 Thread Bill Moran
In response to Chris Maness <[EMAIL PROTECTED]>: > How do I compile in debugging into apache using ports? There is no > configmenu when one begins to install/compile the port. I'm still having > trouble with apache crashing on a recently upgraded server. (after I have > rebuilt all of the po

Compiling in Debugging Flags

2008-05-02 Thread Chris Maness
How do I compile in debugging into apache using ports? There is no configmenu when one begins to install/compile the port. I'm still having trouble with apache crashing on a recently upgraded server. (after I have rebuilt all of the ports). I was having the same problem with apache on a san