On 2/15/01 3:40 PM, Michael Stone at [EMAIL PROTECTED] wrote:
> Please forgive the new user question, but I'm baffled and don't know what
> more to do. Below is my output when building Apache 1.3.17 after applying
> mod_ssl on a Solaris 8 system. It appears at the bottom as if everything was
> installed correctly, but when I look in /usr/apache/bin, httpd is not there.
> Then I looked through the output and found the "Error 1" statements. Does
> anyone know why this problem might occur?
I solved the problem with some debugging, but I'd still like to know why the
problem occurred. Anyone have a clue?
The first 3 "Error 1" lines were resolved by doing a make -n and putting the
resulting lines between the "program:" labels into a script file and
executing the script as was. I'm not sure why that made a difference.
The last "Error 1" line was resolved by again doing a make -n and executing
in the shell the following lines:
echo "Updating hash symlinks in /usr/apache/conf/ssl.crt/:"; \
SSL_PROGRAM="`grep '^SSL_PROGRAM=' ./src/Makefile.config | sed -e 's:^.*
=::'`"; \
(cd /usr/apache/conf/ssl.crt/ && make SSL_PROGRAM=$SSL_PROGRAM); \
as the following:
cd /usr/apache/conf/ssl.crt
make -n SSL_PROGRAM="`grep '^SSL_PROGRAM='
/apache_1.3.17/src/Makefile.config | sed -e 's:^.*=::'`"
cd /apache_1.3.17
and then executing the remainder of the script as is.
Have I found a bug of some kind? Or have I done something wrong? Apache is
now running with mod_ssl, but I'd sure like to know why I had to jump
through these hoops.
Thanks,
Mike
______________________________________________________________________
Apache Interface to OpenSSL (mod_ssl) www.modssl.org
User Support Mailing List [EMAIL PROTECTED]
Automated List Manager [EMAIL PROTECTED]