Hi all,
I am having some trouble building and installing ModSSL 2.6.5 with Apache
1.3.12 through the RPM spec file. ModSSL builds without problems, but Apache
fails at its build section:
Configuring for Apache, Version 1.3.12
+ using installation path layout: Apache (config.layout)
configure:Error: invalid option 'make'
./configure:Error: APACI failed
These are the commands I am using to build Apache in my spec file:
cd ..
cd apache_%{apachever}
SSL_BASE=../openssl-%{opensslver} \
RSA_BASE=../rsaref-%{rsarefver}/local \
./configure --prefix=/usr \
--sysconfdir=/etc/httpd/conf \
--enable-module=so \
--enable-module=rewrite \
--enable-shared=max \
--with-layout=RedHat \
make
I checked the Apache Makefile to verify that the 'make' command is recognized
by Apache, and it is. Then I tried doing it manually using the same commands
as in the spec file. However, when building it manually, Apache builds great.
Why does it build fine manually but not through the spec file? -- But during
the installation 'make install', Apache fails:
mkdir /etc/httpd/conf/ssl.crt
mkdir: cannot create directory `/etc/httpd/conf/ssl.crt': Permission denied
make[1]: *** [install-mktree] Error 255
make[1]: Leaving directory
`/home/adelaide/src/BUILD/apache_ssl-1.3.12-2.6.5/apache_1.3.12'
make: *** [install-all] Error 2
What does this install error mean?
I'd like to build and install Apache using the spec file instead of manually.
The archives did not have any solutions that were appropriate.
I would appreciate any suggestions to alleviate these errors. As I am not on
the list, please email me at [EMAIL PROTECTED]
(Btw, I'm using RedHat Linux 6.2.)
Thanks for reading,
Adelaide
______________________________________________________________________
Apache Interface to OpenSSL (mod_ssl) www.modssl.org
User Support Mailing List [EMAIL PROTECTED]
Automated List Manager [EMAIL PROTECTED]