David Zolli wrote:
Le 17 janv. 07 à 11:30, David Welton a écrit :
You need to get the 1.0 branch:
http://svn.apache.org/repos/asf/tcl/rivet/branches/1_0/
Ok, it works better:
svn co http://svn.apache.org/repos/asf/tcl/rivet/branches/1_0 rivet
ok
cd rivet && ./configure --with-tcl=/usr/lib/tcl8.4
ok
make
ok
But it fails at "make install" because in ./src/Makefile there is:
lib_libexecdir = /usr/lib /usr/share/rivet0.7.0
while I think it should be something like:
lib_libexecdir = /usr/lib/rivet0.7.0
I tried to get around the same problem weeks ago
(you may check the list archive of december). It was
pointed out that the whole autotools set up is broken
and has to be revised also in order to make the project
easier to handle, expecially for the benefit of the apache2
support development.
I had also other problems with the shared libraries not
linking the way they should. I was able to build a running
module only by including in the build of mod_rivet the
whole librivet source code.
In src/Makefile.am
mod_rivet_la_SOURCES = apache_multipart_buffer.c apache_request.c \
rivetChannel.c rivetChannel.h rivetParser.c rivetParser.h rivetCore.c \
mod_rivet.c TclWebapache.c mod_rivet.h TclWeb.h rivet.h \
rivetPkgInit.c rivetWWW.c rivetCrypt.c rivetList.c \
apache_multipart_buffer.h apache_request.h
I had also to apply to mod_rivet.c a patch David Welton
provided for (I can send it over to you if you want, but it's
also available from the thread I mentioned above).
-- Massimo
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]