I'm using the rpms for apache, mod_ssl, mod_perl, mod_php and they work great.
Henning Sittler www.inscriber.com -----Original Message----- From: David Rees [mailto:[EMAIL PROTECTED]] Sent: Tuesday, October 30, 2001 5:30 PM To: [EMAIL PROTECTED] Subject: Re: segfault problem - from scratch 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 try this and find out, I don't know whether I can build other apps as > DSOs for Apache if I install from RPM. Do you know? I need to be able to > install custom-built DSOs like PHP and mod_perl and others as I want them. I haven't tried it myself, but mod_php and mod_perl should work. > I built mod_ssl according to the instructions. I'm not sure you mean about > not needing to install the openssl or mm libs. When configuring mod_ssl and > apache, I've tried using installed system libs and libs in their source > trees. Neither got rid of the segfault when installing apache. *This* is my > problem. OK, here is how I build Apache/mod_ssl: tar zxf apache_1.3.22.tar.gz tar zxf mm-1.1.3.tar.gz tar zxf mod_ssl-2.8.5-1.3.22.tar.gz tar zxf openssl-0.9.6b.tar.gz cd mm-1.1.3 ./configure --disable-shared make make test cd ../openssl-0.9.6b ./configure no-threads make make test cd ../mod_ssl-2.8.5-1.3.22 ./configure --with-apache=../apache_1.3.22 cd ../apache_1.3.22 ./configure --enable-module=most --enable-shared=max make make install rm -rf apache_1.3.22 mm-1.1.3 mod_ssl-2.8.5-1.3.22 openssl-0.9.6b Then install PHP/mod_perl using apxs afterwards. This has worked for me on RedHat 6.2, 7.1 and even IRIX. I don't have a Redhat 7.2 install yet to try it on, so I haven't tried it there, but I don't expect anything to be different. Hope this helps, Dave ______________________________________________________________________ Apache Interface to OpenSSL (mod_ssl) www.modssl.org User Support Mailing List [EMAIL PROTECTED] Automated List Manager [EMAIL PROTECTED] ______________________________________________________________________ Apache Interface to OpenSSL (mod_ssl) www.modssl.org User Support Mailing List [EMAIL PROTECTED] Automated List Manager [EMAIL PROTECTED]