Odd Problem with making Apache-SSL

From: Bruce B. Platt <bbp_at_comport.com>
Date: Wed, 09 Dec 1998 15:35:18 -0500

Hello,

On a Dunix V4.0d with patchkit-2 installed, I am trying to make
Apache-1.3.3 with SSL support according to the instructions gained at
http://www.apache-ssl.com/ .

It's been rather tedious since the version of patch doesn't support the
patch-SSL file supplied from the above site. I therefore installed the
patches by hand. But I think I did it carefully by vetting the patch file
at each step.

When I execute the "make" command, I receive the error:

#make
Make: Makefile: Must be a separator on line 241. Stop.

Line 241 in the Makefile matches exactly the supplied line in the patch
file. I've tried this in bash, sh, csh, and ksh with the same results,
though the choice of shell shouldn't make a diffrence -- I don't think.

The "offending" line is the sixth line of the exceprt from the Makefile
below, the one which starts with $(INS... and end with .../gcache.

Any ideas what's wrong?

Any and all suggestions would be apprceciated.

Thanks and regards,

Bruce

The excerpt from the Makefile follows:

# install the server program and optionally corresponding
# shared object files.
install-programs:
       _at_echo "===> [programs: Installing Apache httpsd program and shared
objects]"
       $(INSTALL_PROGRAM) $(TOP)/$(SRC)/httpsd $(root)$(sbindir)/httpsd
       $(INSTALL_PROGRAM) $(TOP)/$(SRC)/modules/ssl/gcache
$(root)$(sbindir)/gcache
        -_at_if [ ".`grep 'SUBTARGET=target_shared' $(TOP)/$(SRC)/Makefile`"
!= . ]; then \
                SHLIB_SUFFIX_NAME="`grep '^SHLIB_SUFFIX_NAME='
$(TOP)/$(SRC)/Makefile | sed -e 's:^.*=::'`"; \
                SHLIB_SUFFIX_LIST="`grep '^SHLIB_SUFFIX_LIST='
$(TOP)/$(SRC)/Makefile | sed -e 's:^.*=::'`"; \
                echo "$(INSTALL_DSO) $(TOP)/$(SRC)/libhttpd.ep
$(root)$(libexecdir)/libhttpd.ep"; \
                $(INSTALL_DSO) $(TOP)/$(SRC)/libhttpd.ep
$(root)$(libexecdir)/libhttpd.ep; \
                echo "$(INSTALL_DSO)
$(TOP)/$(SRC)/libhttpd.$${SHLIB_SUFFIX_NAME}
$(root)$(libexecdir)/libhttpd.$${SHL$
                $(INSTALL_DSO) $(TOP)/$(SRC)/libhttpd.$${SHLIB_SUFFIX_NAME}
$(root)$(libexecdir)/libhttpd.$${SHLIB_SUF$
                if [ ".$${SHLIB_SUFFIX_LIST}" != . ]; then \
                        echo "$(RM)
$(libexecdir)/libhttpd.$${SHLIB_SUFFIX_NAME}.*"; \
                        $(RM)
$(libexecdir)/libhttpd.$${SHLIB_SUFFIX_NAME}.*; \
                        for suffix in $${SHLIB_SUFFIX_LIST} ""; do \
                                [ ".$${suffix}" = . ] && continue; \
                                echo "$(LN)
$(root)$(libexecdir)/libhttpd.$${SHLIB_SUFFIX_NAME} $(root)$(libexecdir)/l$
                                $(LN)
$(root)$(libexecdir)/libhttpd.$${SHLIB_SUFFIX_NAME}
$(root)$(libexecdir)/libhttp$
                        done; \
                fi; \
        fi
+--------------------------------------+
Bruce B. Platt, Ph.D.
Comport Consulting Corporation
78 Orchard Street, Ramsey, NJ 07446
Phone: 201-236-0505 Fax: 201-236-1335
bbp_at_comport.com, bruce_at_ bruce.platt_at_
Received on Wed Dec 09 1998 - 20:36:17 NZDT

This archive was generated by hypermail 2.4.0 : Wed Nov 08 2023 - 11:53:38 NZDT