Re: segfault problem - from scratch

2001-10-30 Thread Owen Boyle
Dean Hall wrote: - Original Message - From: Sang Yi [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Monday, October 29, 2001 07.12pm Subject: Re: segfault problem - from scratch umm, where's openssl? normally, openssl is mandatory for building apache+mod_ssl. Can't get away

RE:

2001-10-30 Thread John . Airey
This isn't an actual idea as such, but I've so far been unable to build Apache 1.3.22 mod_ssl 2.8.5 on RedHat 7.1. I've yet to attempt it on 7.2 (although I'm starting the upgrade of all our machines to 7.2 today). I think I'll run into the same problems. Apache 1.3.22 mod_ssl 2.8.4 compiles fine

Re: segfault problem (was: [no subject])

2001-10-30 Thread Dean Hall
- Original Message - From: [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Tuesday, October 30, 2001 03.43am Subject: RE: This isn't an actual idea as such, but I've so far been unable to build Apache 1.3.22 mod_ssl 2.8.5 on RedHat 7.1. I've yet to attempt it on 7.2 (although I'm

Re: segfault problem - from scratch

2001-10-30 Thread Nick Temple
Question: is the .so that it is compiling against when building the same one that is being linked at runtime? There could be a disconnect in the two binaries if it's not, which could explain the seg fault. Nick *** REPLY SEPARATOR *** On 10/30/2001 at 3:34 AM Dean Hall

Re: segfault problem - from scratch

2001-10-30 Thread David Rees
On Tue, Oct 30, 2001 at 02:59:14AM -0600, Dean Hall wrote: I'm installing openssl from RPM because several RPMs in RedHat 7.2 require the package -- that's basically it. I wouldn't mind compiling everything from source -- but then I should probably be using FreeBSD. :-) Well, the main issue

Re: segfault problem - from scratch

2001-10-30 Thread David Rees
On Tue, Oct 30, 2001 at 03:39:40PM -0600, Dean Hall wrote: As I said, I guess I'll try that, but I have several problems with RedHat's Apache/mod_ssl RPM. First, I have many scripts which depend on Apache being in /usr/local/apache which is not where the RPM puts apache. Second, and I can

Re: segfault problem - from scratch

2001-10-30 Thread Mike Rochette
My install procedure is detailled at http://www.bytewise.tv/phpssldso.html. It include the content of httpd.conf. I program with Kylix and that requires DSO support, php and Interbase. Hope that helps Mike Rochette __ Apache

Re: segfault problem - from scratch

2001-10-30 Thread R. DuFresne
On Tue, 30 Oct 2001, Dean Hall wrote: As I said, I guess I'll try that, but I have several problems with RedHat's Apache/mod_ssl RPM. First, I have many scripts which depend on Apache being in /usr/local/apache which is not where the RPM puts apache. Second, and I can try this and find