On Tue, 05 Feb 2008 00:58:47 -0500, Tom Brown wrote
> I am configuring a web server on Slackware 12.0 which
comes with
> Apache
> 2.x. Since Rivet 2.0 isn't quite ready, I compiled
Apache 1.3.41
> from source. Now I'm attempting to install
rivet_0.4.0-1.
>
> When I run ./configure.tcl in
/home/myname/tcl-rivet/src/, I get the
> following:
>
> Error in CFLAGS test: can't read
"TCL_EXTRA_CFLAGS": no such variable
>
> The error prevents me from running make.tcl.
>
> I Googled the error and got old changelogs and cvs
submissions from
> the Rivet dev list of days past, plus a lot Mac/Darwin
related stuff,
> but nothing which seems relevant.
>
> Any ideas on how to overcome this?
>
> Tom
>
I would suggest that you check out the version in svn
and build it yourself using the autotools based scripts
svn co http:
//svn.apache.org/repos/asf/tcl/rivet/trunk rivet
A typical build starting from a fresh working copy could be
aclocal
autoreconf
./configure --with-apache=/usr --with-apache-version=1
--with-tcl=/usr/lib/tcl8.4
there are more parameters for specifying where libapr
headers
reside and where your apxs binary is located. Rivet works
with tcl 8.4, but I can't think of fundamental
incompatibilities
with 8.5 (David am i getting it wrong?)
-- Massimo
------------------------------------------------------------
---------
To unsubscribe, e-mail: rivet-dev-unsubscribe tcl.apache.org
For additional commands, e-mail: rivet-dev-help tcl.apache.org
|