Apache server imap.so ssl_once_only_init error

2009-10-07 Thread David Southwell
Hi Would anyone be willing to help me out of my misery - I need to solcve this one: Thanks in advance David Apache22 server does not start httpd-error.log reads: [Wed Oct 07 16:03:17 2009] [warn] RSA server certificate is a CA certificate (BasicConstraints: CA == TRUE !?) [Wed Oct 07

Re: Apache server imap.so ssl_once_only_init error

2009-10-07 Thread Chuck Swiger
Hi-- On Oct 7, 2009, at 8:11 AM, David Southwell wrote: [Wed Oct 07 16:03:17 2009] [warn] RSA server certificate is a CA certificate (BasicConstraints: CA == TRUE !?) [Wed Oct 07 16:03:18 2009] [warn] RSA server certificate is a CA certificate (BasicConstraints: CA == TRUE !?)

Re: Apache server imap.so ssl_once_only_init error

2009-10-07 Thread David Southwell
Chuck Swiger wrote: Hi-- On Oct 7, 2009, at 8:11 AM, David Southwell wrote: [Wed Oct 07 16:03:17 2009] [warn] RSA server certificate is a CA certificate (BasicConstraints: CA == TRUE !?) [Wed Oct 07 16:03:18 2009] [warn] RSA server certificate is a CA certificate

Re: Apache server imap.so ssl_once_only_init error

2009-10-07 Thread Markiyan Kushnir
I would guess that the imap.so symbol issue is what is causing Apache to die... The certificate-related messages are warnings and should not make it fatal. Markiyan. Chuck Swiger wrote: Hi-- On Oct 7, 2009, at 8:11 AM, David Southwell wrote: [Wed Oct 07 16:03:17 2009] [warn] RSA server

Re: Apache server imap.so ssl_once_only_init error

2009-10-07 Thread Robert Huff
David Southwell writes: /libexec/ld-elf.so.1: /usr/local/lib/php/20060613/imap.so: Undefined symbol ssl_onceonlyinit I look at this and ask (knowing very little about either) is this a problem with Apache, or a problem with PHP?. Robert huff

Re: Apache server imap.so ssl_once_only_init error

2009-10-07 Thread David Southwell
David Southwell writes: /libexec/ld-elf.so.1: /usr/local/lib/php/20060613/imap.so: Undefined symbol ssl_onceonlyinit I look at this and ask (knowing very little about either) is this a problem with Apache, or a problem with PHP?. Robert huff I

Re: Apache server imap.so ssl_once_only_init error

2009-10-07 Thread Michael Powell
Robert Huff wrote: David Southwell writes: /libexec/ld-elf.so.1: /usr/local/lib/php/20060613/imap.so: Undefined symbol ssl_onceonlyinit I look at this and ask (knowing very little about either) is this a problem with Apache, or a problem with PHP?. Easy enough to see - comment

Re: Apache server imap.so ssl_once_only_init error

2009-10-07 Thread David Southwell
Robert Huff wrote: David Southwell writes: /libexec/ld-elf.so.1: /usr/local/lib/php/20060613/imap.so: Undefined symbol ssl_onceonlyinit I look at this and ask (knowing very little about either) is this a problem with Apache, or a problem with PHP?. Easy enough to see - comment

Re: Apache server imap.so ssl_once_only_init error

2009-10-07 Thread Michael Powell
David Southwell wrote: Robert Huff wrote: David Southwell writes: /libexec/ld-elf.so.1: /usr/local/lib/php/20060613/imap.so: Undefined symbol ssl_onceonlyinit I look at this and ask (knowing very little about either) is this a problem with Apache, or a problem with PHP?. Easy

Re: Apache server imap.so ssl_once_only_init error

2009-10-07 Thread Michael Powell
Michael Powell wrote: David Southwell wrote: Robert Huff wrote: David Southwell writes: /libexec/ld-elf.so.1: /usr/local/lib/php/20060613/imap.so: Undefined symbol ssl_onceonlyinit Oh - forgot - this is what an ldd of my imap.so looks like on 7.2: testbed# pwd