Re: [BugDB] PRIVATE: Solaris 2.6 + mod_ssl + SIGHUP = SegFault for (PR#193)

1999-06-24 Thread Anonymous
On Thu, Jun 24, 1999, Scott R. Every wrote: > On line 422 you had: > term_bold=`awk 'BEGIN { printf("%c%c%c%c%c%c", 27, 91, 49, 109, 0, 0); } > > it should be: > term_bold=`awk 'BEGIN { printf("%c%c%c%c%c%c", 27, 91, 49, 109, 0, 0); }' > > Note the ending single quote...that fixed it for me

Re: [BugDB] PRIVATE: Solaris 2.6 + mod_ssl + SIGHUP = SegFault for (PR#193)

1999-06-24 Thread Anonymous
On line 422 you had: term_bold=`awk 'BEGIN { printf("%c%c%c%c%c%c", 27, 91, 49, 109, 0, 0); } On Wed, Jun 23, 1999, Scott R. Every wrote: > >> Here is some platform info: >> awk --version >> GNU Awk 3.0.3 >> Copyright (C) 1989, 1991-1997 Free Software Foundation. >> [...] >> >> awk: cmd. line:1

Re: [BugDB] PRIVATE: Solaris 2.6 + mod_ssl + SIGHUP = SegFault for (PR#193)

1999-06-24 Thread Anonymous
On Wed, Jun 23, 1999, [EMAIL PROTECTED] wrote: > Hiyas.. I would of posted the awk errors I got but I didn't have them > handy, so just incase you haven't fixed these error already, here is what > I am seeing: > > $ ./configure > awk: syntax error near line 1 > awk: illegal statement near line

Re: [BugDB] PRIVATE: Solaris 2.6 + mod_ssl + SIGHUP = SegFault for(PR#193)

1999-06-24 Thread Anonymous
On Wed, 23 Jun 1999 [EMAIL PROTECTED] wrote: > On Wed, Jun 23, 1999, [EMAIL PROTECTED] wrote: > > > [...] > > well 2.3.5 came out and I tried compiling it and and also mm-1.0.7. > > mm came out with two awk errors , so I built mod_ssl without mm.. > > Err.. and which Awk errors, please? How do

Re: [BugDB] PRIVATE: Solaris 2.6 + mod_ssl + SIGHUP = SegFault for(PR#193)

1999-06-24 Thread Anonymous
Hiyas.. I would of posted the awk errors I got but I didn't have them handy, so just incase you haven't fixed these error already, here is what I am seeing: $ ./configure awk: syntax error near line 1 awk: illegal statement near line 1 awk: syntax error near line 1 awk: illegal statement near

Re: [BugDB] PRIVATE: Solaris 2.6 + mod_ssl + SIGHUP = SegFault for (PR#193)

1999-06-24 Thread Anonymous
On Wed, Jun 23, 1999, Scott R. Every wrote: > Here is some platform info: > awk --version > GNU Awk 3.0.3 > Copyright (C) 1989, 1991-1997 Free Software Foundation. > [...] > >> awk: cmd. line:1: BEGIN { printf("%c%c%c%c%c%c", 27, 91, 49, 109, 0, 0); > >> } >> awk: cmd. line:1: > >> ^ parse erro

Re: [BugDB] PRIVATE: Solaris 2.6 + mod_ssl + SIGHUP = SegFault for (PR#193)

1999-06-23 Thread Anonymous
Here is some platform info: awk --version GNU Awk 3.0.3 Copyright (C) 1989, 1991-1997 Free Software Foundation. This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2

Re: [BugDB] PRIVATE: Solaris 2.6 + mod_ssl + SIGHUP = SegFault for (PR#193)

1999-06-23 Thread Anonymous
On Wed, Jun 23, 1999, Scott R. Every wrote: > Here are the errors _I_ got: > awk: cmd. line:1: BEGIN { printf("%c%c%c%c%c%c", 27, 91, 49, 109, 0, 0); } > awk: cmd. line:1: > ^ parse error > awk: cmd. line:1: BEGIN { printf("%c%c%c%c%c%c", 27, 91, 49, 109, 0, 0); } > awk: cmd. line:1: > ^ pars

Re: [BugDB] PRIVATE: Solaris 2.6 + mod_ssl + SIGHUP = SegFault for (PR#193)

1999-06-23 Thread Anonymous
Here are the errors _I_ got: awk: cmd. line:1: BEGIN { printf("%c%c%c%c%c%c", 27, 91, 49, 109, 0, 0); } On Wed, Jun 23, 1999, [EMAIL PROTECTED] wrote: > >> [...] >> well 2.3.5 came out and I tried compiling it and and also mm-1.0.7. >> mm came out with two awk errors , so I built mod_ssl witho

Re: [BugDB] PRIVATE: Solaris 2.6 + mod_ssl + SIGHUP = SegFault for (PR#193)

1999-06-23 Thread Anonymous
On Wed, Jun 23, 1999, [EMAIL PROTECTED] wrote: > On Wed, Jun 23, 1999, [EMAIL PROTECTED] wrote: > > > [...] > > well 2.3.5 came out and I tried compiling it and and also mm-1.0.7. > > mm came out with two awk errors , so I built mod_ssl without mm.. > > Err.. and which Awk errors, please? How

Re: [BugDB] PRIVATE: Solaris 2.6 + mod_ssl + SIGHUP = SegFault for (PR#193)

1999-06-22 Thread Anonymous
On Wed, Jun 23, 1999, [EMAIL PROTECTED] wrote: > [...] > well 2.3.5 came out and I tried compiling it and and also mm-1.0.7. > mm came out with two awk errors , so I built mod_ssl without mm.. Err.. and which Awk errors, please? How do you think I can fix them when you don't give me details? >

Re: [BugDB] PRIVATE: Solaris 2.6 + mod_ssl + SIGHUP = SegFault for (PR#193)

1999-06-22 Thread Anonymous
On Tue, 22 Jun 1999 [EMAIL PROTECTED] wrote: > Full_Name: Gary Barrueto > Version: 2.3.4-1.3.6 > OS: Solaris 2.6 > Submission from: (NULL) (209.185.98.79) > > > Hiyas.. > I've compiled mod_ssl 2.3.4-1.3.6 + apache 1.3.6 on a solaris 2.6 > with gcc 2.7.2.3. > > The source compiles without any