Re: apache+mod_ssl + php4 crashes

2004-03-26 Thread Matthew Seaman
On Fri, Mar 26, 2004 at 02:11:26PM +0100, Heinrich Rebehn wrote: > I experimented with PHP config options and found out: > > make -DWITH_CTYPE -DWITH_OVERLOAD -DWITH_PCRE -DWITH_POSIX > -DWITH_SESSION -DWITH_TOKENIZER -DWITH_XML -DWITH_ZLIB ==> httpd runs > > make -DWITH_CTYPE -DWITH_OVERLOAD -

Re: apache+mod_ssl + php4 crashes

2004-03-26 Thread Heinrich Rebehn
Matthew Seaman wrote: On Thu, Mar 25, 2004 at 02:27:02PM +0100, Heinrich Rebehn wrote: I tried substituting libc_r with libkse (there is no libpthread on 5.2.1-RELEASE-p3). Still no good. httpd dumps core. :-( Yes. I now have heard that the new threading libraries have been deemed good enough

Re: apache+mod_ssl + php4 crashes

2004-03-25 Thread Heinrich Rebehn
Matthew Seaman wrote: On Thu, Mar 25, 2004 at 02:27:02PM +0100, Heinrich Rebehn wrote: I tried substituting libc_r with libkse (there is no libpthread on 5.2.1-RELEASE-p3). Still no good. httpd dumps core. :-( Yes. I now have heard that the new threading libraries have been deemed good enough

Re: apache+mod_ssl + php4 crashes

2004-03-25 Thread Matthew Seaman
On Thu, Mar 25, 2004 at 02:27:02PM +0100, Heinrich Rebehn wrote: > I tried substituting libc_r with libkse (there is no libpthread on > 5.2.1-RELEASE-p3). Still no good. httpd dumps core. :-( Yes. I now have heard that the new threading libraries have been deemed good enough to be made part of

Re: apache+mod_ssl + php4 crashes

2004-03-25 Thread Heinrich Rebehn
Matthew Seaman wrote: On Wed, Mar 17, 2004 at 02:20:34PM +0100, Heinrich Rebehn wrote: this is the ldd output: [EMAIL PROTECTED] [/usr/local/libexec/apache] # ldd ./libphp4.so ./libphp4.so: [...] libc_r.so.5 => /usr/lib/libc_r.so.5 (0x287fd000) H... Which OS version are you buildin

Re: apache+mod_ssl + php4 crashes

2004-03-18 Thread Heinrich Rebehn
Matthew Seaman wrote: On Wed, Mar 17, 2004 at 02:20:34PM +0100, Heinrich Rebehn wrote: this is the ldd output: [EMAIL PROTECTED] [/usr/local/libexec/apache] # ldd ./libphp4.so ./libphp4.so: [...] libc_r.so.5 => /usr/lib/libc_r.so.5 (0x287fd000) H... Which OS version are you buildin

Re: apache+mod_ssl + php4 crashes

2004-03-17 Thread Matthew Seaman
On Wed, Mar 17, 2004 at 01:04:49PM -0700, Brent Wiese wrote: > I've had trouble when cvsup'ing the ports because /lang/php4 has "apache13" > as the port it looks at when in actuality, you want it looking at > "apache13-modssl". I've done it enough times now that I instinctively go > change it, but

RE: apache+mod_ssl + php4 crashes

2004-03-17 Thread Brent Wiese
> I have trouble running apache with php4. > when i try to start httpd, it crashes with signal 11. > If i remove php4 from httpd.conf, apache runs fine. > Installed packages: > > apache+mod_ssl-1.3.29+2.8.16_1 The Apache 1.3 webserver with SSL/TLS > functionality > php4-4.3.4_7PHP Scripti

Re: apache+mod_ssl + php4 crashes

2004-03-17 Thread Jerry McAllister
> > Jerry McAllister wrote: > >>Jorn Argelo wrote: > >> > >>>Log files are your friends ... give us an output of > >>>/var/log/httpd-error.log > >>> > >>>Cheers, > >>> > >>>Jorn > >>> > >>>On 3/18/2004, "Heinrich Rebehn" <[EMAIL PROTECTED]> wrote: > >>> > >>> > >>> > Hi list, > > I ha

Re: apache+mod_ssl + php4 crashes

2004-03-17 Thread Matthew Seaman
On Wed, Mar 17, 2004 at 02:20:34PM +0100, Heinrich Rebehn wrote: > this is the ldd output: > > [EMAIL PROTECTED] [/usr/local/libexec/apache] # ldd ./libphp4.so > ./libphp4.so: [...] > libc_r.so.5 => /usr/lib/libc_r.so.5 (0x287fd000) H... Which OS version are you building this on? If

Re: apache+mod_ssl + php4 crashes

2004-03-17 Thread Heinrich Rebehn
Jerry McAllister wrote: Jorn Argelo wrote: Log files are your friends ... give us an output of /var/log/httpd-error.log Cheers, Jorn On 3/18/2004, "Heinrich Rebehn" <[EMAIL PROTECTED]> wrote: Hi list, I have trouble running apache with php4. when i try to start httpd, it crashes with signal

Re: apache+mod_ssl + php4 crashes

2004-03-17 Thread Jerry McAllister
> > Jorn Argelo wrote: > > Log files are your friends ... give us an output of > > /var/log/httpd-error.log > > > > Cheers, > > > > Jorn > > > > On 3/18/2004, "Heinrich Rebehn" <[EMAIL PROTECTED]> wrote: > > > > > >>Hi list, > >> > >>I have trouble running apache with php4. > >>when i try to

Re: apache+mod_ssl + php4 crashes

2004-03-17 Thread Heinrich Rebehn
Matthew Seaman wrote: On Wed, Mar 17, 2004 at 11:11:05AM +0100, Heinrich Rebehn wrote: Hi list, I have trouble running apache with php4. when i try to start httpd, it crashes with signal 11. If i remove php4 from httpd.conf, apache runs fine. Installed packages: apache+mod_ssl-1.3.29+2.8.16_1 The

Re: apache+mod_ssl + php4 crashes

2004-03-17 Thread Matthew Seaman
On Wed, Mar 17, 2004 at 11:11:05AM +0100, Heinrich Rebehn wrote: > Hi list, > > I have trouble running apache with php4. > when i try to start httpd, it crashes with signal 11. > If i remove php4 from httpd.conf, apache runs fine. > Installed packages: > > apache+mod_ssl-1.3.29+2.8.16_1 The Apach

Re: apache+mod_ssl + php4 crashes

2004-03-17 Thread Heinrich Rebehn
Jorn Argelo wrote: Log files are your friends ... give us an output of /var/log/httpd-error.log Cheers, Jorn On 3/18/2004, "Heinrich Rebehn" <[EMAIL PROTECTED]> wrote: Hi list, I have trouble running apache with php4. when i try to start httpd, it crashes with signal 11. If i remove php4 from

Re: apache+mod_ssl + php4 crashes

2004-03-17 Thread Jorn Argelo
Log files are your friends ... give us an output of /var/log/httpd-error.log Cheers, Jorn On 3/18/2004, "Heinrich Rebehn" <[EMAIL PROTECTED]> wrote: >Hi list, > >I have trouble running apache with php4. >when i try to start httpd, it crashes with signal 11. >If i remove php4 from httpd.conf, a