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?

Thanks for any help,
Mike

--

$ make install
===> [mktree: Creating Apache installation tree]
./src/helpers/mkdir.sh /usr/apache/bin
./src/helpers/mkdir.sh /usr/apache/bin
./src/helpers/mkdir.sh /usr/apache/libexec
./src/helpers/mkdir.sh /usr/apache/man/man1
./src/helpers/mkdir.sh /usr/apache/man/man8
./src/helpers/mkdir.sh /usr/apache/conf
./src/helpers/mkdir.sh /usr/apache/conf/ssl.crt
./src/helpers/mkdir.sh /usr/apache/conf/ssl.crl
./src/helpers/mkdir.sh /usr/apache/conf/ssl.csr
./src/helpers/mkdir.sh /usr/apache/conf/ssl.key
./src/helpers/mkdir.sh /usr/apache/conf/ssl.prm
./src/helpers/mkdir.sh /usr/apache/htdocs
./src/helpers/mkdir.sh /usr/apache/icons
./src/helpers/mkdir.sh /usr/apache/cgi-bin
./src/helpers/mkdir.sh /usr/apache/include
./src/helpers/mkdir.sh /usr/apache/include/xml
./src/helpers/mkdir.sh /usr/apache/logs
./src/helpers/mkdir.sh /usr/apache/logs
./src/helpers/mkdir.sh /usr/apache/proxy
<=== [mktree]
===> [programs: Installing Apache httpd program and shared objects]
make[1]: [install-programs] Error 1 (ignored)
make[1]: [install-programs] Error 1 (ignored)
./src/helpers/install.sh -c -m 644 ./src/support/httpd.8
/usr/apache/man/man8/httpd.8
make[1]: [install-programs] Error 1 (ignored)
<=== [programs]
===> [support: Installing Apache support programs and scripts]
./src/helpers/install.sh -c -m 755 -s ./src/support/ab /usr/apache/bin/ab
./src/helpers/install.sh -c -m 644 ./src/support/ab.8
/usr/apache/man/man8/ab.8
./src/helpers/install.sh -c -m 755 ./src/support/apachectl[*]
/usr/apache/bin/apachectl
./src/helpers/install.sh -c -m 644 ./src/support/apachectl.8
/usr/apache/man/man8/apachectl.8
./src/helpers/install.sh -c -m 755 -s ./src/support/htpasswd
/usr/apache/bin/htpasswd
./src/helpers/install.sh -c -m 644 ./src/support/htpasswd.1
/usr/apache/man/man1/htpasswd.1
./src/helpers/install.sh -c -m 755 -s ./src/support/htdigest
/usr/apache/bin/htdigest
./src/helpers/install.sh -c -m 644 ./src/support/htdigest.1
/usr/apache/man/man1/htdigest.1
./src/helpers/install.sh -c -m 755 ./src/support/dbmmanage[*]
/usr/apache/bin/dbmmanage
./src/helpers/install.sh -c -m 644 ./src/support/dbmmanage.1
/usr/apache/man/man1/dbmmanage.1
./src/helpers/install.sh -c -m 755 -s ./src/support/logresolve
/usr/apache/bin/logresolve
./src/helpers/install.sh -c -m 644 ./src/support/logresolve.8
/usr/apache/man/man8/logresolve.8
./src/helpers/install.sh -c -m 755 -s ./src/support/rotatelogs
/usr/apache/bin/rotatelogs
./src/helpers/install.sh -c -m 644 ./src/support/rotatelogs.8
/usr/apache/man/man8/rotatelogs.8
./src/helpers/install.sh -c -m 755 ./src/support/apxs[*]
/usr/apache/bin/apxs
./src/helpers/install.sh -c -m 644 ./src/support/apxs.8
/usr/apache/man/man8/apxs.8
<=== [support]
===> [include: Installing Apache C header files]
cp ./src/include/*.h /usr/apache/include/
cp ./src/lib/expat-lite/*.h /usr/apache/include/xml/
cp ./src/os/unix/os.h /usr/apache/include/
cp ./src/os/unix/os-inline.c /usr/apache/include/
chmod 644 /usr/apache/include/*.h /usr/apache/include/xml/*.h
<=== [include]
===> [data: Installing initial data files]
[PRESERVING EXISTING DATA SUBDIR: /usr/apache/htdocs/]
[PRESERVING EXISTING DATA SUBDIR: /usr/apache/cgi-bin/]
Copying tree ./icons/ -> /usr/apache/icons/
<=== [data]
===> [config: Installing Apache configuration files]
./src/helpers/install.sh -c -m 644 ./conf/httpd.conf-dist[*]
/usr/apache/conf/httpd.conf.default
[PRESERVING EXISTING CONFIG FILE: /usr/apache/conf/httpd.conf]
./src/helpers/install.sh -c -m 644 ./conf/access.conf-dist[*]
/usr/apache/conf/access.conf.default
[PRESERVING EXISTING CONFIG FILE: /usr/apache/conf/access.conf]
./src/helpers/install.sh -c -m 644 ./conf/srm.conf-dist[*]
/usr/apache/conf/srm.conf.default
[PRESERVING EXISTING CONFIG FILE: /usr/apache/conf/srm.conf]
./src/helpers/install.sh -c -m 644 ./conf/mime.types
/usr/apache/conf/mime.types.default
[PRESERVING EXISTING CONFIG FILE: /usr/apache/conf/mime.types]
./src/helpers/install.sh -c -m 644 ./conf/magic
/usr/apache/conf/magic.default
[PRESERVING EXISTING CONFIG FILE: /usr/apache/conf/magic]
chmod 755 /usr/apache/conf/ssl.crt
chmod 755 /usr/apache/conf/ssl.crl
chmod 755 /usr/apache/conf/ssl.csr
chmod 700 /usr/apache/conf/ssl.key
chmod 755 /usr/apache/conf/ssl.prm
[PRESERVING EXISTING CERTIFICATE FILES: /usr/apache/conf/ssl.crt/*]
Updating hash symlinks in /usr/apache/conf/ssl.crt/:
ca-bundle.crt   ... Skipped
make[2]: [update] Error 1 (ignored)
[PRESERVING EXISTING CSR FILES: /usr/apache/conf/ssl.csr/*]
[PRESERVING EXISTING CRL FILES: /usr/apache/conf/ssl.crl/*]
[PRESERVING EXISTING KEY FILES: /usr/apache/conf/ssl.key/*]
[PRESERVING EXISTING PRM FILES: /usr/apache/conf/ssl.prm/*]
<=== [config]
+--------------------------------------------------------+
| You now have successfully built and installed the      |
| Apache 1.3 HTTP server. To verify that Apache actually |
| works correctly you now should first check the         |
| (initially created or preserved) configuration files   |
|                                                        |
|   /usr/apache/conf/httpd.conf
|                                                        |
| and then you should be able to immediately fire up     |
| Apache the first time by running:                      |
|                                                        |
|   /usr/apache/bin/apachectl start
|                                                        |
| Or when you want to run it with SSL enabled use:       |
|                                                        |
|   /usr/apache/bin/apachectl startssl
|                                                        |
| Thanks for using Apache.       The Apache Group        |
|                                http://www.apache.org/  |
+--------------------------------------------------------+

______________________________________________________________________
Apache Interface to OpenSSL (mod_ssl)                   www.modssl.org
User Support Mailing List                      [EMAIL PROTECTED]
Automated List Manager                            [EMAIL PROTECTED]

Reply via email to