Apache wouldn't start with -DSSL

1999-03-28 Thread Rauznitz Balazs
Hello, I just compiled the new Apache, but have strange problems when starting with -DSSL. It wouldn't give any error, only: /napache/apache/bin/apachectl startssl: httpd could not be started I'm setting LogLevel and LogSSLLevel to Debug, but still get no info in the error_log file and only th

Re: Apache wouldn't start with -DSSL

1999-03-28 Thread Ralf S. Engelschall
On Sun, Mar 28, 1999, Rauznitz Balazs wrote: > I just compiled the new Apache, but have strange problems when starting > with -DSSL. It wouldn't give any error, only: > > /napache/apache/bin/apachectl startssl: httpd could not be started > > I'm setting LogLevel and LogSSLLevel to Debug, but st

Re: Apache wouldn't start with -DSSL

1999-03-28 Thread Rauznitz Balazs
--- "Ralf S. Engelschall" <[EMAIL PROTECTED]> wrote: > On Sun, Mar 28, 1999, Rauznitz Balazs wrote: > > > I just compiled the new Apache, but have strange problems when > starting > > with -DSSL. It wouldn't give any error, only: > > > > /napache/apache/bin/apachectl startssl: httpd could not

RE: Apache wouldn't start with -DSSL

1999-03-28 Thread Juergen Rensen
11:17 AM To: [EMAIL PROTECTED] Subject:Re: Apache wouldn't start with -DSSL --- "Ralf S. Engelschall" <[EMAIL PROTECTED]> wrote: > On Sun, Mar 28, 1999, Rauznitz Balazs wrote: > > > I just compiled the new Apache, but have strange problems when >

Re: Apache wouldn't start with -DSSL

1999-03-29 Thread Ralf S. Engelschall
On Sun, Mar 28, 1999, Rauznitz Balazs wrote: > > 1. Don't intermix apachectl's startssl with a manual -DSSL > >option for httpd. Either use "apachectl startssl" _OR_ > >"httpd -DSSL" to start Apache. > > Yeah, when I try httpd -DSSL it give a core dump. What? Then something is totally

Re: Apache wouldn't start with -DSSL

1999-03-29 Thread Rauznitz Balazs
--- "Ralf S. Engelschall" <[EMAIL PROTECTED]> wrote: > On Sun, Mar 28, 1999, Rauznitz Balazs wrote: > > > > 1. Don't intermix apachectl's startssl with a manual -DSSL > > >option for httpd. Either use "apachectl startssl" _OR_ > > >"httpd -DSSL" to start Apache. > > > > Yeah, when I t

Re: Apache wouldn't start with -DSSL

1999-03-30 Thread Ralf S. Engelschall
On Mon, Mar 29, 1999, Rauznitz Balazs wrote: >[...] > Ok; I tried to recompile with debugging symbols and I see "-g -ggdb3" > while compiling but I still see "no debugging symbols found" while using > gdb. Make sure you debug with the non-installed unstripped httpd binary and not the installed a