Hi, this is my second time trying to install
apache+mod_ssl+php3
Here is what I did from scratch:
1. installing redhat 6.1 + openldap (RPM)
2. install imap-4.7.3 (RPM)
3. install imap-devel-4.7-3 (RPM)
4. install MySQL-3.22.32-1 (RPM)
5. install MySQL-client-3.22.32-1 (RPM)
6. install MySQL-devel-3.22.32-1 (RPM)
7. install MySQL-shared-3.22.32-1 (RPM)
8. install openssl-0.9.5a (source)
./configure
make
make test
make install
9. extract apache_1.3.12
10. extract mod_ssl-2.6.3 for apache 1.3.12
11. patch apache:
./configure --enable-shared=ssl --with-ssl
12. install apache
SSL_BASE=../openssl-0.9.5a
./configure --enable-module=all
--enable-shared=max
make
make certificate TYPE=custom
make install
13. extract php3.0.16
14. install php3.0.16
./configure --with-apxs=/usr/local/apache/bin/apxs \
--with-config-file=/usr/local/apache \
--with-imap \
--with-mysql \
--with-ldap \
--with-ftp \
--enable-track-vars
make
make install
Then, if I tried starting ./httpd -t -DSSL
I got error: Segmentation fault (core dumped)
Then I tried to comment out php3 in httpd.conf ..
voila, it's work well ...
is there any error what I did here? why my php3
installation can not work with apache+mod_ssl?
I also tried with php3.0.14 ... same ..
is there any hardware restriction? because my computer
is only 40 MB RAM ...
Please help me,
Regards,
kapot
__________________________________________________
Do You Yahoo!?
Talk to your friends online and get email alerts with Yahoo! Messenger.
http://im.yahoo.com/
______________________________________________________________________
Apache Interface to OpenSSL (mod_ssl) www.modssl.org
User Support Mailing List [EMAIL PROTECTED]
Automated List Manager [EMAIL PROTECTED]