On 06/29/2013 08:57 PM, Brice Hamon wrote:
Hi again,

ok I did recompile apache2 :
./configure --enable-modules=most --enable-example --enable-unique-id
--enable-symbols --sysconfdir=/usr/local/apache2/conf/
--prefix=/usr/local/apache2 --with-mpm=prefork

and rivet:
./configure --with-apache=/usr/local/apache2
--with-apxs=/usr/local/apache2/bin/apxs --with-tcl=/usr/lib64
--with-rivet-target-dir=/usr/local/apache2/lib/rivet2.1
--enable-version-display

Note that it complained that it coulnd't locate the file tclConfig.sh
which on my host is under /usr/lib64

first of all it must be able to locate tclConfig.sh....if it's complaining it must be somewhere else. How comes the file is in /usr/lib64 and it complain?



All when well and all in installed in /usr/local/apache2.

I went to tests and ran:

./runtests.tcl /usr/local/apache2/bin/httpd > res
runtests.tcl is running with auto_path: ./apachetest
/usr/lib64/tcl/tcl8.5 /usr/lib64/tcl /usr/share/tcl
Tests will be run against apache2

         System encoding is utf-8 - this is known to cause problems
         with the test environment!  Continuing with tests in 5 seconds
         using the iso8859-1 encoding.
.

tests fail for some other reason that has nothing to do with Rivet itself.


The test failed badly like before.

in the error_log of apache I got multiple entries like:

[Sat Jun 29 14:44:58 2013] [info] mod_unique_id: using ip addr 192.168.1.101
[Sat Jun 29 14:44:59 2013] [notice] Digest: generating secret for digest
authentication ...
[Sat Jun 29 14:44:59 2013] [notice] Digest: done
[Sat Jun 29 14:44:59 2013] [info] mod_unique_id: using ip addr 192.168.1.101
[Sat Jun 29 14:45:00 2013] [warn] pid file
/tmp/rivet-2.1.1/tests/httpd.pid overwritten -- Unclean shutdown of
previous Apache run?
[Sat Jun 29 14:45:00 2013] [alert] getpwuid: couldn't determine user
name from uid 4294967295, you probably need to modify the User directive


the user directive must be changed. If you have installed with

sudo make install

you probably need to set up the user to the appropriate value



 -- Massimo

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to