Q: Apache module jserv: compile?

Q: Apache module jserv: compile?

Post by Dave Aso » Fri, 11 Sep 1998 04:00:00



Hi there,

    I am trying to get Apache's java servlet module to compile. I have
edited the module's Makefile and updated the PREFIX statement.
    When I type make, the make file bombs on the following line:
      ifneq "$(strip$(SERVLETS)) " ""

    the error I am getting is:
    "Makefile", line 123: Need an operator

    I know how to use Makefiles, and have gotten Apache 1.3.1 to compile
and run okay on my machine. The machine is a FreeBSD machine running
version 2.2.5

    Any help would be greatly appreciated,
    Dave