Re: [us...@httpd] Apache 2.2.11 Segmentation Fault Solaris 10 Sparc

2009-03-19 Thread Eric Covener
On Thu, Mar 19, 2009 at 1:53 PM, Phil Pinkerton wrote: > In that case: > > sudo apachectl -k start -DSSL > Syntax error on line 1056 of /svn/conf/httpd.conf: > Invalid command 'LDAPTrustedCAType', perhaps misspelled or defined by > a module not included in the server configuration Find the module

Re: [us...@httpd] Apache 2.2.11 Segmentation Fault Solaris 10 Sparc

2009-03-19 Thread Phil Pinkerton
In that case: sudo apachectl -k start -DSSL Syntax error on line 1056 of /svn/conf/httpd.conf: Invalid command 'LDAPTrustedCAType', perhaps misspelled or defined by a module not included in the server configuration On Thu, Mar 19, 2009 at 11:12 AM, Eric Covener wrote: > On Thu, Mar 19, 2009 at 1

Re: [us...@httpd] Apache 2.2.11 Segmentation Fault Solaris 10 Sparc

2009-03-19 Thread Eric Covener
On Thu, Mar 19, 2009 at 11:07 AM, Phil Pinkerton wrote: > Seems it may be  a libc issue after changing libc I know get tons of > this output ( snipped ) > > ...apachectl -k start -SSL Did you mean -DSSL? -- Eric Covener cove...@gmail.com ---

Re: [us...@httpd] Apache 2.2.11 Segmentation Fault Solaris 10 Sparc

2009-03-19 Thread Phil Pinkerton
Seems it may be a libc issue after changing libc I know get tons of this output ( snipped ) ...apachectl -k start -SSL , or , or , or , or , or I have never seen this before so I am guessing it is an issue with httpd.conf ? On Sat, Mar 14, 2009 at 8:21 AM, Eric Covener wrote: > On

Re: [us...@httpd] Apache 2.2.11 Segmentation Fault Solaris 10 Sparc

2009-03-14 Thread Eric Covener
On Sat, Mar 14, 2009 at 8:07 AM, Phil Pinkerton wrote: > System: SunOS 5.10 sun4u sparc Sun-Fire-V210 > Apache Source:httpd-2.2.11 - (httpd -v Apache/2.2.11 (Unix)) > gcc = gcc 3.4 > openssl 0.9.8i > openldap 2.4.11 > Python-2.6 > Subversion 1.5.6 > > After a non-eventful configure & make, make in

[us...@httpd] Apache 2.2.11 Segmentation Fault Solaris 10 Sparc

2009-03-14 Thread Phil Pinkerton
System: SunOS 5.10 sun4u sparc Sun-Fire-V210 Apache Source:httpd-2.2.11 - (httpd -v Apache/2.2.11 (Unix)) gcc = gcc 3.4 openssl 0.9.8i openldap 2.4.11 Python-2.6 Subversion 1.5.6 After a non-eventful configure & make, make install ( as far as I can tell ) Start httpd: httpd -k start -SSL or ap