Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 19 Oct 2004 14:53:47 +0200
From:      "Nicola Tiling" <nti@w4w.net>
To:        <clement@FreeBSD.org>
Cc:        ports@FreeBSD.org
Subject:   Fault in Makefile.modules.3rd / port apache 2
Message-ID:  <200410191253.i9JCrpc67341@liberta.w4w.net>

next in thread | raw e-mail | index | archive | help
Hi

I think there is a fault in "Makefile.modules.3rd", line 228.

With 

	DSO_MODULE_CONFARG=  --enable-$${module}-shared

no modules are installed. I've changed it to

	DSO_MODULE_CONFARG=  --enable-$${module}=shared

and now it works

In the documentation 

http://httpd.apache.org/docs-2.0/programs/configure.html#installationdirectories

There was alos a "=" between the modulname and the "shared"

...
--enable-MODULE=shared
    The corresponding module will be build as DSO module.
...


Excuse my bad english, regards

Nicola 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200410191253.i9JCrpc67341>