I made the perhaps wrong assumption you're install rivet 2.1.x, you
probably are installing 2.2.1, therefore every rivet 2.1 should read
rivet 2.2
-- Massimo
On 03/18/2015 11:38 AM, Massimo Manghi wrote:
On 03/18/2015 09:21 AM, Алексей Носков wrote:
I have changed the configure file:
578:ac_default_prefix=/home/local
887:exec_prefix=/home/local
16279: with_apache="/home/local/apache2"
which would force you to change the script every time we release a new
version of rivet. The whole business of having a configure script is
handling specificities of the build and installation environments,
target directories in the first place
check the INSTALL file in the distribution directory (which version
are you building?). It definitely needs update: for example rivet 2.1
supports apache 2, so no need to use the --with-apache-version switch in
that case. You can work out easily the configure line that would fit
your environment (what is your environment?)
a possible line could be
./configure --with-apache=/usr/local/apache2
--with-tcl=/usr/lib/tcl8.5/ \
--with-apxs=/usr/local/apache2/bin/apxs \
--with-rivet-target-dir=/usr/local/lib/rivet2.1 \
--enable-version-display
-- Massimo
After it rivet has installed into /home/local without any problem
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]